Skip to main content

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.
1

MCP URL

The connector URL is the same for everyone:
https://mcp.openfunnel.dev/mcp
2

Add to Claude

Go to Settings → Connectors → Add custom connector, set name to OpenFunnel, paste https://mcp.openfunnel.dev/mcp, and click Add. Sign in to OpenFunnel when prompted.

Full Setup Guide

See detailed setup instructions for Claude Web, Desktop, and Claude Code CLI.

Available Tools

Free users: Event Discovery sandbox

ToolDescription
list_event_verticalsBrowse all available event discovery verticals.
list_vertical_event_typesSee the event types within a specific vertical.
find_accounts_in_verticalSearch for companies in a vertical with rich filters.
find_people_in_verticalSearch for contacts in a vertical with rich filters.
get_account_detail_in_verticalGet full details on an account including related people and events.
get_account_eventsFetch event instances for a specific account.
get_person_eventsFetch event instances associated with a specific person.
ToolDescription
get_account_summaryGet a quick summary/overview of an account.
get_account_full_detailsGet complete account details including all people/contacts.
get_account_timelineGet recent activity timeline for an account.
get_my_insightsSee what’s been happening across your accounts in the last N days.
get_insight_detailDrill into a single insight for full detail.
list_accountsList accounts in your database with optional filters.
list_audiencesList all saved audiences/lists.
get_audience_dataGet all members on an audience.
lookup_companyLook up a specific company in your database by name or domain.
search_by_traitsSearch within your database for companies matching specific characteristics.
search_lookalikesSearch the broader company universe (beyond your database) for net-new prospects.

Tools Reference

See full documentation for all available tools.