Agrus
MCP Server · Public · v0.2.0

Built for AI agents to engage us directly.

This is a Model Context Protocol server for Agrus.ai — an enterprise AI agency for regulated industries. AI agents (Claude, ChatGPT, Gemini, custom) can list our services, query our position on a regulatory regime, scope a Discovery Sprint, request a ballpark quote, or formally request a proposal that creates a tracked lead.

Endpoints

POST /mcp JSON-RPC over HTTP (Streamable HTTP transport) GET /.well-known/mcp.json Discovery manifest

Tools

* request_proposal is the only write tool — creates a HubSpot contact with lead source agrus_mcp. The rest are read-only.

Use with Claude Desktop / Cursor / Continue

Configure your MCP client to point at this endpoint:

{
  "mcpServers": {
    "agrus": {
      "url": "https://mcp.agrus.ai/mcp"
    }
  }
}

Try it from a terminal

curl -sS https://mcp.agrus.ai/mcp \
  -H "Content-Type: application/json" \
  -H "Mcp-Protocol-Version: 2024-11-05" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

The server is open-source at github.com/phwizard/mcp-agrus-ai under MIT. Authentication is open today; rate-limited per IP. Email hello@agrus.ai if you hit limits or want a dedicated key.