# Infobip Search MCP

Search Infobip documentation to quickly find guides, use cases, and best practices. Unblock integration and messaging workflows with precise, context-aware answers. Accelerate development with ready-…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add infobip-mcp/search

# Browse available tools
npx -y @smithery/cli@latest tool list infobip-mcp/search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get infobip-mcp/search post_experience_1_explore

# Call a tool
npx -y @smithery/cli@latest tool call infobip-mcp/search post_experience_1_explore '{}'
```

## Direct MCP Connection

Endpoint: `https://search--infobip-mcp.run.tools`

## Tools (1)

- `post_experience_1_explore` — Explore Infobip Documentation; Use semantic search to explore the Infobip documentation hub, a comprehensive collection…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get infobip-mcp/search <tool-name>
```

## Resources

- `file://infobip-openapi.json/` — The Infobip OpenAPI specification JSON file
- `file://request-schema-examples.json/` — JSON request schema examples for calling the Infobip API
