← fortfiapp.com

INDIVIDUAL MCP TOOL

list_audit_log

Recent account activity: transfers, swaps, security events.

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 list_audit_log and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • get_treasury_context — Who am I?
  • list_wallets — List FortFi wallets for this account: chain, address, nickname, metadata tags, and default flag.
  • list_recipients — List all allowlisted recipients.
  • list_activity_report — Treasury activity timeline (JSON) for reconciliation: normalized labels, USD hints, vault scope, and categories.
  • get_fusion_order_status — Track an owned Fusion+ cross-chain order by orderHash.
  • get_policy_limits — Current policy limits: per-tx/daily/monthly caps (USDC smallest units).
  • get_usage_balance — Monthly UpTo product balance: cap, used, remaining, and period bounds.