Data Cambridge
Server Details
DataCambridge MCP — Cambridge open data (data.cambridgema.gov, Socrata SODA API).
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
- 45.7% over 38 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-data-cambridge
- GitHub Stars
- 0
- Server Listing
- data-cambridge
TDQS
Scored across 34 tools
Several tools overlap heavily in purpose: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all route questions to the same 5,961-source backend, and the beta description admits it currently matches the stable router exactly. Discovery tools (discover_tools vs suggest_questions) and entity tools (entity_profile vs compare_entities vs recent_changes vs resolve_entity) also have fuzzy boundaries. Descriptions work hard to differentiate, but an agent can easily pick a suboptimal tool.
Nearly all tools use snake_case, with clear domain prefixes like polymarket_, cambridge_, ask_pipeworx, and scan_. However, verb usage is inconsistent — some are verb_noun (list_subscriptions, validate_claim, compare_entities), while others are bare nouns (entity_profile, deep_research, recent_changes, search_within) or single verbs (remember, forget, subscribe). The style is readable and mostly predictable, just not a single uniform pattern.
34 tools is very heavy for an agent to navigate, and several appear redundant (e.g., ask_pipeworx vs ask_pipeworx_beta, multiple overlapping discovery and entity tools). While the server spans many domains (Cambridge open data, Pipeworx routing, Polymarket, memory, subscriptions), the surface feels bloated rather than well-scoped. A leaner set of meta-tools would reduce selection cost without losing capability.
The surface covers a broad data-gateway lifecycle: discovery (suggest_questions, discover_tools), querying (ask_pipeworx, deep_research, cambridge_query), entity resolution/profiling (resolve_entity, entity_profile, compare_entities), fact-checking (validate_claim), memory CRUD (remember/recall/forget), and subscription lifecycle (subscribe/list_subscriptions/recent_alerts/unsubscribe). Minor gaps exist, such as no direct tool to invoke arbitrary discovered Pipeworx tools (agents must route through ask_pipeworx), but workarounds are available.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +] - changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
Related MCP Connectors
DataBoston MCP — City of Boston open data (data.boston.gov, CKAN API).
DataCincinnati MCP — Cincinnati open data (data.cincinnati-oh.gov, Socrata SODA API).
DataCalgary MCP — Calgary open data (data.calgary.ca, Socrata SODA API).
DataSeattle MCP — Seattle open data (data.seattle.gov, Socrata SODA API).
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceSearch and query government open-data portals (Socrata SODA API) via MCP.81 npm3Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for accessing Kansas City, MO open data through the Socrata SODA API. Enables querying and retrieving public datasets from data.kcmo.org.2 npmMIT
- AlicenseAqualityBmaintenanceAn MCP server that gives LLM agents typed, cached access to civic open-data portals via Socrata (SODA 2.1 + Discovery API), enabling search, query, profiling, sampling, and CSV export of datasets.6MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for accessing data.ny.gov datasets via the Socrata Open Data API, enabling search, query, metadata retrieval, and column value exploration.5 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.