
Socrata ODP MCP
by socrata
MCP server for interacting with the Socrata SODA API to access open data portals.
What it does
This server connects AI models to the Socrata SODA API, allowing the AI to query, filter, and analyze open data from various government and organizational open data portals.
Tools
- SODA Query: Fetches datasets from Socrata portals using SODA API parameters.
- Data Exploration: Enables the AI to discover available datasets within a specific Socrata instance.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"socrata-odp": {
"command": "node",
"args": ["/path/to/odp-mcp/index.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm installInformation
- Pricing
- free
- Published
- 4/30/2026
- stars






