What is MCP?
The Model Context Protocol (MCP) lets AI assistants like Claude connect to external tools and data sources. When you connect OpenFunnel to Claude via MCP, you can query your account database using natural language.What You Can Do
Once connected, you can ask Claude things like:Look up companies
“Tell me about Stripe from OpenFunnel”
Find contacts
“Who are the decision makers at Acme Corp?”
Research activity
“What signals have we seen at Capital One?”
Get latest TAM activity
“What new insights have come in the last day?”
Quick Start
One MCP server, OAuth sign-in, no API keys to copy around.Full Setup Guide
See detailed setup instructions for Claude Web, Desktop, and Claude Code CLI.
Available Tools
OpenFunnel MCP tools come in two flavors: data fetchers (free — read what’s already in your workspace) and data generators (consume credits — generate net-new data via the Agent Primitive APIs). Generator tools are clearly marked below; Claude will confirm with you before invoking them.Data fetchers (free)
| Tool | Description |
|---|---|
get_account_summary | Get a quick summary/overview of an account. |
get_account_full_details | Get complete account details including all people/contacts. |
get_account_timeline | Get recent activity timeline for an account. |
get_my_insights | See what’s been happening across your accounts in the last N days. |
get_insight_detail | Drill into a single insight for full detail. |
list_accounts | List accounts in your database with optional filters. |
list_audiences | List all saved audiences/lists. |
get_audience_data | Get all members on an audience. |
lookup_company | Look up a specific company in your database by name or domain. |
search_by_traits | Search within your database for companies matching specific characteristics. |
Data generators (consume credits)
| Tool | Cost | Description |
|---|---|---|
search_lookalikes | 1 credit / company | Search the broader company universe (beyond your database) for net-new prospects. |
search_companies_by_tech_stack | 5 credits / company unenriched · 10 credits / company enriched | Find companies whose recent job posts mention a given technology, ranked by post count. |
deep_research | 1 charge per call (per-call price set by your workspace; echoed back in credits_consumed) | Answer natural-language activity / org-composition questions about a single known company, with sources. |
Tools Reference
See full documentation for all available tools.