You're viewing a demo portfolio

Join the waitlist
PRSM

get_comic

Active

Tool of xkcd

declared in 0.1.0

Fetch a specific XKCD comic by its number (e.g., 353 for 'Python'). Returns title, image URL, alt text, publication date, transcript, and permalink.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "number": 353
    },
    {
      "number": 1
    }
  ],
  "required": [
    "number"
  ],
  "properties": {
    "number": {
      "type": "number",
      "description": "The XKCD comic number (e.g. 1, 353, 2867)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

xkcd

https://github.com/pipeworx-io/mcp-xkcd

1/7 registries
View full server →