Add zip-code-and-county skill (US geographic data via MCP)
loading diff…
Adds a new skill under Data & Analysis, backed by a hosted MCP server for US ZIP-code and county data.
zip-code-and-county/zip-code-and-county/SKILL.md — full skill manifest following the template (frontmatter + sections: When to Use, What This Skill Does, How to Use, Example Conversations, Source Repo, Tested With, License)### Data & AnalysisThe skill is based on actual queries users already run through the hosted MCP server (logged in our observability table):
Server is live, OpenAPI spec published, tested end-to-end with Claude Desktop / Cursor / Zed / Windsurf / ChatGPT developer mode. Validation curl:
curl -X POST https://zipcodeandcounty.com/api/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'