Civic Data MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_TIMEOUT | No | Request timeout in seconds | 30 |
| NASA_API_KEY | No | Optional API key for NASA APIs to get higher rate limits (1000/hr vs 30/hr) | |
| OPENWEATHER_API_KEY | No | API key for OpenWeather to enable global weather conditions. Get a free key at https://openweathermap.org/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_weather_forecastA | Get weather forecast for a US location by coordinates. |
| get_weather_alertsA | Get active weather alerts for a US state. |
| get_global_weatherA | Get current weather for any city worldwide (requires OPENWEATHER_API_KEY). |
| query_noaaB | Make a raw query to the NOAA Weather API. |
| query_openweatherA | Make a raw query to the OpenWeather API (requires OPENWEATHER_API_KEY). |
| get_populationA | Get population data for a US state or county. |
| get_demographicsA | Get demographic breakdown for a US state or county. |
| get_housing_statsB | Get housing statistics for a US state or county. |
| query_censusA | Make a raw query to the Census API. |
| get_astronomy_photoA | Get NASA's Astronomy Picture of the Day (APOD). |
| get_mars_rover_photosA | Get photos from Mars rovers (Curiosity, Opportunity, Spirit, Perseverance). |
| search_nasa_imagesB | Search NASA's image and video library. |
| query_nasaC | Make a raw query to the NASA API. |
| get_country_indicatorsB | Get economic indicators for a country from the World Bank. |
| compare_countriesB | Compare an economic indicator across multiple countries. |
| query_worldbankB | Make a raw query to the World Bank API. |
| search_datasetsA | Search for datasets on Data.gov. |
| get_dataset_infoB | Get detailed information about a specific Data.gov dataset. |
| query_datagovC | Make a raw query to the Data.gov CKAN API. |
| search_eu_datasetsB | Search for datasets on the European Union Open Data Portal. |
| get_eu_dataset_infoC | Get detailed information about a specific EU Open Data dataset. |
| query_eu_dataC | Make a raw query to the EU Open Data Portal API. |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/EricGrill/mcp-civic-data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server