← zapboxapp.com

INDIVIDUAL MCP TOOL

fx_rates

USD-based exchange-rate table covering 160+ currencies, refreshed daily and cached server-side.

zapboxapp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.zapboxapp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fx_rates 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

zapboxapp.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.zapbox]
url = "https://api.zapboxapp.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: zapbox
Remote MCP URL: https://api.zapboxapp.com/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": {
    "zapbox": {
      "url": "https://api.zapboxapp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • call_api — Call a third-party API using a credential stored in your Zapbox Agent Secrets vault.
  • fx_convert — Convert an amount between any two currency codes at the latest cached rate.
  • note_create — Create a Zapbox cloud note and return its shareable https link.
  • note_read — Read a Zapbox cloud note by its short code.
  • note_write — Overwrite a Zapbox cloud note's content (last write wins — there is no merge).
  • seo_audit — Fetch a public URL and return a scored on-page SEO audit (title, meta, headings, Open Graph, canonical, robots, images, links).
  • server_time — Zapbox server clock in Unix milliseconds.
  • transfer_status — List the files, sizes and expiry behind a Zapbox /transfer short code.