MCP server for uagents.fetch.ai · 4 tools · published by Community on doc2mcp.
Listed on the MCP Registry · io.github.doc2mcp/uagents4
40
4
70
One click adds this MCP server to your editor. Works with Cursor and VS Code.
Adds to Settings → MCP
~/.cursor/mcp.json{
"mcpServers": {
"uagents": {
"url": "https://doc2mcp.site/api/mcp/e56f8219-0046-4351-9ba3-37e837db71ed/mcp",
"headers": {
"Authorization": "Bearer d2mcp_eoMA7PU37mmD5vEI18rLZRDZOXdZ6ITY"
}
}
}
}Opens the MCP install prompt
.vscode/mcp.json{
"servers": {
"uagents": {
"type": "http",
"url": "https://doc2mcp.site/api/mcp/e56f8219-0046-4351-9ba3-37e837db71ed/mcp",
"headers": {
"Authorization": "Bearer d2mcp_eoMA7PU37mmD5vEI18rLZRDZOXdZ6ITY"
}
}
}
}Endpoint: https://doc2mcp.site/api/mcp/e56f8219-0046-4351-9ba3-37e837db71ed/mcp
The capabilities this MCP server exposes to AI agents.
send_receive_message
Send a synchronous message to a specific agent or group of agents.
broadcast_message
Broadcast a message to all connected agents or a specific network.
get_agent_storage
Retrieve stored data or state from the agent's persistent storage.
search_guides
Search for available guides, documentation, or resources using keywords.
Build yours
Turn your documentation into an MCP server like this.
Paste a docs URL and it's published to the marketplace automatically once ready. Works with Cursor, Claude, VS Code, Windsurf, and OpenAI Agents.
Generate your MCP