socrata-mcp-server
Search and query government open-data portals via the Socrata SODA 2.1 and Discovery APIs.
Package Details
@cyanheads/socrata-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
Socrata app token (X-App-Token header). Without a token, requests share a throttled pool per source IP. Free to register at any Socrata portal.
data.seattle.govDefault portal domain when domain is omitted from tool calls (e.g. data.seattle.gov, data.cityofnewyork.us).
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/socrata-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
Socrata app token (X-App-Token header). Without a token, requests share a throttled pool per source IP. Free to register at any Socrata portal.
data.seattle.govDefault portal domain when domain is omitted from tool calls (e.g. data.seattle.gov, data.cityofnewyork.us).
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').