MCP server for the Bonito AI Platform – manage providers, models, agents, and gateway routing.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"bonito-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Bonito MCP Server A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that wraps the **Bonito AI Platform** REST API. Use it from Claude Desktop, Cursor, or any MCP-compatible client to manage your multi-provider AI infrastructure. ## Features - **Provider Management** – Connect and verify AWS Bedrock, Azure OpenAI, GCP Vertex AI, OpenAI, Anthropic, and Groq - **Model Management** – List, sync, and activate models across providers - **Unified Gateway** – Send chat completions through Bonito's OpenAI-compatible gateway - **Agent Management** – Create and execute BonBon and Bonobot agents - **Knowledge Bases** – Create and manage knowledge bases - **Cost & Observability** – Track costs per provider and view gateway logs ## Quick Start ### Install from source ```bash git clone https://github.com/ShabariRepo/bonito.git cd bonito/mcp-server pip install -e . ``` ### Set your API key ```bash export BONITO_API_KEY="your-bonito-api-key" ``` ### Run (stdio – for Claude Desktop) ```bash bonito-mcp ``` ### Run (SSE – for network clients) ```bash bonito-mcp --transport sse --port 8080 ``` ## Claude Desktop Configuration Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "bonito": { "command": "bonito-mcp", "env": { "BONITO_API_KEY": "your-bonito-api-key" } } } } ``` ## Docker ```bash docker build -t bonito-mcp . docker run -e BONITO_API_KEY="your-key" -p 8080:8080 bonito-mcp ``` ## Available Tools | Tool | Description | |------|-------------| | `list_providers` | List connected AI providers | | `connect_provider` | Connect a new provider | | `verify_provider` | Verify provider credentials | | `list_models` | List models (with filters) | | `sync_models` | Sync models from providers | | `activate_model` | Activate a model for the gateway | | `chat_completion` | Send a chat completion request | | `list_gateway_keys` | List gateway API keys | | `create_gateway_key` | Create a new gatewa…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.