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.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 noX-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
- Claude
- Cursor
In Claude (Settings → Connectors → Add custom connector), add a remote MCP server with URL:Claude will walk you through the OAuth sign-in the first time you use it.