MCP server for docs.composio.dev · 5 tools · published by Community on doc2mcp.
5
40
5
80
One click adds this MCP server to your editor. Works with Cursor and VS Code.
Adds to Settings → MCP
~/.cursor/mcp.json{
"mcpServers": {
"composio": {
"url": "https://doc2mcp.site/api/mcp/6dd1d1ee-808f-4838-9b24-63e0f725cabf/mcp",
"headers": {
"Authorization": "Bearer d2mcp_7FOIkqBiF7DAMhSdKV_p5Q2tErV_oe-W"
}
}
}
}Opens the MCP install prompt
.vscode/mcp.json{
"servers": {
"composio": {
"type": "http",
"url": "https://doc2mcp.site/api/mcp/6dd1d1ee-808f-4838-9b24-63e0f725cabf/mcp",
"headers": {
"Authorization": "Bearer d2mcp_7FOIkqBiF7DAMhSdKV_p5Q2tErV_oe-W"
}
}
}
}Endpoint: https://doc2mcp.site/api/mcp/6dd1d1ee-808f-4838-9b24-63e0f725cabf/mcp
The capabilities this MCP server exposes to AI agents.
create_project
Create a new project within an organization.
create_webhook_subscription
Create a webhook subscription for events.
signup_agent
Sign up a new agent identity.
get_agent_identity
Verify agent identity and status.
get_cli_commands
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 MCPGet CLI installation commands.