← selflabbs.com

INDIVIDUAL MCP TOOL

fx_rates

Get the latest foreign-exchange rates for a base currency (default USD), optionally limited to specific target currencies.

selflabbs.comnone authenticationAvailability not checked

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 endpoint

selflabbs.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.market-intel]
url = "https://market.selflabbs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "market-intel": {
      "type": "http",
      "url": "https://market.selflabbs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "market-intel": {
      "type": "http",
      "url": "https://market.selflabbs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "market-intel",
  "transport": "streamable-http",
  "url": "https://market.selflabbs.com/mcp"
}
MCP Inspector

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

Related tools

  • fx_convert — Convert an amount from one currency to another at the latest ECB reference rate.
  • fx_historical — Get foreign-exchange rates for a base currency on a specific past date (YYYY-MM-DD).
  • fx_timeseries — Get a time series of exchange rates for a base currency over a date range (max ~1 year), useful for trend analysis.
  • fx_currencies — List the currencies supported for exchange-rate lookups, with their full names.