What is MCP?
MCP (Model Context Protocol) is an open protocol that allows AI models to securely connect to external tools and data sources. By using the BunnyBuild MCP server, AI agents can:- Search our documentation for implementation guidance
- Get code examples in any supported language
- Access API reference and endpoint details
- Learn how to use the BunnyBuild SDKs
Configuration
Claude Desktop
Add the following to your Claude Desktop configuration file:Claude Code
Add to your Claude Code MCP settings:Available Tools
The MCP server exposes the following tools to AI agents:search_docs
Search the documentation for any topic - authentication, endpoints, SDKs, error handling, and more.
get_code_examples
Get code examples for a specific language and operation (email_check, ip_check, authentication).
get_api_reference
Get detailed API reference for endpoints including request/response formats and error codes.
get_sdk_guide
Get SDK installation and usage guides for Python, JavaScript, TypeScript, Java, or Go.
Example Usage
Once configured, AI agents can query the documentation naturally:Available Resources
The server also exposes documentation pages as MCP resources that agents can read directly:| Resource URI | Description |
|---|---|
bunnybuild://docs/authentication | Authentication guide |
bunnybuild://docs/sdks | SDK overview and examples |
bunnybuild://docs/email | Email check feature docs |
bunnybuild://docs/ip | IP check feature docs |
bunnybuild://docs/api-reference/introduction | API overview |
bunnybuild://docs/api-reference/email-check | Email endpoint reference |
bunnybuild://docs/api-reference/ip-check | IP endpoint reference |