← All servers

Stumpy

ai.stumpy/agents v1.0.0
Official Registry communication

Persistent AI agents that run 24/7 in your Slack, Telegram, SMS, or email.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add agents --transport http https://stumpy.ai/mcp/message
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "agents": {
      "url": "https://stumpy.ai/mcp/message"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agents": {
      "serverUrl": "https://stumpy.ai/mcp/message"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "agents": {
      "type": "http",
      "url": "https://stumpy.ai/mcp/message"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "agents": {
      "url": "https://stumpy.ai/mcp/message"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "agents": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://stumpy.ai/mcp/message"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://stumpy.ai/mcp/message none
sse https://stumpy.ai/mcp/sse none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/ai.stumpy--agents/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent