← fortfiapp.com

INDIVIDUAL MCP TOOL

send_merchant_webhook_test

Send a signed webhook.test event to an endpoint.

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

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_audit_log — Recent account activity: transfers, swaps, security events.
  • 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).