Documentation Index
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 (or, on a free plan, our event discovery sandbox) 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. The set of tools you see is determined automatically by your account type. Free users get the event discovery sandbox; paid users get the full workspace toolset.Full Setup Guide
See detailed setup instructions for Claude Web, Desktop, and Claude Code CLI.
Available Tools
Free users: Event Discovery sandbox
| Tool | Description |
|---|---|
list_event_verticals | Browse all available event discovery verticals. |
list_vertical_event_types | See the event types within a specific vertical. |
find_accounts_in_vertical | Search for companies in a vertical with rich filters. |
find_people_in_vertical | Search for contacts in a vertical with rich filters. |
get_account_detail_in_vertical | Get full details on an account including related people and events. |
get_account_events | Fetch event instances for a specific account. |
get_person_events | Fetch event instances associated with a specific person. |
Paid users: Full workspace
| 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. |
search_lookalikes | Search the broader company universe (beyond your database) for net-new prospects. |
Tools Reference
See full documentation for all available tools.