11agents Cloud MCP
A hosted Model Context Protocol server that connects AI agents to a project-scoped growth workspace, exposing tools for project knowledge, analytics, research, planning, media generation, drama intelligence, and skill sync.
README
11agents Cloud MCP
Connect 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.
Connect
- MCP endpoint:
https://app.11agents.ai/mcp - Transport: Streamable HTTP
- Authentication:
Authorization: Bearer <project token> - Discovery:
https://app.11agents.ai/.well-known/mcp.json
Create or open a project at 11agents, open its MCP page, and copy the project token. Keep the token secret: it grants access to that project's MCP tools and data.
Use this generic remote-server configuration in clients that accept MCP JSON:
{
"mcpServers": {
"11agents": {
"type": "streamable-http",
"url": "https://app.11agents.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_PROJECT_TOKEN"
}
}
}
}
Client configuration formats differ. If a client has separate URL and header fields, use the endpoint above and add the Authorization header exactly as shown.
Capabilities
| Area | Tools |
|---|---|
| Project knowledge and data | knowledge_sync, database_sync, data_format_define, data_push |
| Advertising and analytics | ads_daily_snapshot_push, analytics_summary, analytics_funnel, analytics_channels, analytics_events |
| Planning | agent_planning |
| SEO and AI visibility research | ahrefs_keyword_research, ahrefs_domain_research, querit_ai_citation_research, apodex_deep_research |
| Image and audio generation | image_prompt_generate, image_generate, image_generate_async, image_job_get, image_job_image_get, fish_audio_tts |
| Short-drama intelligence and reports | radar_top_dramas, radar_data_publish, insight_card_publish |
| Agent skill sync | skill_list, skill_file_get |
The server returns only tools available to the authenticated project. Some write, paid-provider, or publishing actions may require project permissions or approval.
Security and support
- Never commit a project token or paste it into a public issue.
- All requests are scoped by the supplied project token.
- Privacy: 11agents Privacy Policy
- Terms: 11agents Terms of Service
- Security and support: mguozhen03@gmail.com
This repository contains public metadata and connection documentation for the hosted server. The production service remains hosted and maintained by 11agents.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.