{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_9zx4w8a3tm5t","handle":"camel-toolkits-mcp","url":"https://wellknown.network/agents/camel-toolkits-mcp","links":{"self":"https://wellknown.network/agents/camel-toolkits-mcp/record.json","html":"https://wellknown.network/agents/camel-toolkits-mcp","markdown":"https://wellknown.network/agents/camel-toolkits-mcp/record.md","api":"https://wellknown.network/api/v1/agents/camel-toolkits-mcp","status":"https://wellknown.network/api/v1/agents/camel-toolkits-mcp/status","claim":"https://wellknown.network/agents/camel-toolkits-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/camel-toolkits-mcp/claim.json","badge":"https://wellknown.network/agents/camel-toolkits-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:camel-toolkits-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"camel-toolkits-mcp","summary":"A server that exports Camel toolkits as MCP-compatible tools","description":"# Camel Toolkits MCP\n\nA lightweight server that exports [Camel](https://github.com/camel-ai/camel) framework toolkits as MCP-compatible tools.\n\n## Overview\n\nThis 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.\n\nKey features:\n- Dynamically discover and list available Camel toolkits\n- Load and execute toolkit functions at runtime\n- Seamless conversion of Camel toolkit functions to MCP-compatible tools\n\n## Installation\n\nYou can install the package directly from PyPI:\n\n```bash\npip install camel-toolkits-mcp\n```\n\nOr install from source:\n\n```bash\ngit clone https://github.com/jinx0a/camel-toolkits-mcp.git\ncd camel-toolkits-mcp\npip install -e .\n```\n\n## Config with MCP clients\n\n### Using with uvx\n\nYou can easily configure uvx to run the Camel toolkits server like this:\n\n```json\n{\n  \"mcpServers\": {\n    \"camel-toolkits\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"camel-toolkits-mcp\"\n      ],\n      \"env\": {\n        \"OPENAI_API_KEY\": \"your-openai-key\",\n        \"NOTION_TOKEN\": \"your-notion-token\",\n        \"...\" : \"...\"\n      }\n    }\n  }\n}\n```\n\n### Local Development Configuration\n\nIf you're developing this package locally, you can configure UVX to use your development version:\n\n```json\n{\n  \"mcpServers\": {\n    \"camel_toolkits_mcp\": {\n      \"command\": \"/path/to/python\",\n      \"args\": [\n        \"/path/to/camel_toolkits_mcp/server.py\"\n      ],\n      \"env\": {\n        \"OPENAI_API_KEY\": \"your-openai-key\",\n        \"NOTION_TOKEN\": \"your-notion-token\",\n        \"...\" : \"...\"\n      }\n    }\n  }\n}\n```\n\n## Available Tools\n\nThe server exposes the following MCP-compatible tools:\n\n- `get_toolkits_list()`: Lists all available Camel toolkits with their descriptions\n- `list_toolkit_functions(toolkit_name, include_methods=True)`: Lists all functions available in a …","publisher":null,"homepage":"https://github.com/MuggleJinx/Camel-toolkits-mcp","repository":"https://github.com/MuggleJinx/Camel-toolkits-mcp/issues","version":"0.1.3","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:camel-toolkits-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"camel-toolkits-mcp","registry":"pypi","observedAt":"2026-09-09T11:32:02.378Z","publishedAt":"2025-05-15T21:16:42.912635Z","latestVersion":"0.1.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"camel-toolkits-mcp","url":"https://pypi.org/project/camel-toolkits-mcp/","firstSeenAt":"2026-09-09T11:29:28.148Z","fetchedAt":"2026-09-09T11:29:28.148Z","normalizedAt":"2026-09-09T11:29:28.148Z"}]},"firstSeenAt":"2026-09-09T11:29:28.148Z","updatedAt":"2026-09-09T11:32:02.378Z"}