Space Feeds
Server Details
Space Feeds MCP.
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
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-space-feeds
- GitHub Stars
- 0
- Server Listing
- space-feeds
TDQS
Scored across 34 tools
Several tool families overlap heavily: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded route the same question, and the description admits beta currently matches the stable router exactly, so an agent has little basis to choose among them. discover_tools and suggest_questions also both serve a 'what can I do' discovery role, and the six polymarket tools share prediction-market territory though their purposes are mostly differentiable.
All names are consistently snake_case with no camelCase/snake_case mixing, which keeps them readable. However, styles vary between verb_noun (compare_entities, resolve_entity, validate_claim, fetch_feed), noun_verb (ai_visibility_check), and namespaced groups (polymarket_*, ask_pipeworx_*, pipeworx_*), so the convention is readable but not uniform.
At 34 tools this sits well above the heavy threshold, and the count is inflated by redundancy (three ask_pipeworx routing variants) plus a sprawling mix of unrelated domains (prediction markets, memory, feeds, AI-marketing, npm scanning) under a 'Space Feeds' name. The breadth is real, but the set is over-large and could be consolidated.
Coverage is strong across its apparent domains: full memory CRUD (remember/recall/forget), subscription lifecycle (subscribe/unsubscribe/list/recent_alerts), feed access (list/read/fetch), entity resolution and profiling, claim validation, and a deep prediction-market suite (research, arbitrage, edges, tracker, fill risk, cross-venue). Only minor gaps remain, such as no explicit subscription-update operation and no direct generic tool-invocation beyond the router meta-tools.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
entity_profile3 fields changed- changed
Input schema / properties / type / descriptionPrevious value: -"Entity type. Only \"company\" supported today; person/place coming soon."New value: +"\"company\" or \"ticker\" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon." - changed
Input schema / properties / type / enumPrevious value: -[ - "company" -]New value: +[ + "company", + "ticker" +] - changed
Input schema / properties / value / descriptionPrevious value: -"Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\"). Names not supported — use resolve_entity first if you only have a name."New value: +"Ticker (e.g., \"AAPL\"), zero-padded CIK (e.g., \"0000320193\"), or company name (e.g., \"Moderna\") — names resolve via SEC EDGAR company-name match."
1 tool update
- Changed
resolve_entity1 field changed- changed
Input schema / properties / value / descriptionPrevious value: -"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\")."New value: +"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\"). Pass the ENTITY NAME ONLY — for a bond that is the ISSUER exactly as printed (\"NEW YORK ST DORM AUTH\"), never the question's full noun phrase (\"NEW YORK ST DORM AUTH revenue bonds\"): the FIGI lookup matches instrument names, so trailing security-class words match nothing."
Related MCP Connectors
Related MCP Servers
- MIT
- -
- AlicenseNot gradedqualityCmaintenanceMCP server for the Spaces AI Marketplace that lets AI agents browse, join, and play in shared spaces via natural language.72 npmMIT
- -
Glama MCP Gateway
Add one secure layer between your agents and this server.