Analytics
dta.mn
Provides a time series data archive with search, panel retrieval, verified observations, and daily mover analytics.
ENDPOINT 1
https://dta.mn/mcp
MCP server metadata
- Name
- mn.dta
- Version
- 1.0.0
Read-only access to dta.mn's signed archive of Mongolian macro + market data (2,500+ series). Start with about or search_series; fetch data with get_panel; verify any value's Ed25519 passport with get_datum.
Known tools 5
get_datumOne signed observation's passport by shortid: value, vintage, source URL, schema, Ed25519 signature + the canonical payload recipe to verify it.
Inferred read-onlyget_moversToday's biggest movers across the archive — the signed movers:v0 snapshot (ranked by delta z-score).
Inferred read-onlyCONNECT 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.mn-dta]
url = "https://dta.mn/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mn-dta": {
"type": "http",
"url": "https://dta.mn/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mn-dta
Remote MCP URL: https://dta.mn/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": {
"mn-dta": {
"url": "https://dta.mn/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mn-dta": {
"type": "http",
"url": "https://dta.mn/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mn-dta",
"transport": "streamable-http",
"url": "https://dta.mn/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.