Capx
Private betaThe Capx MCP server is available to private beta participants. Join the waitlist for access.
Claude DesktopSettings
claude_desktop_config.json
{
  "mcpServers": {
    "capx": {
      "url": "https://api.capx.ai/mcp/sse",
      "headers": {
        "Authorization": "Bearer capx_sk_live_..."
      }
    }
  }
}
Connected. 10 tools discovered.
Products / MCP Server

Talk to your
company.

Capx is building a hosted MCP server that lets Claude Desktop, Cursor, and any MCP-compatible client manage your companies through natural language. One JSON block. Zero local setup. Available to private beta participants.

0+MCP tools
SSEstreaming

Talk to your company

Ask in natural language. Claude picks the right MCP tool automatically. No commands to memorize, no dashboards to navigate.

Check the status of my marketing company.
capx_get_status
Your marketing company has 4 agents running. Cost today: $14.82. 23 tasks completed, 2 pending approval. The marketer agent has a blog post draft waiting for your review.
Approve the blog post and run the SEO audit playbook.
capx_approve_task + capx_run_playbook
Done. Blog post approved and published. SEO audit playbook started. Estimated time: 8 minutes. Estimated cost: $1.40.
What did my engineer ship this week?
capx_get_activity
This week the engineer agent completed 14 tasks: 6 PRs merged, 3 bug fixes deployed, 2 code reviews, 2 test suites written, 1 dependency upgrade. Total cost: $47.20.
Pause the support agent and show me costs for the last 7 days.
capx_pause_agent + capx_get_costs
Support agent paused. State preserved. Last 7 days: strategist $89, engineer $212, marketer $64, support $18. Total: $383. Down 12% from the prior week.
Create a task for the writer: draft a case study about our latest feature launch.
capx_create_task
Task created and assigned to writer agent. Priority: normal. The writer will pick it up on the next heartbeat cycle, typically within 5 minutes.
Run the competitor analysis playbook with focus on pricing changes.
capx_run_playbook
Competitor analysis playbook started with inputs: {focus: 'pricing changes'}. 3 steps queued. Estimated completion: 12 minutes. Estimated cost: $2.80.

Tool reference

All tools are auto-discovered by MCP clients. Each tool has a typed schema with required and optional parameters.

ToolDescriptionParameters
capx_list_companiesList all companies with status, agent count, daily costnone
capx_get_statusDetailed company status: agents, tasks, queue, costscompany
capx_create_taskCreate and assign a task to a specific agentcompany, title, agent, priority?
capx_approve_taskApprove a pending task with optional feedbackcompany, task_id, feedback?
capx_reject_taskReject a task with required feedbackcompany, task_id, feedback
capx_get_activityQuery activity feed with time and agent filterscompany, since?, agent?
capx_get_costsCost breakdown by agent, playbook, and periodcompany, period?
capx_run_playbookExecute a playbook with typed inputscompany, playbook, inputs
capx_wake_agentTrigger immediate heartbeat for an agentcompany, role
capx_pause_agentPause an agent, preserving statecompany, role

Request MCP server access.

One JSON block in your config. Private beta participants manage their entire company conversationally.