Serversdev.cz-agents/cnb
C

dev.cz-agents/cnb

dev.cz-agents/cnb · v0.1.4
▦ npm
v0.1.4npm npm: @czagents/cnb🌐 https://cnb.cz-agents.dev/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "dev.cz-agents/cnb",
  "description": "Czech National Bank daily FX rates: CZK exchange rates, currency conversion, history",
  "repository": {
    "url": "https://github.com/martinhavel/cz-agents-mcp",
    "source": "github",
    "subfolder": "packages/cnb"
  },
  "version": "0.1.4",
  "websiteUrl": "https://cz-agents.dev",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@czagents/cnb",
      "version": "0.1.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://cnb.cz-agents.dev/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}