Skip to main content
Glama
fwextensions

DataSF MCP Server

by fwextensions

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOCRATA_APP_TOKENNoOptional Socrata App Token for higher rate limits. The server works without authentication for public data, but an App Token is recommended for frequent use.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_datasf

Search for public datasets in San Francisco's open data portal by keywords. Returns dataset IDs, names, and descriptions.

list_datasf

Browse available datasets from San Francisco's open data portal. Optionally filter by category. Returns recently updated or popular datasets.

get_schema

Get the schema (columns and data types) for a specific dataset. Call this before writing queries to learn the correct field names.

query_datasf

Execute a SoQL (Socrata Query Language) query against a dataset. Supports auto-correction of column names. Returns query results as JSON.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fwextensions/datasf-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server