OpenDataMCP/OpenDataMCP
by Various
Connect any Open Data to any LLM with Model Context Protocol.
MCP
OpenDataMCP/OpenDataMCP
Added 1 June 2026
Overview
OpenDataMCP is an open-source Python tool that enables any LLM to access open data via the Model Context Protocol. It acts as a middleware layer, letting developers connect datasets to models without custom integrations.
Best for
Best for
Developers seeking a quick MCP-based bridge between open data and language models
Use cases
- Integrating open government or scientific datasets into LLM conversations
- Building chatbots that query real-time public data sources
- Prototyping data-driven agents without writing data connectors from scratch
Notes
OpenDataMCP is an open-source Python tool that enables any LLM to access open data via the Model Context Protocol. It acts as a middleware layer, letting developers connect datasets to models without custom integrations.
153 stars on GitHub. Last updated 2024-12-20. Licensed MIT.
Use cases
- Integrating open government or scientific datasets into LLM conversations
- Building chatbots that query real-time public data sources
- Prototyping data-driven agents without writing data connectors from scratch
Pros
- Leverages the Model Context Protocol for standardized data access
- Open source with 153 stars indicating community interest
- Python-based, easy to integrate into existing LLM pipelines
Cons
- Depends on MCP adoption and compatible LLMs or clients
- Limited documentation beyond the repository README
- May require custom data source configuration for each use case
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages the Model Context Protocol for standardized data access
- Open source with 153 stars indicating community interest
- Python-based, easy to integrate into existing LLM pipelines
Cons
- Depends on MCP adoption and compatible LLMs or clients
- Limited documentation beyond the repository README
- May require custom data source configuration for each use case
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
pydantic/pydantic-ai/mcp-run-python
Various
AI Agent Framework, the Pydantic way
awslabs/mcp
Various
Open source MCP Servers for AWS
FastMCP
Various
🚀 The fast, Pythonic way to build MCP servers and clients.