HometownWire Civic Record
Server Details
The public record of local government: what your officials actually say and do, word for word.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 37 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: get_claim vs search_claims differ by retrieving by ID vs searching; get_document vs search_documents similarly; get_person vs list_people are specific retrieval vs listing. No overlaps.
All tool names follow a consistent verb_noun pattern (get_, list_, search_) with singular nouns for get and plural for list/search, all in snake_case. Predictable and uniform.
Six tools cover the core operations for a civic record query system: single-item retrieval (claim, document, person), listing (people), and search (claims, documents). Well-scoped without being too few or too many.
The tools adequately cover retrieval and search for claims, documents, and people. Minor gap: no list_documents or list_claims tool, but search can partially fill this. No update/modify tools, but server appears read-only, so acceptable.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
6 tool updates
- First observed
get_claim - First observed
get_document - First observed
get_person - First observed
list_people - First observed
search_claims - First observed
search_documents
Related MCP Connectors
Search US local-government meetings: AI summaries, transcripts, and adopted plan documents.
Search speech in podcasts, government meetings, and your own audio: speakers, entities, timestamps.
Meeting transcripts for AI agents: search calls, read who said what, transcribe files and links.
Source-anchored search and civic intelligence for Dutch municipal council records.
Related MCP Servers
- AlicenseAqualityDmaintenanceA local-first MCP server that stores meeting transcripts and maintains a searchable markdown wiki of decisions, commitments, and contradictions, enabling Claude to recall context across meetings.7MIT
- AlicenseAqualityAmaintenanceLocal-first CLI + MCP server for meeting recordings - Whisper transcription,91MIT
- AlicenseNot gradedqualityBmaintenanceLets assistants manage private, locally transcribed meeting and interview recordings: start/stop sessions, list and search transcripts, retrieve paginated transcript text, add notes/tags, and export recordings.MIT
- AlicenseNot gradedqualityCmaintenanceA self-contained daemon that watches a directory, transcribes anything that lands in it, and presents the results to any AI agent through a standard protocol — no cloud, no subscriptions, no vendor lock-in.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.