Skip to main content

MCP Tools Reference

Every tool available on the Octolane MCP server, organized by category. Each tool includes its parameters, types, and example usage.
All tools are available at https://mcp.octolane.com/mcp and require authentication via the X-API-Key header.

Search & Query

Tools for finding and retrieving data from your CRM.

search_deals

Search deals by name, stage, value, owner, or any custom field.

search_contacts

Search contacts by name, email, company, or any field.

search_companies

Search companies by name, domain, industry, or size.

get_deal

Get full details of a specific deal including activity timeline, associated contacts, and agent actions.

get_contact

Get full details of a contact including enrichment data, communication history, and associated deals.

get_company

Get full details of a company including enrichment data, contacts, deals, and Signal visit history.

get_pipeline

Get a pipeline overview with deal counts, values, and conversion rates per stage.

get_activity_feed

Get recent activity for a deal, contact, or company.

Create & Update

Tools for writing data to your CRM. Records created via MCP are immediately picked up by Octolane’s agents for enrichment and follow-up.

create_deal

Create a new opportunity in your pipeline. The deal is automatically picked up by agents - contacts are enriched, the Follow-Up Agent starts monitoring, and activity tracking begins.

update_deal

Update any field on an existing deal.

create_contact

Create a new contact. Automatically enriched with job title, company, social profiles, and more.

update_contact

Update fields on an existing contact.

create_company

Create a new company record. Automatically enriched with size, industry, funding, tech stack, and social profiles.

create_note

Attach a note to a deal, contact, or company.

Agent Commands

These tools are the differentiator. No other CRM MCP server gives you access to real-time website visitor intelligence or natural language pipeline queries.

get_signal_visitors

Get companies currently visiting or who recently visited your website, with ICP scoring and page-level data from Signal.

ask_pipeline

Ask a natural language question about your pipeline and get an instant answer. This tool uses the same AI engine as Octolane’s in-app AI Chat.

Rate limits

MCP tools share the same rate limits as the REST API: 100 requests per minute per API key. If you hit the limit, you’ll receive a 429 response with a Retry-After header. Most AI assistants handle rate limiting automatically by waiting and retrying.