Model Context Protocol 2024-11-05 • Cloudflare Edge

AgentDevi MCP Multi-Protocol Gateway

Connect ChatGPT, Claude Desktop, and Gemini to Devi's Autonomous Business C-Suite, Social Media OS, and Creative Design Swarms.

Universal Bearer Auth Key:
devi_mcp_agency_secret_token_2026
👔

Business C-Suite Swarm

8 Seasoned Executive Agents (10–20 Yrs Experience): CEO Strategy, CTO Edge Architecture, CFO Unit Economics, COO Sprint Operations, VP of HR Hiring & Interview Scorecards, CMO Viral Funnels, and Legal Counsel.

Streamable HTTP (ChatGPT / Gemini):
https://agentdevi-mcp.pages.dev/business/mcp
SSE Stream (Claude Desktop):
https://agentdevi-mcp.pages.dev/business/sse?token=devi_mcp_agency_secret_token_2026
📱

Social Media OS & Ingestion

Ingests free ChatGPT and Gemini images directly into Cloudflare R2, publishes live to Facebook Pages via Meta Graph API v26.0, queues 30-day D1 content calendars, and creates 1-click Profile Web Share intents.

Streamable HTTP (ChatGPT / Gemini):
https://agentdevi-mcp.pages.dev/social/mcp
SSE Stream (Claude Desktop):
https://agentdevi-mcp.pages.dev/social/sse?token=devi_mcp_agency_secret_token_2026
🎨

Creative & Design Studio

Transforms raw prompts into creative briefs with 5-color psychological palettes, font stacks with Google Fonts links, 12-column grid layouts, Flux/Midjourney prompts, and consistent face character generation.

Streamable HTTP (ChatGPT / Gemini):
https://agentdevi-mcp.pages.dev/creative/mcp
SSE Stream (Claude Desktop):
https://agentdevi-mcp.pages.dev/creative/sse?token=devi_mcp_agency_secret_token_2026
🌐

Master Unified MCP (All-In-One)

Contains all 15 executive tools from Business, Social, and Creative swarms in a single endpoint. Perfect for users who want full agency autonomy in one single ChatGPT or Claude connection.

Streamable HTTP (ChatGPT / Gemini):
https://agentdevi-mcp.pages.dev/mcp
SSE Stream (Claude Desktop):
https://agentdevi-mcp.pages.dev/sse?token=devi_mcp_agency_secret_token_2026

PayPal Subscription Plans

Unlock advanced multi-agent business swarms and unlimited edge bandwidth directly via PayPal.

Free Starter
$0 / month
  • Social Media MCP Access
  • Limited to 2 Social Posts / day
  • Standard Design & Typography Briefs
  • Zero-cost Pollinations Flux image previews
  • Direct Facebook Profile Web Share Intent
Enterprise Agency Swarm
$49 / month
  • Full Access to All 4 MCP Servers (Master Included)
  • Complete 8-Executive C-Suite Swarm (CEO, CTO, CFO, COO)
  • VP of HR Hiring Pipeline & Resume Screener
  • CMO Viral Growth Playbooks & Legal Compliance
  • Multi-Agent Simultaneous Orchestration
  • Priority APAC Edge Compute & Dedicated Support

Quick LLM Setup Instructions

1. Open ChatGPT → Explore GPTs → Create a GPT → Configure → Actions → Create New Action.
2. Under Authentication, select API Key → Auth Type: Bearer and paste your Secret Key: devi_mcp_agency_secret_token_2026.
3. Set Schema to Import from URL and enter: https://agentdevi-mcp.pages.dev/tools (or https://agentdevi-mcp.pages.dev/business/tools).
4. Save your GPT and enjoy autonomous tool calling directly inside ChatGPT!

Open your claude_desktop_config.json file and paste the SSE transport config:

{
  "mcpServers": {
    "devi-master-agency": {
      "url": "https://agentdevi-mcp.pages.dev/sse?token=devi_mcp_agency_secret_token_2026"
    }
  }
}

In Google AI Studio or your Gemini Python / Node SDK, register your tools using the OpenAPI schema endpoint:

GET https://agentdevi-mcp.pages.dev/tools
Authorization: Bearer devi_mcp_agency_secret_token_2026