mcpserver.lol
registry/socrata-mcp-server
Connection check verified live · 27h ago

socrata-mcp-server

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

Tools 6
GitHub stars 3
Installs / wk
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

6 tools

Read from the running server on 27h ago.

socrata_dataframe_describe read-only canvas_id
List registered tables in a DataCanvas session — schema, row count, and column names. Shows what datasets are available for SQL queries via socrata_dataframe_query. Only meaningful…
socrata_dataframe_query read-only sql*limitcanvas_id*
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 qu…
socrata_find_datasets read-only onlytagslimitorderquerydomain +2
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,…
socrata_get_dataset read-only domaindataset_id*
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 socrat…
socrata_list_portals read-only limitqueryoffset
List known Socrata-powered government open-data portals with their domain, organization name, and approximate dataset count. The catalog is a curated list of 40 well-known portals;…
socrata_query_dataset read-only grouplimitorderwheredomainhaving +5
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…