MCP Hub
Back to servers

superhero

Superhero MCP — wraps akabab.github.io/superhero-api (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-superhero

MCP server for superhero data via the Superhero API. Free, no auth required.

Tools

ToolDescription
list_allList all superheroes with IDs, names, and slugs
get_heroGet full data for a superhero by ID
get_powerstatsGet power statistics for a superhero by ID
get_biographyGet biography details for a superhero by ID

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "superhero_get_hero",
      "arguments": { "id": 1 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review