Back to search
100
MCP live v0.1.3 streamable-http

io.github.cyanheads/socrata-mcp-server

io.github.cyanheads/socrata-mcp-server

Search and query government open-data portals (Socrata SODA API).

Uptime
12.5%
8 probes
Response
536ms
last probe
Tools
6
callable

Tools · 6

socrata_find_datasets

Search for datasets across all Socrata-powered government open-data portals, or scope to one portal with the domain parameter. Returns dataset IDs, names, abbreviated column lists, domains, and update…

socrata_get_dataset

Fetch full metadata and column schema for a Socrata dataset by ID. Returns field names, data types, descriptions, row count, and licensing. Always call this before writing a socrata_query_dataset — th…

socrata_query_dataset

Execute a SoQL query against any dataset on any Socrata portal. Use the search parameter for quick full-text lookup, or combine select/where/group/having/order for full analytical control. Returns row…

socrata_list_portals

List known Socrata-powered government open-data portals with their domain, organization name, and dataset count. Backed by the Discovery API domains catalog. Filtering is client-side substring match o…

socrata_dataframe_describe

List registered tables in a DataCanvas session — schema, row count, column names, and registration time. Shows what datasets are available for SQL queries via socrata_dataframe_query. Only meaningful …

socrata_dataframe_query

Run SELECT-only SQL against a DataCanvas table populated by socrata_query_dataset. DuckDB infers types from spilled data, so numeric columns that SODA returned as strings become queryable with numeric…

Similar MCP servers embedding-nearest

@cyanheads/socrata-mcp-server
Search and query government open-data portals (Socrata SODA API) via MCP. STDIO or Streamable HTTP.
0 tools
io.github.cyanheads/cdc-health-mcp-server live
Discover and query CDC public health datasets via the Socrata SODA API.
3 tools · streamable-http
@cyanheads/cdc-health-mcp-server
Discover and query CDC public health datasets via the Socrata SODA API via MCP. STDIO or Streamable HTTP.
0 tools
Socrata
Searches and queries government open-data portals powered by Socrata using SoQL, with DuckDB integration for large dataset analysis.
0 tools
io.github.giancarloerra/socraticode
MCP server for local codebase indexing, semantic search, and code dependency graphs.
0 tools
io.github.cyanheads/wikidata-mcp-server live
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
7 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/socrata-mcp-server": {
      "url": "https://socrata.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}