Local San Antonio MCP
Provides access to San Antonio 311 service call data from the City's ArcGIS Hub FeatureServer, enabling queries by category, type, department, status, or council district.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local San Antonio MCPAny active weather alerts for San Antonio?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Local San Antonio MCP
Your AI's local guide to San Antonio. A Model Context Protocol (MCP) server giving Claude (and any MCP client) plain-English access to official San Antonio-area public data — no API keys, no logins.
License: Open source under Apache License 2.0 — free to use, modify, and build on, including commercially. Please keep the NOTICE attribution when you redistribute. Built by: Ed Neuhaus. Source: https://github.com/mindwear-capitian/local-san-antonio-mcp Part of a family: local-city-mcp-template — the spec, the template, and the full list of cities built so far.
🚧 Early-stage. Three tools live today (weather alerts, school ratings, 311). More San Antonio/Bexar-area civic and property data planned — see CONTRIBUTING.md.
Install
Add to your Claude Desktop config:
// claude_desktop_config.json
{
"mcpServers": {
"local-san-antonio": {
"command": "npx",
"args": ["-y", "github:mindwear-capitian/local-san-antonio-mcp"]
}
}
}Restart Claude Desktop. No API keys required for any tool.
Claude Code
claude mcp add local-san-antonio npx -y github:mindwear-capitian/local-san-antonio-mcpRelated MCP server: city-data-mcp
Try it
"Is there an active weather alert for San Antonio right now?"
"What's the TEA rating for San Antonio ISD?"
"Show me A-rated elementary schools in Bexar county."
"Any open animal services 311 calls in council district 1?"
Tools (3 live)
Tool | What it does |
| Active National Weather Service alerts (severe thunderstorm, tornado, flood, heat, freeze, fire weather) for a San Antonio location. Defaults to central San Antonio when no address given. |
| Texas Education Agency school lookup — A-F accountability ratings + AskTED campus directory (statewide dataset). Search by campus, district, county, or city. Example districts: San Antonio ISD, North East ISD, Northside ISD. |
| San Antonio 311 service calls (streets, animal services, code compliance, etc). Filter by category, type, department, status, or council district. |
| Version + capability summary. |
Sources of Truth
Domain | Source |
Weather alerts | National Weather Service (api.weather.gov) |
School ratings | Texas Education Agency Statewide Accountability Ratings 2022-2023 + AskTED directory (data.texas.gov) — statewide dataset, same source used by local-austin-mcp |
311 service calls | City of San Antonio Open Data (data.sanantonio.gov), via its ArcGIS Hub-hosted FeatureServer |
Geocoding | U.S. Census geocoder |
Architecture
Node.js (ES modules), @modelcontextprotocol/sdk over stdio. Built from local-city-mcp-template — see that repo's STANDARD.md for the spec (hard rules, tool contract, testing bar, licensing pattern) this server follows. Every response includes a source_url.
Contact
Built by Ed Neuhaus. Contributions welcome — see CONTRIBUTING.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for exploring Texas public school data through conversational interfaces, enabling campus search, district details, geospatial lookup, comparisons, and transfer insights using TEA data.161Apache 2.0

city-data-mcpofficial
Flicense-qualityDmaintenanceAn MCP server that gives Claude deep access to US public data -- demographics, economics, crime, employment, weather, housing, transit, schools, budgets, and more across 30+ cities for government intelligence workflows.- AlicenseAqualityBmaintenanceEnables AI assistants to answer DFW civic and property questions using official data sources without API keys.91472Apache 2.0
- AlicenseAqualityCmaintenanceProvides AI assistants with plain-English access to official Houston-area public data including weather alerts and school ratings, no API keys required.31Apache 2.0
Related MCP Connectors
DataAustin MCP — Austin, TX open data (data.austintexas.gov, Socrata SODA API).
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
DataDallas MCP — Dallas open data (www.dallasopendata.com, Socrata SODA API).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mindwear-capitian/local-san-antonio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server