lobbywatch-mcp
Related Servers
Alternatives to lobbywatch-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceAn MCP server connecting AI models to the Swiss Federal Parliament via the Curia Vista OData API, enabling queries of motions, votes, members, sessions, and debate transcripts without authentication.7MIT
- AlicenseBqualityDmaintenanceMCP server giving AI agents access to US political finance data: campaign contributions, PAC spending, lobbying records, and voting behavior.61MIT
- AlicenseAqualityAmaintenanceMCP server connecting AI models to Swiss Federal Food Safety and Veterinary Office open data, enabling queries about food recalls, animal disease surveillance, food control results, and more.11MIT
- AlicenseAqualityFmaintenanceMCP server that connects AI models to Swiss federal geodata, offering tools for spatial queries like layer discovery, coordinate identification, building zones, and terrain heights.9MIT
- AlicenseBqualityDmaintenanceMCP server exposing all major Swiss official public APIs as native tools for any MCP-compatible AI agent.345 npmMIT
- AlicenseAqualityAmaintenanceAn MCP server for Swiss Federal Railways (SBB) open data, enabling AI models to query real-time disruptions, passenger frequencies, station details, and more without an API key.102MIT
TDQS
Scored across 8 tools
Most tools have distinct purposes (dump management, parliamentarian lookups, ranking, transparency, search). However, `lobbywatch_get_parlamentarier` and `lobbywatch_list_interessenbindungen` partially overlap since the former returns full profiles including interests, but the latter offers filtering options that reduce ambiguity.
All tools follow a consistent `<verb>_<noun>` pattern with snake_case and the `lobbywatch_` prefix. Verbs like `get`, `list`, `refresh`, and `search` clearly indicate the action, and the naming is uniform throughout.
With 8 tools, the set is well-scoped for the lobbywatch domain. Each tool covers an essential aspect (dump status/refresh, parliamentarian/lobby group lookups, ranking, transparency, interest listing, branch search) without bloat or insufficiency.
The tools cover core operations but miss basic listing functionality (e.g., no `list_parlamentarier` or `list_lobbygruppen`). Users cannot get an unfiltered list of all parliamentarians or lobby groups, which limits general discovery. Other CRUD operations are absent but presumably out of scope.