SDKs, tools, and MCP
All Infobip client libraries and tools are open-source and available on GitHub ↗. They are generated from the OpenAPI specification and follow Semantic Versioning — minor updates are backward-compatible, but always review the changelog before upgrading a major version.
API client libraries
Official API client libraries for the most common server-side languages. Each library wraps the full Infobip REST API.
| Language | Package | Repository |
|---|---|---|
| Java | Maven Central | infobip-api-java-client ↗ |
| Python | PyPI | infobip-api-python-client ↗ |
| C# | NuGet | infobip-api-csharp-client ↗ |
| PHP | Composer | infobip-api-php-client ↗ |
| Go | Go modules | infobip-api-go-client ↗ |
MCP servers
Infobip publishes official Model Context Protocol (MCP) servers so AI agents can call Infobip APIs directly. Connect your AI client to the Infobip platform in minutes.
- Infobip MCP servers ↗ — Prebuilt MCP servers covering messaging, people, and more. Give your AI agent communication superpowers.
- Infobip OpenAPI MCP ↗ — A framework for exposing any OpenAPI-documented Infobip API as an MCP server. Build your own tool exposure layer.
For setup guides and usage examples, see the Infobip MCP docs.
Other tools
Postman ↗ — Explore and test Infobip APIs using our public Postman workspace. Pre-configured collections with example requests for every channel.