← Registry

General Tools

fortfiapp.com

Provide access to FortFi wallet management, transaction policies, and audit logs.

x402 supported1 endpoint59 known toolsFirst detected July 25, 2026Last detected August 2, 2026

ENDPOINT 1

https://fortfiapp.com/api/mcp

No auth detected

MCP server metadata

Name
fortfi
Version
1.0.0
Capabilities
tools

Known tools 59

get_mcp_guide

FortFi MCP capability guide: onboarding paths, pricing, limits, workflows, and full tool catalog.

Inferred read-only
list_wallets

List FortFi wallets for this account: chain, address, nickname, metadata tags, and default flag.

Inferred read-only
list_recipients

List all allowlisted recipients.

Inferred read-only
list_audit_log

Recent account activity: transfers, swaps, security events.

Inferred read-only
get_policy_limits

Current policy limits: per-tx/daily/monthly caps (USDC smallest units).

Inferred read-only
resend_claim_link

Resend the dashboard claim email to contactEmail (MCP agent API key only; keys:manage scope).

Potential side effects
list_funding_wallet_agents

List all FortFi agent accounts funded by the same payment wallet as this agent.

Potential side effects
list_cosigner_memberships

Active co-signers on this account.

Inferred read-only
get_cosigner_rules

Amount-banded cosigner quorum rules for sends and swaps.

Inferred read-only
update_cosigner_rules

Set cosigner quorum rules (send + swap USD bands).

Potential side effects
list_pending_cosigner_approvals

Pending actions that require this account's co-signer approval.

Inferred read-only
add_recipient

Add a payout address to the allowlist.

Inferred read-only
remove_recipient

Remove a recipient from the FortFi allowlist (tightening policy — no funding-wallet GOVERN).

Potential side effects
approve_recipient

Approve a recipient still in cooldown (early release).

Inferred read-only
propose_transfer

Transfer USDC to an allowlisted recipient.

Potential side effects
invite_agent_cosigner

Invite a co-signer.

Inferred read-only
invite_cosigner

Alias of invite_agent_cosigner.

Inferred read-only
approve_cosigner_action

Approve a pending action as co-signer.

Inferred read-only
reject_cosigner_action

Reject a pending action as co-signer.

Inferred read-only
get_portfolio

Full portfolio summary across all wallets: token balances with USD values, 24h change, and total net worth.

Inferred read-only
get_account_holdings

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

Inferred read-only
discover_tokens

Market-wide token discovery on a FortFi chain (USD).

Inferred read-only
get_swap_routing_guide

Returns which swap/bridge tool to use for a given from→to chain pair, with notes on protocols supported.

Inferred read-only
list_token_spender_grants

List active ERC-20 token approvals (spender grants) on this account.

Inferred read-only
list_incoming_cosigner_invites

List pending co-signer invites sent TO this account (where this account is the invitee).

Inferred read-only
accept_cosigner_invite

Accept a pending co-signer invite.

Inferred read-only
remove_cosigner

Remove an active co-signer from this account.

Potential side effects
register_backup_governance_wallet

Register (or replace) a single backup governance wallet — the agentic equivalent of a backup passkey.

Inferred read-only
remove_backup_governance_wallet

Remove the registered backup governance wallet.

Potential side effects
list_governance_requests

List open governance requests on this account: pending (awaiting signature) and legacy scheduled rows.

Inferred read-only
cancel_governance_change

Veto/cancel a pending governance challenge before it is signed and applied.

Inferred read-only
revoke_cosigner_invite

Revoke a pending outbound co-signer invite before it is accepted.

Inferred read-only
cancel_pending_action

Cancel a pending approval that you (the account owner) initiated.

Inferred read-only
propose_rename_account

Rename a wallet (account nickname).

Inferred read-only
propose_create_account

Create a new wallet on a supported chain.

Potential side effects
update_wallet_metadata

Set metadata tags on a wallet (flat string key/value pairs; replaces existing tags).

Inferred read-only
preview_swap_quote

Optional advanced step: fetch a same-chain swap quote (CoW on EVM, Jupiter on Solana) and return previewQuoteId.

Inferred read-only
preview_bridge_quote

Optional advanced step: fetch a cross-chain bridge quote (Fusion+ or deBridge) and return previewQuoteId.

Inferred read-only
check_trade_allowance

Check ERC-20 allowance for an upcoming CoW swap (cow_swap) or Fusion bridge (fusion_bridge).

Inferred read-only
propose_token_approve

Propose max ERC-20 approval for CoW or Fusion spenders.

Inferred read-only
propose_swap

Propose an EVM CoW swap.

Inferred read-only
propose_solana_swap

Propose a Solana Jupiter swap.

Inferred read-only
propose_bridge

Propose a Fusion+ or deBridge transfer.

Potential side effects
list_yield_markets

Open Morpho yield discovery by chain — APY, TVL (not limited to curated allowlist).

Inferred read-only
list_yield_positions

User's Morpho yield positions from FortFi history.

Inferred read-only
propose_yield_deposit

Propose Morpho vault deposit.

Inferred read-only
propose_yield_withdraw

Propose Morpho vault withdraw.

Inferred read-only
create_payment_request

Create a shareable payment request for a vault.

Potential side effects
get_payment_request

Get a payment request by internal id or public pid, including settlement attempts.

Potential side effects
list_payment_requests

List payment requests for the authenticated account.

Potential side effects
cancel_payment_request

Cancel an open payment request with no verified settlement.

Potential side effects
extend_payment_request

Extend an open payment request expiry (default extension window in days).

Potential side effects
search_vaults

Parent-treasury vault inventory search (treasury credential + keys:manage + wallets:read).

Inferred read-only
search_credentials

Parent-treasury key-centric credential search (treasury credential + keys:manage + wallets:read).

Inferred read-only
create_vault_credential

Mint a vault-scoped credential for an existing wallet (treasury + keys:manage).

Inferred read-only
update_vault_credential

Atomically replace a vault credential's name, access mode, grants, and expiry (treasury + keys:manage).

Inferred read-only
revoke_vault_credential

Revoke a vault-scoped credential (treasury + keys:manage).

Inferred read-only
create_provisioning_job

Bulk-provision up to 20 customer vaults per job (treasury + keys:manage + wallets:write).

Potential side effects
get_provisioning_job

Poll a bulk provisioning job (treasury + keys:manage + wallets:read).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fortfiapp.com was fetched 2026-08-03T14:51:27.962Z.

Trust status Neutral

fortfiapp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.