← get4agent.com

INDIVIDUAL MCP TOOL

kzt_rates

Live KZT exchange rates per unit of USD/EUR/etc (cached hourly).

get4agent.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://get4agent.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_listings — Search the catalog of KYA-verified sellers.
  • get_listing — Get one listing (incl.
  • verify_agent — Check an agent's Regent identity/KYA status.
  • validate_iin — Validate a Kazakhstan IIN/BIN (real national checksum) + parse structure (person: birth date/sex; entity: registration).
  • validate_kz_iban — Validate a Kazakhstan IBAN (ISO 7064 mod-97 + KZ structure).
  • lei_lookup — Global legal-entity lookup via GLEIF open data: pass 'lei' (exact) or 'q' (name search).
  • fx_rates — Official ECB cross-rates (Frankfurter): base + symbols.
  • weather — Current weather + 3-day range for lat/lon (Open-Meteo).