Connect FYN to ChatGPT, Claude, or any MCP client. One URL, OAuth sign-in, read-only. Ask your AI about your real transactions, receipts, budgets, and net worth — itemized down to the line on a receipt.
POST /v1/agent/spending/breakdown {"group_by":"category","start_date":"2026-03-01"}GET /v1/agent/insights/healthFYN is a Model Context Protocol server. Instead of competing with ChatGPT's chat box, FYN becomes the financial brain behind it — and behind Claude, Cursor, or anything that speaks MCP. The receipt intelligence is ours; the AI is whichever one you already pay for.
https://api.fyn.fyi/v1/mcpOAuth 2.1 + PKCE. You sign in with your real FYN account — no API key to paste, no credentials shared with the AI. Read-only, revocable anytime.
ChatGPT Plus or above (developer mode). Same URL works in Claude, Cursor, and any MCP client.
Install the skill in your agent, connect your bank, and start asking questions.
mkdir -p ~/.claude/skills/fyn-financecurl -sL https://raw.githubusercontent.com/ fynfyi/agent-skill/main/SKILL.md \ -o ~/.claude/skills/fyn-finance/SKILL.mdOr use as a project skill in .claude/skills/
git clone https://github.com/
fynfyi/agent-skill.gitCopy SKILL.md into any agent's skill directory. Works with Agent Skills compatible tools.
export FYN_API_KEY=fyn_ak_your_key_hereYour agent understands natural language. Here are some examples.
Free tier gets you started. Pro unlocks receipt AI and affordability checks.
Query, filter by merchant/category, spending totals
Breakdown by category, compare periods, discretionary analysis
Balances, individual accounts, net worth
Status across categories, over-budget alerts
Recurring charges, monthly subscription cost
Income vs expenses, savings rate
Daily briefing, alerts, health score, weekly recap, natural language Q&A
Holdings, total value, allocation breakdown
AI-powered search, RAG chat, price insights, deals
Affordability checks, product recommendations
Verify your key works with a single curl command.
curl -s https://api.fyn.fyi/v1/agent/accounts/net-worth \ -H "Authorization: Bearer $FYN_API_KEY" | jq .
{
"success": true,
"data": {
"net_worth": 47250.83,
"assets": 52100.00,
"liabilities": 4849.17,
"accounts": 4
},
"meta": {
"plan": "free",
"rateLimit": { "remaining": 49, "limit": 50 }
}
}| Plan | Daily Calls | RAG Queries |
|---|---|---|
| Free | 50 | 10 |
| Pro $9.99/mo | 2,000 | 500 |
FYN speaks MCP and the open Agent Skills standard — so it works in ChatGPT, Claude, and any compatible tool.
Free tier includes 50 API calls/day. No credit card required.