{
  "markdown": "# 11agents Cloud MCP\n\nConnect AI agents to a project-scoped growth workspace through one hosted Model Context Protocol server. The server exposes 25 tools for project knowledge, structured data, analytics, research, planning, media generation, short-drama intelligence, reports, and skill synchronization.\n\n## Connect\n\n- MCP endpoint: `https://app.11agents.ai/mcp`\n- Transport: Streamable HTTP\n- Authentication: `Authorization: Bearer <project token>`\n- Discovery: `https://app.11agents.ai/.well-known/mcp.json`\n\nCreate or open a project at [11agents](https://app.11agents.ai), open its MCP page, and copy the project token. Keep the token secret: it grants access to that project's MCP tools and data.\n\nUse this generic remote-server configuration in clients that accept MCP JSON:\n\n```json\n{\n  \"mcpServers\": {\n    \"11agents\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://app.11agents.ai/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_PROJECT_TOKEN\"\n      }\n    }\n  }\n}\n```\n\nClient configuration formats differ. If a client has separate URL and header fields, use the endpoint above and add the `Authorization` header exactly as shown.\n\n## Capabilities\n\n| Area | Tools |\n| --- | --- |\n| Project knowledge and data | `knowledge_sync`, `database_sync`, `data_format_define`, `data_push` |\n| Advertising and analytics | `ads_daily_snapshot_push`, `analytics_summary`, `analytics_funnel`, `analytics_channels`, `analytics_events` |\n| Planning | `agent_planning` |\n| SEO and AI visibility research | `ahrefs_keyword_research`, `ahrefs_domain_research`, `querit_ai_citation_research`, `apodex_deep_research` |\n| Image and audio generation | `image_prompt_generate`, `image_generate`, `image_generate_async`, `image_job_get`, `image_job_image_get`, `fish_audio_tts` |\n| Short-drama intelligence and reports | `radar_top_dramas`, `radar_data_publish`, `insight_card_publish` |\n| Agent skill sync | `skill_list`, `skill_file_get` |\n\nThe server returns only tools available to the authenticated project. Some write, paid-provider, or publishing actions may require project permissions or approval.\n\n## Security and support\n\n- Never commit a project token or paste it into a public issue.\n- All requests are scoped by the supplied project token.\n- Privacy: [11agents Privacy Policy](https://11agents.ai/privacy)\n- Terms: [11agents Terms of Service](https://11agents.ai/terms)\n- Security and support: [mguozhen03@gmail.com](mailto:mguozhen03@gmail.com)\n\nThis repository contains public metadata and connection documentation for the hosted server. The production service remains hosted and maintained by 11agents.\n",
  "bytes": 2629,
  "sha": "0781588960e28320285d211c8279ef6c564e25674ff77d1e1410d583ecc1661e",
  "repo_slug": "11agents/11agents-cloud-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_11agents_cloud_mcp_27de23f9/readme"
}