get_comic
ActiveTool 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)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
xkcd
https://github.com/pipeworx-io/mcp-xkcd
1/7 registries