Python stdio MCP server for CBRT EVDS time series data
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"cbrt-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# cbrt-mcp `cbrt-mcp` is a stdio MCP server for the [CBRT EVDS](https://evds3.tcmb.gov.tr/) time series API. It gives MCP clients offline discovery over a bundled CBRT metadata snapshot and live data retrieval from EVDS when an API token is available. ## Install End users do not need to clone this repository. They need: - [`uv`](https://docs.astral.sh/uv/) available on `PATH`, which provides `uvx` - an MCP client that can run stdio servers - an EVDS token only if they want live data from `get_series_data()` Check that `uvx` is available: ```bash uvx --version ``` ### Codex The recommended Codex setup is the CLI command below. It installs nothing into the repository; it writes the MCP registration to `~/.codex/config.toml`. Codex CLI and Codex Desktop use this same config, so restart Codex Desktop after adding the server. ```bash codex mcp add cbrt \ --env EVDS_TOKEN=paste-your-token-here \ -- uvx cbrt-mcp ``` Check the registration from a terminal: ```bash codex mcp list ``` If you only want metadata tools, omit the token: ```bash codex mcp add cbrt -- uvx cbrt-mcp ``` Manual Codex configuration is also possible. Edit `~/.codex/config.toml` and add: ```toml [mcp_servers.cbrt] command = "uvx" args = ["cbrt-mcp"] startup_timeout_sec = 120 [mcp_servers.cbrt.env] EVDS_TOKEN = "paste-your-token-here" ``` For metadata-only usage, remove the `[mcp_servers.cbrt.env]` section. `uvx` can take longer than 30 seconds on the first run while it downloads and caches the package, so `startup_timeout_sec = 120` is recommended for Codex. ### Claude Code Claude Code also supports a one-line install. Use `-s user` for a user-wide registration. This config is for Claude Code only; it does not automatically add the server to Claude Desktop. ```bash claude mcp add -s user \ -e EVDS_TOKEN=paste-your-token-here \ cbrt -- uvx cbrt-mcp ``` For metadata-only usage: ```bash claude mcp add -s user cbrt -- uvx cbrt-mcp ``` Check the registration with: ```bash cla…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.