Skip to main content
Glama

HometownWire Civic Record

Server Details

The public record of local government: what your officials actually say and do, word for word.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Resources