Speedrun
Server Details
Speedrun.com MCP — wraps the Speedrun.com API v1 (speedrun.com/api/v1)
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.5% over 37 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-speedrun
- GitHub Stars
- 0
- Server Listing
- mcp-speedrun
TDQS
Scored across 35 tools
Several tools appear to do the same thing: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded share the same routing; discover_tools, suggest_questions, and ask_pipeworx overlap on discovery/query routing; and the five polymarket_* tools overlap heavily on market scanning and edge analysis. An agent would struggle to choose reliably between these without reading long, dense descriptions.
Most names are snake_case, but the set mixes verb-led names (ask_pipeworx, validate_claim), noun phrases (entity_profile, recent_changes), and inconsistent prefixes (pipeworx_*, polymarket_*, ai_visibility_check, scan_competitor_ai_presence). There is no single predictable verb_noun pattern across the tool set.
35 tools is heavy and feels beyond the apparent stated scope of a Speedrun server; only 4 tools relate to Speedrun.com while the rest are unrelated Pipeworx gateway, prediction-market, memory, and subscription tools. The count is not well-scoped to a single coherent purpose.
For a server named Speedrun, the Speedrun.com surface is severely incomplete: it offers search_games, get_categories, get_leaderboard, and find_user, but lacks obvious lifecycle operations like fetching a game by ID, retrieving run details, listing recent runs, or accessing fuller user profile data. Most of the tool surface is unrelated to Speedrun, so the apparent domain has major dead ends.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "when-will-bitcoin-hit-150k" - }, - { - "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" - } -]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 (\"when-will-bitcoin-hit-150k\"), 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."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."
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": "when-will-bitcoin-hit-150k" + }, + { + "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" + } +] - 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 (\"when-will-bitcoin-hit-150k\"), 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
Chess.com MCP — wraps the Chess.com public API (free, no auth)
RAWG MCP — wraps the RAWG video games database API (rawg.io)
Jikan MCP — wraps the Jikan v4 API (anime/manga data, free, no auth)
Twitch MCP — wraps the Twitch Helix API (read-only)
Related MCP Servers
- MIT
- AlicenseBqualityBmaintenanceMCP server for Chess.com's API, providing access to player profiles, stats, games, clubs, tournaments, and puzzles. It serializes requests to reduce rate limit errors and includes an unofficial tool for retrieving game data by ID.291 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server for the Steam Web API, exposing your game library, playtime, achievements, friends, wishlist, and the Steam store to MCP clients over stdio.8 npmMIT
- AlicenseBqualityBmaintenanceAniList MCP server for accessing AniList API data44117 npm88MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.