turnono-datacommons-mcp-server
Discover statistical indicators and topics in Data Commons. Retrieve observations for specific var…
Install
mcp_config.json
{
"mcpServers": {
"ai-smithery-turnono-datacommons-mcp-server": {
"url": "https://server.smithery.ai/@turnono/datacommons-mcp-server/mcp",
"type": "streamable-http"
}
}
}Documentation
DataCommons MCP Server
A Model Context Protocol (MCP) server for accessing Data Commons API data.
Features
- Search for indicators and topics
- Get observations and data
- Support for various data formats and chart configurations
- HTTP and stdio transport modes
Installation
Using pip
pip install -r requirements.txt
pip install -e .
Using Docker
docker build -t datacommons-mcp .
docker run -p 8000:8000 datacommons-mcp
Usage
CLI Commands
Start the server in HTTP mode:
python -m datacommons_mcp.cli serve http --host 0.0.0.0 --port 8000
Start the server in stdio mode:
python -m datacommons_mcp.cli serve stdio
Environment Variables
GOOGLE_API_KEY: Your Google API key for Data Commons access
Development
Install development dependencies:
pip install -e ".[dev]"
Run tests:
pytest
Format code:
black .
isort .
License
MIT License
Sourced from the repository README.
More in Developer Tools
- N8nFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.202,280
- Gemini CliAn open-source AI agent that brings the power of Gemini directly into your terminal.106,664
- World MonitorLive global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.84,026
- WorldmonitorReal-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface84,024
- Scrapling🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!76,275
- Ruflo🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated69,270