streamable-httpMITupdated 1mo ago
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.
Was kannst du mit 11agents Cloud MCP machen?
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.
Installation
11agents Cloud MCP zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http 11agents-cloud-mcp https://app.11agents.ai/mcpcodex mcp add 11agents-cloud-mcp --url https://app.11agents.ai/mcp{
"mcpServers": {
"11agents-cloud-mcp": {
"url": "https://app.11agents.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"11agents-cloud-mcp": {
"type": "http",
"url": "https://app.11agents.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"11agents-cloud-mcp": {
"url": "https://app.11agents.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"11agents-cloud-mcp": {
"serverUrl": "https://app.11agents.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege16/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 44 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 19. Juli 2026 |