Skip to main content
Glama

Marvel MCP

by DanWahlin
MIT License
89
7
  • Linux
  • Apple

get_characters

Retrieve Marvel character data with customizable filters such as name, comics, events, and series to streamline your API queries and data extraction.

Instructions

Fetch Marvel characters with optional filters

Input Schema

NameRequiredDescriptionDefault
comicsNo
eventsNo
limitNo
modifiedSinceNo
nameNo
nameStartsWithNo
offsetNo
orderByNo
seriesNo
storiesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comics": { "type": "string" }, "events": { "type": "string" }, "limit": { "maximum": 100, "minimum": 1, "type": "number" }, "modifiedSince": { "type": "string" }, "name": { "type": "string" }, "nameStartsWith": { "type": "string" }, "offset": { "type": "number" }, "orderBy": { "type": "string" }, "series": { "type": "string" }, "stories": { "type": "string" } }, "type": "object" }
Install Server

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