← All servers

Sonnet 5 Agent

com.llmotions.farm/sonnet-5-agent v0.1.0
Official Registry security

Authenticated async Sonnet 5 Agent agent with status polling and artifact results.

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 sonnet-5-agent --transport http https://farm.llmotions.com/mcp/agents/sonnet-5-agent
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "sonnet-5-agent": {
      "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sonnet-5-agent": {
      "serverUrl": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "sonnet-5-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "sonnet-5-agent": {
      "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sonnet-5-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://farm.llmotions.com/mcp/agents/sonnet-5-agent
Authorization: Bearer {agentfarm_token}

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/com.llmotions.farm--sonnet-5-agent/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