The hosted MCP server
One Streamable-HTTP endpoint that gives any Model Context Protocol client — Claude, Claude Code, Cursor, Codex — six tools for running real marketing work.
https://growcita.com/api/mcpAuthentication
Two ways to present your key — use the header whenever your client supports it:
Authorization: Bearer gcta_YOUR_KEYhttps://growcita.com/api/mcp?key=gcta_YOUR_KEY?key= form exists only for clients without header support (claude.ai custom connectors). If a key may have leaked, revoke it in Settings → API Keys — revocation is immediate.Connect from claude.ai, Claude Desktop & Cowork
- 1Open Settings → Connectors (claude.ai, Claude Desktop, or Cowork).
- 2Choose "Add custom connector".
- 3Paste the endpoint with your key: https://growcita.com/api/mcp?key=gcta_YOUR_KEY
- 4Save, then enable the connector in a conversation and ask Claude to list your Growcita sessions.
Working in Claude Code, Cursor, or Codex instead? Those clients support the Authorization header — follow the dedicated guides: Claude Code, Cursor, Codex.
The six tools
Parameters marked * are required. Full JSON Schemas are returned by tools/list.
What a session looks like
Prompts you can paste into a connected client:
List my Growcita sessions, then ask the SEO agent to audit our site for technical issues and report the top 10 fixes.Use run_agent_task with the growth-marketer agent: plan next week's marketing priorities based on our goals. Wait for completion, then summarize.Check the status of my running Growcita tasks and show me the result of the most recently completed one.Tasks run asynchronously and typically take 1–5 minutes — clients poll with get_task. Actions that publish or change campaigns follow your autonomy and approval settings, so a result may say a draft is waiting for review in the app. That's by design.
stdio wrapper: @growcita/mcp
Some clients prefer launching a local process over connecting to a URL. The npm package is a thin stdio proxy to this endpoint — same six tools, key supplied via environment variable.
GROWCITA_API_KEY=gcta_YOUR_KEY npx -y @growcita/mcp