Marvel MCP

by DanWahlin
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MARVEL_API_BASENoThe base URL for the Marvel APIhttps://gateway.marvel.com/v1/public
MARVEL_PUBLIC_KEYYesYour public API key from Marvel Developer API
MARVEL_PRIVATE_KEYYesYour private API key from Marvel Developer API

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_characters

Fetch Marvel characters with optional filters

get_character_by_id

Fetch a Marvel character by ID

get_comics_for_character

Fetch Marvel comics filtered by character ID and optional filters

get_comics

Fetches lists of Marvel comics with optional filters

get_comic_by_id

Fetch a single Marvel comic by ID

get_characters_for_comic

Fetch Marvel characters for a given comic

generate_comics_html

Create an HTML page displaying Marvel comics with their images

ID: 3f8e47gp7v