Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Local San Antonio

FreeNot checked

Provides Claude and any MCP client with plain-English access to official San Antonio-area public data including weather alerts, school ratings, and 311 service

GitHubEmbed

About

Provides Claude and any MCP client with plain-English access to official San Antonio-area public data including weather alerts, school ratings, and 311 service calls, with no API keys required.

README

License: Apache 2.0 Node 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-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
san_antonio_nws_alerts 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.
san_antonio_tea_schools 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 San Antonio 311 service calls (streets, animal services, code compliance, etc). Filter by category, type, department, status, or council district.
about 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.

from github.com/mindwear-capitian/local-san-antonio-mcp

Installing Local San Antonio

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/mindwear-capitian/local-san-antonio-mcp

FAQ

Is Local San Antonio MCP free?

Yes, Local San Antonio MCP is free — one-click install via Unyly at no cost.

Does Local San Antonio need an API key?

No, Local San Antonio runs without API keys or environment variables.

Is Local San Antonio hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Local San Antonio in Claude Desktop, Claude Code or Cursor?

Open Local San Antonio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Local San Antonio with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs