Access, auth, and limits
For Claude Desktop, add Perspective as a custom connector: Settings → Connectors → Add custom connector → paste https://api.perspective.co/mcp → Connect → sign in to your Perspective account. The OAuth flow handles auth, so no manual key pasting. For Claude Code, run claude mcp add --transport http perspective https://api.perspective.co/mcp, then /mcp to authenticate; if you already connected it in Claude Web or Desktop, it syncs automatically.
ChatGPT can connect to the product MCP as well, and if you only need the developer docs surfaced inside an editor, the Docs MCP at https://developers.perspective.co/api/mcp works with Cursor and Gemini CLI with no auth at all. Note the plan requirement isn't documented, so confirm your Perspective account has API access before you assume the connector will authenticate cleanly.
Where it works and what to build
A concrete workflow: tell Claude Desktop "Build me a lead-gen funnel for a fitness coaching offer, add a 3-step qualifying sequence, publish it, and give me the conversion metrics once it's live." Because the product MCP exposes funnel-build, sequences, analytics, and CRM as separate tool scopes, the agent can chain those steps instead of you clicking through each one manually.
The analytics and CRM scopes make ongoing optimization possible too. You can ask an agent "Pull last week's funnel drop-off rates and tell me which step is bleeding contacts," then have it adjust the sequence based on the answer. That closes the loop between building and optimizing, which is the whole point of putting a funnel tool in an agent's hands.
Which AI clients can use Perspective Funnels MCP?
Not every AI assistant supports MCP natively. Per-client picture for Perspective Funnels:
| Client | Support | Notes |
|---|---|---|
| Claude (Desktop/Web) | Native MCP | Added as a custom connector: Settings → Connectors → Add custom connector → paste https://api.perspective.co/mcp → Connect → sign in to Perspective. |
| Claude Code | Native MCP | claude mcp add --transport http perspective https://api.perspective.co/mcp, then /mcp to authenticate via OAuth; syncs from Claude Web/Desktop connector automatically. |
| ChatGPT | Native MCP | Product MCP stated as connectable from ChatGPT. |
| Cursor | Native MCP | Docs MCP (https://developers.perspective.co/api/mcp, no auth) works with Cursor. |
| Gemini | Native MCP | Docs MCP works with Gemini CLI. |
How to connect Perspective Funnels MCP to Claude Desktop
Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.
{
"mcpServers": {
"perspective-funnels": {
"command": "npx",
"args": ["mcp-remote", "<YOUR_MCP_URL>"]
}
}
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://api.perspective.co/mcp
// Claude Code (one-liner): claude mcp add perspective-funnels <YOUR_MCP_URL> --transport httpSome MCP servers require an API key. Check the source page for setup: api.perspective.co/mcp.
Does Perspective Funnels MCP cost extra?
Perspective Funnels has no verified MCP server.
- No published MCP integration was detected at the last check.
- For now, agent workflows depend on the REST API or third-party automation.
Perspective Funnels subscription pricing
| Plan | Monthly | Annual / mo |
|---|---|---|
| Base | $59 | $47 |
| Grow | $184 | $147 |
| Expand | $369 | $297 |
| Scale | Contact sales | — |
Source: perspective.co/pricing. Verified 2026-06-07.
Perspective Funnels also publishes a REST API
Perspective Funnels publishes an API, but per-tier gating wasn't extracted automatically.
What you can do with Perspective Funnels from an AI agent
Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.
Skip the dashboard, ask Claude
- "What changed this week?" answered in seconds
- Quick one-off questions without leaving the editor
- Pipe Perspective Funnels data into your personal notes / docs without writing a script
Run client analysis at agent speed
- Hand the MCP server to your team — every consultant can ask Claude about any client's Perspective Funnels account
- Multi-account workflows without context-switching the Perspective Funnels UI
- Reports you'd normally spend hours on, done before standup
Production agent workflows
- Embed in your internal Codex / Cursor agents that triage Perspective Funnels data daily
- Combine with other MCP servers in a multi-step agent chain
- Constrain agents to read-only roles to keep production Perspective Funnels safe
Limits and gotchas
- Fallback: the REST API works for any flow the MCP server doesn't cover.
- Rate limits: MCP calls count against your underlying Perspective Funnels API quota. Burst usage from a curious agent can drain a daily allowance fast.
Agent-readiness verdict
Wiring Perspective into an agent is worth it if funnel-building is a recurring part of your workflow and you'd rather describe a funnel than click through a builder. The OAuth-secured product MCP with funnel-build, sequences, analytics, and CRM tools plus native Claude and ChatGPT support puts it well ahead of tools that only expose a read-only data feed. The main unknown is plan gating, which I can't verify. A strong 8 out of 10.
Not agent-ready. Perspective Funnels publishes API docs but lacks an MCP server, OpenAPI spec, and any official LLM integrations, making it difficult to wire into Claude or Cursor workflows without custom bridge code. The absence of webhooks and structured outputs further limits real-time automation potential.
Scored 2026-06-07 by Joonas (TMB).
Perspective Funnels MCP & API FAQ
Does Perspective Funnels have a public API?+
Does Perspective Funnels plan to add an MCP server?+
Sources
- Perspective Funnels official site: https://www.perspective.co/
- MCP server page: https://api.perspective.co/mcp
- API docs: https://perspective-api.co/api-docs/
- Pricing source: https://www.perspective.co/pricing (verified 2026-06-07)
Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.
10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

