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
- Send a contract from one of your templates, filling in the details you give it, to the people you name — with your confirmation before anything goes out.
- Check status — who has opened, who has signed, when it expires, and a link to the signed PDF.
- Read a contract — the notice period, payment terms, who owns the IP — answered from the document's own text.
- Extract key terms — dates, value, renewal terms, risks — and list the contracts that need a decision soon.
Connect
The server URL is:
https://agreevo.the-guy.business/api/mcp
- Claude (web, desktop, mobile): Settings → Connectors → Add custom connector → paste the URL → Connect. Sign in to Agreevo and click Allow. Available on every Claude plan.
- Claude Code:
claude mcp add --transport http agreevo https://agreevo.the-guy.business/api/mcp, then/mcpto sign in. - 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.
- Your own code via the Claude API's MCP connector: pass the URL in
mcp_serverswith anauthorization_token— an OAuth token from the flow above, or a Agreevo API key.
What it can access
documents:read | Your documents, their status and extracted terms. |
documents:write | Create documents from your templates and send them. |
templates:read | Your 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_templates | Templates and their {{fields}} |
list_documents | Documents, filtered by status or search |
get_document | Status, signers, signed PDF link, terms |
create_document | Generate from a template; optionally send |
draft_document | Write a one-off agreement; optionally send |
create_template | Save agreement text as a reusable template |
send_document | Send a draft to recipients |
get_contract_terms | Extracted key terms of a document |
extract_contract_terms | Run AI extraction (uses one AI credit) |
ask_contract | Answer a question from the contract text |
upcoming_deadlines | Contracts ending or needing notice soon |
Questions: support@the-guy.business. Prefer HubSpot? There's a connector for that too.