Skip to main content
Glama

Marvel MCP

by DanWahlin
MIT License
89
7
  • Linux
  • Apple

get_comic_by_id

Retrieve detailed information about a specific Marvel comic using its unique ID through the Marvel MCP server.

Instructions

Fetch a single Marvel comic by ID

Input Schema

NameRequiredDescriptionDefault
comicIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comicId": { "type": "number" } }, "required": [ "comicId" ], "type": "object" }

You must be authenticated.

Other Tools from Marvel MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DanWahlin/marvel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server