Xkcd
Server Details
XKCD MCP — wraps xkcd.com JSON API (free, no auth)
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
- 30.8% over 39 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-xkcd
- GitHub Stars
- 0
- Server Listing
- mcp-xkcd
TDQS
Scored across 34 tools
The descriptions go to extraordinary lengths to differentiate tools, which genuinely helps, but real overlaps remain: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, and suggest_questions all answer 'route my question to data,' and the six polymarket_* / bet_research tools cluster tightly around market analysis. entity_profile vs recent_changes vs resolve_entity vs compare_entities also have fuzzy boundaries an agent must parse carefully.
Nearly everything is consistent snake_case (verb_noun or noun_noun), which is highly predictable. Minor deviations exist — the ask_pipeworx family groups under one stem while deep_research/bet_research use a different verb style — but overall it is readable and stable.
34 tools is heavy, and only 3 (get_comic, get_latest, random_comic) relate to the server's stated 'xkcd' identity — the rest are a sprawling general data gateway. For the gateway's broad purpose the count is defensible, but for the name and apparent scope it is a severe mismatch.
The gateway surface is broad and covers profiling, comparison, research, memory, subscriptions, and markets, so few agent workflows dead-end. However the nominal xkcd domain is thin (no comic search or listing) and the gateway offers many overlapping paths rather than one clean lifecycle per capability.
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
Rick and Morty MCP — wraps the Rick and Morty API (free, no auth)
Dad Jokes MCP — wraps icanhazdadjoke.com (free, no auth)
Rick and Morty MCP — wraps The Rick and Morty API (free, no auth)
Superhero MCP — wraps akabab.github.io/superhero-api (free, no auth)
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server to fetch xkcd comics (latest, random, by number, search) and display them with rich in-chat previews via the official JSON API and explainxkcd semantic search.62MIT
- AlicenseAqualityBmaintenanceAn MCP server that finds relevant xkcd comics during conversation by semantically matching the context to comic titles, alt text, and transcripts.1MIT
- AlicenseNot gradedqualityCmaintenanceInteract with the Cooper Hewitt API with MCP.2MIT
- AlicenseAqualityAmaintenanceMCP server for the Podcast Index API — search podcasts, track appearances, monitor trending shows, check feed health1828 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.