A server that exports Camel toolkits as MCP-compatible tools
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":"camel-toolkits-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.
# Camel Toolkits MCP A lightweight server that exports [Camel](https://github.com/camel-ai/camel) framework toolkits as MCP-compatible tools. ## Overview This project bridges the gap between the Camel AI framework's toolkit ecosystem and MCP (Model Control Protocol) compatible clients. It allows you to dynamically load and expose any Camel toolkit as an MCP server, making these tools available to a wide range of LLM-based applications. Key features: - Dynamically discover and list available Camel toolkits - Load and execute toolkit functions at runtime - Seamless conversion of Camel toolkit functions to MCP-compatible tools ## Installation You can install the package directly from PyPI: ```bash pip install camel-toolkits-mcp ``` Or install from source: ```bash git clone https://github.com/jinx0a/camel-toolkits-mcp.git cd camel-toolkits-mcp pip install -e . ``` ## Config with MCP clients ### Using with uvx You can easily configure uvx to run the Camel toolkits server like this: ```json { "mcpServers": { "camel-toolkits": { "command": "uvx", "args": [ "camel-toolkits-mcp" ], "env": { "OPENAI_API_KEY": "your-openai-key", "NOTION_TOKEN": "your-notion-token", "..." : "..." } } } } ``` ### Local Development Configuration If you're developing this package locally, you can configure UVX to use your development version: ```json { "mcpServers": { "camel_toolkits_mcp": { "command": "/path/to/python", "args": [ "/path/to/camel_toolkits_mcp/server.py" ], "env": { "OPENAI_API_KEY": "your-openai-key", "NOTION_TOKEN": "your-notion-token", "..." : "..." } } } } ``` ## Available Tools The server exposes the following MCP-compatible tools: - `get_toolkits_list()`: Lists all available Camel toolkits with their descriptions - `list_toolkit_functions(toolkit_name, include_methods=True)`: Lists all functions available in a …
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.