# Marvel MCP Server

Interact with Marvel characters and comics data seamlessly. Fetch character details, comics, and more using the Marvel Developer API. Enhance your applications with rich Marvel content effortlessly.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add DanWahlin/marvel-mcp

# Browse available tools
npx -y smithery tool list DanWahlin/marvel-mcp

# Get full schema for a tool
npx -y smithery tool get DanWahlin/marvel-mcp get_characters

# Call a tool
npx -y smithery tool call DanWahlin/marvel-mcp get_characters '{}'
```

## Tools (6)

- `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.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get DanWahlin/marvel-mcp <tool-name>
```

---

License: MIT
