Skip to main content
Endpoint: https://agents.openfunnel.dev/mcp — a remote MCP server that exposes the Agent Primitives as tools. Authentication is handled automatically over OAuth; no API key to copy.
The OpenFunnel Primitives MCP is a hosted Model Context Protocol server. Point any MCP client at it and your agent can call OpenFunnel’s primitives directly — lookalike search, technography search, deep research, and the supporting helpers — scoped to your account. It’s the same building blocks as the Agent Primitives API, wrapped as MCP tools so you don’t have to write any HTTP glue.

Authentication

The server is a standard OAuth 2.1 resource server, so connecting is a one-time browser sign-in — the client discovers the flow, you approve access, and it stores the token. There is no X-API-Key header to manage; the server resolves your OpenFunnel key from your account after you consent.
1

Add the server

Add https://agents.openfunnel.dev/mcp as a remote/HTTP MCP server in your client (see below).
2

Sign in

The client opens a browser window. Sign in with your OpenFunnel account and approve the connection on the consent screen.
3

Call tools

Your agent can now call the tools listed below. Tokens refresh automatically.

Connect a client

In Claude (Settings → Connectors → Add custom connector), add a remote MCP server with URL:
https://agents.openfunnel.dev/mcp
Claude will walk you through the OAuth sign-in the first time you use it.

Available tools

Each tool maps to an Agent Primitive or helper — follow the links for full parameter and response details.
ToolDescription
search-lookalikesFind companies similar to seed domains and/or a description. See Lookalike search.
search-companies-by-tech-stackFind companies using a technology, inferred from job posts. See Technography search.
deep-researchAnswer a natural-language question about a single company. See Deep research.
lookup-companiesResolve up to 100 companies by name, domain, or LinkedIn URL. See Lookup companies.
list-country-codesISO alpha-3 country codes accepted by search filters. See Country codes.
list-firmographic-optionsValid firmographic filter values. See Firmographic options.
get-credit-balanceYour remaining credit balance. See Credits.
get-user-infoThe authenticated account’s identity.

Credits

Tool calls consume credits exactly like the underlying API. See Credits for per-primitive costs.