Which AI clients can use Finseo MCP?
Not every AI assistant supports MCP natively. Per-client picture for Finseo:
| Client | Support | Notes |
|---|---|---|
| Claude (Desktop/Web) | Native MCP | Documented setup: add the server URL https://api.finseo.ai/v1/mcp with an Authorization: Bearer header using a read-scope API key. |
| Claude Code | Native MCP | Same remote HTTP MCP server; add it as an HTTP server with the Bearer header. |
| Cursor | Native MCP | Documented setup guide in the Finseo docs (docs.finseo.ai/mcp/cursor). |
| ChatGPT | Via connectors | The pricing page lists GPT among supported MCP clients; there is no dedicated setup guide in the docs yet. |
| n8n | API-only (custom code) | n8n is listed among Finseo's 22 native integrations, and the REST API covers the same data for custom nodes. |
How to connect Finseo 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": {
"finseo": {
"command": "npx",
"args": ["mcp-remote", "<YOUR_MCP_URL>"]
}
}
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://docs.finseo.ai/mcp/overview
// Claude Code (one-liner): claude mcp add finseo <YOUR_MCP_URL> --transport httpSome MCP servers require an API key. Check the source page for setup: docs.finseo.ai/mcp/overview.
Does Finseo MCP cost extra?
Finseo ships an official MCP server that uses your existing subscription credentials.
- No separate MCP licence to buy. You pay for your Finseo plan, the MCP server queries that account.
- Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.
Finseo also publishes a REST API
Finseo publishes an API, but per-tier gating wasn't extracted automatically.
What you can do with Finseo 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 Finseo 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 Finseo account
- Multi-account workflows without context-switching the Finseo UI
- Reports you'd normally spend hours on, done before standup
Production agent workflows
- Embed in your internal Codex / Cursor agents that triage Finseo data daily
- Combine with other MCP servers in a multi-step agent chain
- Constrain agents to read-only roles to keep production Finseo safe
Limits and gotchas
- Official MCP server — published by Finseo themselves, so it should track product changes.
- Fallback: the REST API works for any flow the MCP server doesn't cover.
- Auth flow: MCP servers usually inherit the underlying API auth method (api-key). Expect to configure that on first install.
- OpenAPI spec is published — easy to validate which endpoints the MCP server actually exposes vs the full API surface.
- Rate limits: MCP calls count against your underlying Finseo API quota. Burst usage from a curious agent can drain a daily allowance fast.
Agent-readiness verdict
An official, remote, no-install MCP server with simple Bearer auth and seven genuinely useful read tools over AI-visibility data. Read-only scope and the paid, demo-gated plan requirement are what hold it at 8 out of 10 rather than higher.
Official remote MCP server (api.finseo.ai/v1/mcp, Bearer key, 7 read tools for projects/metrics/prompts/competitors/sources/tags/fanouts) plus a documented REST API with OpenAPI 3.1 spec, scoped API keys (read/write/export), published per-plan rate limits and llms.txt on both site and docs. Held back from higher: API keys require a paid, demo-gated plan (no self-serve signup) and the MCP surface is read-only.
Scored 2026-07-06 by Joonas (TMB).
Finseo MCP & API FAQ
Is the Finseo MCP server official?+
Can I use the Finseo MCP with Cursor or Codex?+
Does Finseo have a public API?+
Does Finseo publish an OpenAPI / Swagger spec?+
Does Finseo support webhooks?+
Which LLMs does Finseo integrate with directly?+
Sources
- Finseo official site: https://www.finseo.ai
- MCP server page: https://docs.finseo.ai/mcp/overview
- API docs: https://docs.finseo.ai
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.
