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.
* request_proposal is the only write tool — creates a HubSpot contact with
lead source agrus_mcp. The rest are read-only.
Configure your MCP client to point at this endpoint:
{ "mcpServers": { "agrus": { "url": "https://mcp.agrus.ai/mcp" } } }
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.