← Registry

Analytics

dta.mn

Provides a time series data archive with search, panel retrieval, verified observations, and daily mover analytics.

1 endpoint5 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://dta.mn/mcp

No auth detected

MCP server metadata

Name
mn.dta
Version
1.0.0
Capabilities
tools
Server instructions

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

about

What DTA (dta.

Inferred read-only
search_series

Search the series catalog by code or name (English or Mongolian).

Inferred read-only
get_panel

Time series (latest vintage per date) for up to 8 series codes.

Inferred read-only
get_datum

One signed observation's passport by shortid: value, vintage, source URL, schema, Ed25519 signature + the canonical payload recipe to verify it.

Inferred read-only
get_movers

Today's biggest movers across the archive — the signed movers:v0 snapshot (ranked by delta z-score).

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.