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).
We read the source, 20 h ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
"!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.
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.
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.
claude mcp add un-datacommons-mcp -- uvx un-datacommons-mcp
{
"mcpServers": {
"un-datacommons-mcp": {
"args": [
"un-datacommons-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.un-datacommons-mcp]
command = "uvx"
args = ["un-datacommons-mcp"]
{
"mcpServers": {
"un-datacommons-mcp": {
"args": [
"un-datacommons-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Python MCP server for MySQL database inspection and querying
Sling CLI MCP server for querying any database, running data pipelines and managing replications
Database MCP server for schema discovery, comments, and SQL queries.
Python MCP server for PostgreSQL database inspection and querying
MCP server for SeaTable — read, write, search, link, and query data in your bases
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data
Query and analyse your data from Bitmovin Observability
Answers built from our own checks of this server.