Reevo MCP
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport streamable-http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
search_accounts— Find accounts by name, owner, revenue, employee count, location, pipeline stage, or any custom field.get_accounts— Fetch the full record for one or more accounts by ID, including custom fields and related data.create_accounts— Create one or more accounts with name, domain, owner, and custom fields.update_accounts— Update fields on existing accounts (owner, segment, custom fields, and so on).search_contacts— Find contacts by name, email, title, role, account, or custom field.create_contacts— Create contacts and link them to accounts and opportunities.update_contacts— Update contact fields, ownership, and account or opportunity associations.search_opportunities— Find opportunities by stage, amount, owner, account, close date, or custom field.create_opportunities— Create new opportunities on an account, with stage, amount, close date, and custom fields.update_opportunities— Update opportunity fields other than stage (amount, close date, owner, custom fields).update_opportunity_stages— Move opportunities through pipeline stages, respecting the pipeline's stage rules.list_pipelines— List the opportunity pipelines and their stages configured in your workspace.search_meetings— Find meetings by date, attendees, account, opportunity, recording status, or transcript presence.search_activity_timeline— Return a chronological activity timeline (meetings, tasks, notes and emails) for an account or opportunity.search_tasks— Find tasks by owner, due date, status, account, or opportunity.create_tasks— Create tasks and link them to accounts, contacts, or opportunities.update_tasks— Update task status, owner, due date, or description.search_notes— Find notes by content, author, account, contact, or opportunity.create_notes— Log a note on an account, contact, or opportunity.search_email_threads— Find email threads by participants, subject, account, or opportunity.list_mailboxes— List the email accounts the current user can send from, with status and quota information.search_sequences— Find sequences by ID, owner, status (DRAFT, ACTIVE, INACTIVE, TERMINATED), or performance metrics.enroll_in_sequence— Enroll contacts into a sequence to start outreach.unenroll_from_sequence— Remove contacts from a sequence, stopping all future outreach steps.search_custom_object_records— Find records in a custom object by any field defined on that object.create_custom_object_records— Create records in a custom object.update_custom_object_records— Update fields on existing custom object records.get_object_schema— List the custom-association relationships an admin created on a standard or custom object.search_users— Find users in your Reevo workspace by name, email, or role.whoami— Return the connected user and organization context. Requires no scope.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.