Skip to main content
Glama
nivela-tech

agnifolio-mcp

Agni Folio MCP Server

Official Model Context Protocol server for Agni Folio — a free, multi-currency wealth & portfolio tracker (stocks, crypto, real estate, fixed deposits, mutual funds, insurance, and loans across 20+ markets).

This is a hosted remote server. There is nothing to install or run — you connect your MCP client to the production endpoint and authenticate with your own Agni Folio account.

Quick connect

Claude (web/desktop): Settings → Connectors → Add custom connectorhttps://agnifolio.com/mcp → complete the OAuth sign-in.

Cursor / Cline / Continue / other stdio-first clients — bridge via mcp-remote:

{
  "mcpServers": {
    "agnifolio": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://agnifolio.com/mcp"]
    }
  }
}

The first call opens a browser window for the OAuth consent flow; tokens are cached locally by mcp-remote.

Related MCP server: recon-crypto-mcp

Public-tools server (open source, in this repo)

This repo also contains a small runnable MCP server for Agni Folio's public tools — no account needed:

Tool

What it does

calculate_fire_number

FIRE number, progress %, years-to-FIRE, Coast FIRE — pure local math

get_high_interest_products

Current savings/FD/treasury rates across SG, IN, US (public API)

find_networth_percentile

Net-worth percentile by country/age/gender (anonymized public dataset)

get_agnifolio_info

About Agni Folio + how to connect to the personal-data server

npm install && npm run build
node dist/index.js          # stdio MCP server

# or via Docker
docker build -t agnifolio-public-mcp .
docker run -i --rm agnifolio-public-mcp

Claude Desktop / Cursor config:

{
  "mcpServers": {
    "agnifolio-public": {
      "command": "node",
      "args": ["/path/to/agnifolio-mcp/dist/index.js"]
    }
  }
}

The public-tools server never sees credentials; personal portfolio data is only available through the hosted OAuth server above.

Tools (23)

Read — portfolio: query_holdings, query_holding_by_symbol, query_account_summary, query_performance_summary, query_classification_warnings

Read — FIRE planning: query_user_fire_status, query_user_coast_fire, query_fire_what_if

Read — crypto & trading: query_crypto_pnl, query_exchange_spot_balances, query_open_positions, query_margin_detail, query_recent_trades

Read — protection & legacy: query_insurance_summary, query_nominees

Write (confirm-gated): add_portfolio_entry, add_transaction, add_insurance_policy, delete_portfolio_entry, parse_text_into_entries, set_crypto_cost_basis, recover_crypto_cost_basis, update_user_fire_goals

Every mutating tool is confirm-before-execute: the change is staged and must be approved inside the Agni Folio app before it takes effect. Every external call — read or write — is recorded in a per-user audit log.

Security model

  • Per-user OAuth tokens; the server never sees your client's credentials

  • Scoped access (read vs write) chosen at consent time

  • Revocation: one click in Settings → Connected AI kills the grant

  • Confirm-gated writes + full audit trail

  • Agni Folio is not a brokerage and executes no trades; it is a tracking/analytics tool

About this repository

The server implementation is part of the Agni Folio production backend and is not open source; this repository is the canonical public home for connection docs and issue reports for the MCP surface. Found a problem with a tool? Open an issue or use contact.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A portfolio analysis MCP server that enables AI agents to manage investment portfolios, fetch financial data from Yahoo Finance and CoinGecko, and perform advanced analysis like weight optimization and Monte Carlo simulations. It utilizes reference-based caching to efficiently handle large datasets without bloating the LLM's context window.
    Last updated
    26
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Self-custodial crypto portfolio and DeFi MCP server. Read balances and positions (Aave, Compound, Morpho, Uniswap V3, Lido, EigenLayer) across Ethereum, Arbitrum, Polygon, and Base, and prepare transactions for approval on a Ledger via WalletConnect.
    Last updated
    100
    74
    4
    Business Source 1.1
  • A
    license
    A
    quality
    A
    maintenance
    Self-custodial crypto portfolio and DeFi MCP server. Read balances and positions (Aave, Compound, Morpho, Uniswap V3, Lido, EigenLayer) across Ethereum, Arbitrum, Polygon, and Base, and prepare transactions for approval on a Ledger via WalletConnect.
    Last updated
    100
    74
    4
    Business Source 1.1
  • A
    license
    A
    quality
    C
    maintenance
    Self-hosted, read-only MCP server that connects banks, credit cards, loans, and brokerage accounts via Plaid. 9 tools for balances, transactions, recurring charges, liabilities, and investment holdings.
    Last updated
    9
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nivela-tech/agnifolio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server