Open Census MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CENSUS_API_KEY | No | Your Census API key (optional but recommended for improved rate limits). Get one at https://api.census.gov/data/key_signup.html |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_methodology_guidanceA | Query statistical methodology guidance by topic. Call this FIRST for every query to ground your orientation. Topics include:
When in doubt, request more topics rather than fewer. |
| get_census_dataA | Retrieve Census data with statistical methodology guidance. Returns estimates, margins of error, and pragmatic context about fitness-for-use, reliability, and interpretation caveats. Use this after grounding with get_methodology_guidance. Always review the pragmatics field before interpreting results. |
| explore_variablesA | Discover Census variables by concept or keyword. Use when the user describes what they want in plain language and you need to identify the correct variable codes. Returns matching variables with descriptions and table context. NOTE: Variable search is a known weak spot. This provides basic keyword matching. Results may be incomplete. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/brockwebb/open-census-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server