mcpbeat Sign in

Un Datacommons MCP Server

local only

Un Datacommons MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from pypi. Last commit 30 Sep 2025.

MCP server to query Data Commons indicators and observations (base or custom).

Installs per day peak 13 · avg 5 · -30% w/w
a month agotoday
31
Installs / week
pypi · un-datacommons-mcp
0
Stars
0 open issues
30 Sep 2025
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] datacommons_mcp/__init__.py:1, [пакет] datacommons_mcp/_constrained_vars.py:1, [пакет] datacommons_mcp/cache.py:1 и ещё 15
этот файл ставится пользователю, но в репозитории его нет
                "!pip install -q google-genai==1.36.0 google-adk==1.14.1\n",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add un-datacommons-mcp -- uvx un-datacommons-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "un-datacommons-mcp": {
      "args": [
        "un-datacommons-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.un-datacommons-mcp]
command = "uvx"
args = ["un-datacommons-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "un-datacommons-mcp": {
      "args": [
        "un-datacommons-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "un-datacommons-mcp": {
      "args": [
        "un-datacommons-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DC_API_KEY (Data Commons API key from apikeys.datacommons.org), DC_TYPE (Type of Data Commons to use: base|custom (default: base)), CUSTOM_DC_URL (Custom DC base URL when DC_TYPE=custom), DC_ROOT_TOPIC_DCIDS (Comma-separated root topic DCIDs for custom DCs), DC_SEARCH_SCOPE (Search scope for custom DCs: base_only|custom_only|base_and_custom). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Un Datacommons MCP

same job, measured the same way
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
I
Sling CLI
by slingdata

Sling CLI MCP server for querying any database, running data pipelines and managing replications

37 655 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
Seatable
by seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

112 installs/wk local only
InsForge
by insforge

MCP server for InsForge BaaS — database, storage, edge functions, and deployments

461 installs/wk answering
Thoughtspot
by thoughtspot

MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data

answering
C
Bitmovin Observability MCP
by bitmovin-mcp-analytics

Query and analyse your data from Bitmovin Observability

11 tools answering

Un Datacommons MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Un Datacommons MCP?
Un Datacommons MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package un-datacommons-mcp was installed 31 times last week.
How do I connect Un Datacommons MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls un-datacommons-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Un Datacommons MCP?
The pypi package un-datacommons-mcp was installed 31 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Un Datacommons MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.