← fortfiapp.com

INDIVIDUAL MCP TOOL

get_account_holdings

Token holdings for a specific wallet, with USD values and 24h change.

fortfiapp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://fortfiapp.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_account_holdings and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

fortfiapp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fortfi]
url = "https://fortfiapp.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fortfi": {
      "type": "http",
      "url": "https://fortfiapp.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fortfi
Remote MCP URL: https://fortfiapp.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fortfi": {
      "url": "https://fortfiapp.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fortfi": {
      "type": "http",
      "url": "https://fortfiapp.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fortfi",
  "transport": "streamable-http",
  "url": "https://fortfiapp.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_mcp_guide — FortFi MCP capability guide: onboarding paths, pricing, limits, workflows, and full tool catalog.
  • list_wallets — List FortFi wallets for this account: chain, address, nickname, metadata tags, and default flag.
  • list_recipients — List all allowlisted recipients.
  • list_audit_log — Recent account activity: transfers, swaps, security events.
  • get_policy_limits — Current policy limits: per-tx/daily/monthly caps (USDC smallest units).
  • resend_claim_link — Resend the dashboard claim email to contactEmail (MCP agent API key only; keys:manage scope).
  • list_funding_wallet_agents — List all FortFi agent accounts funded by the same payment wallet as this agent.
  • list_cosigner_memberships — Active co-signers on this account.