Agreevo for Claude

Tell Claude what you need — “send our NDA to Jane at Acme”, “which contracts renew next month?” — and it does it in Agreevo. One URL to connect, a sign-in, no keys.

What Claude can do once connected

Connect

The server URL is:

https://agreevo.the-guy.business/api/mcp
  1. Claude (web, desktop, mobile): Settings → ConnectorsAdd custom connector → paste the URL → Connect. Sign in to Agreevo and click Allow. Available on every Claude plan.
  2. Claude Code: claude mcp add --transport http agreevo https://agreevo.the-guy.business/api/mcp, then /mcp to sign in.
  3. Cursor, Windsurf, the MCP Inspector and other MCP clients: add the URL as a remote (Streamable HTTP) server; they will start the same sign-in.
  4. Your own code via the Claude API's MCP connector: pass the URL in mcp_servers with an authorization_token — an OAuth token from the flow above, or a Agreevo API key.

What it can access

documents:readYour documents, their status and extracted terms.
documents:writeCreate documents from your templates and send them.
templates:readYour templates and their fields.

The connection is to your account only — it sees exactly what you see when you log in, nothing else. Tokens expire after an hour and refresh silently for thirty days; disconnecting under Integrations → Connected appsends it immediately. It never sees your password.

Tools, for the curious

list_templatesTemplates and their {{fields}}
list_documentsDocuments, filtered by status or search
get_documentStatus, signers, signed PDF link, terms
create_documentGenerate from a template; optionally send
draft_documentWrite a one-off agreement; optionally send
create_templateSave agreement text as a reusable template
send_documentSend a draft to recipients
get_contract_termsExtracted key terms of a document
extract_contract_termsRun AI extraction (uses one AI credit)
ask_contractAnswer a question from the contract text
upcoming_deadlinesContracts ending or needing notice soon

Questions: support@the-guy.business. Prefer HubSpot? There's a connector for that too.