General Tools
fortfiapp.com
Provide access to FortFi wallet management, transaction policies, and audit logs.
ENDPOINT 1
https://fortfiapp.com/api/mcp
MCP server metadata
- Name
- fortfi
- Version
- 1.0.0
Known tools 59
get_mcp_guideFortFi MCP capability guide: onboarding paths, pricing, limits, workflows, and full tool catalog.
Inferred read-onlylist_walletsList FortFi wallets for this account: chain, address, nickname, metadata tags, and default flag.
Inferred read-onlyget_policy_limitsCurrent policy limits: per-tx/daily/monthly caps (USDC smallest units).
Inferred read-onlyresend_claim_linkResend the dashboard claim email to contactEmail (MCP agent API key only; keys:manage scope).
Potential side effectslist_funding_wallet_agentsList all FortFi agent accounts funded by the same payment wallet as this agent.
Potential side effectslist_pending_cosigner_approvalsPending actions that require this account's co-signer approval.
Inferred read-onlyremove_recipientRemove a recipient from the FortFi allowlist (tightening policy — no funding-wallet GOVERN).
Potential side effectsget_portfolioFull portfolio summary across all wallets: token balances with USD values, 24h change, and total net worth.
Inferred read-onlyget_account_holdingsToken holdings for a specific wallet, with USD values and 24h change.
Inferred read-onlyget_swap_routing_guideReturns which swap/bridge tool to use for a given from→to chain pair, with notes on protocols supported.
Inferred read-onlylist_token_spender_grantsList active ERC-20 token approvals (spender grants) on this account.
Inferred read-onlylist_incoming_cosigner_invitesList pending co-signer invites sent TO this account (where this account is the invitee).
Inferred read-onlyregister_backup_governance_walletRegister (or replace) a single backup governance wallet — the agentic equivalent of a backup passkey.
Inferred read-onlyremove_backup_governance_walletRemove the registered backup governance wallet.
Potential side effectslist_governance_requestsList open governance requests on this account: pending (awaiting signature) and legacy scheduled rows.
Inferred read-onlycancel_governance_changeVeto/cancel a pending governance challenge before it is signed and applied.
Inferred read-onlyrevoke_cosigner_inviteRevoke a pending outbound co-signer invite before it is accepted.
Inferred read-onlycancel_pending_actionCancel a pending approval that you (the account owner) initiated.
Inferred read-onlyupdate_wallet_metadataSet metadata tags on a wallet (flat string key/value pairs; replaces existing tags).
Inferred read-onlypreview_swap_quoteOptional advanced step: fetch a same-chain swap quote (CoW on EVM, Jupiter on Solana) and return previewQuoteId.
Inferred read-onlypreview_bridge_quoteOptional advanced step: fetch a cross-chain bridge quote (Fusion+ or deBridge) and return previewQuoteId.
Inferred read-onlycheck_trade_allowanceCheck ERC-20 allowance for an upcoming CoW swap (cow_swap) or Fusion bridge (fusion_bridge).
Inferred read-onlylist_yield_marketsOpen Morpho yield discovery by chain — APY, TVL (not limited to curated allowlist).
Inferred read-onlyget_payment_requestGet a payment request by internal id or public pid, including settlement attempts.
Potential side effectscancel_payment_requestCancel an open payment request with no verified settlement.
Potential side effectsextend_payment_requestExtend an open payment request expiry (default extension window in days).
Potential side effectssearch_vaultsParent-treasury vault inventory search (treasury credential + keys:manage + wallets:read).
Inferred read-onlysearch_credentialsParent-treasury key-centric credential search (treasury credential + keys:manage + wallets:read).
Inferred read-onlycreate_vault_credentialMint a vault-scoped credential for an existing wallet (treasury + keys:manage).
Inferred read-onlyupdate_vault_credentialAtomically replace a vault credential's name, access mode, grants, and expiry (treasury + keys:manage).
Inferred read-onlycreate_provisioning_jobBulk-provision up to 20 customer vaults per job (treasury + keys:manage + wallets:write).
Potential side effectsget_provisioning_jobPoll a bulk provisioning job (treasury + keys:manage + wallets:read).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fortfiapp.com was fetched 2026-08-03T14:51:27.962Z.
fortfiapp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.