ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Marvel Comics with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Explore the Marvel universe. search characters, comics, series, events and creators with full metadata from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Marvel Comics capability set.

These are the exact actions your AI can choose when you ask it to work with Marvel Comics.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Marvel Comics.

  1. 01

    Get creator

    ) by their numeric ID. Returns their full name, role, comics worked on, series and events. Use list_creators to find creator IDs by name first. Get a Marvel creator by ID

  2. 02

    Get event

    G. "Civil War", "Secret Wars", "Infinity War"). Returns the event title, description, start/end dates, number of comics/series/characters involved and thumbnail. Get a Marvel event by ID

  3. 03

    Get series

    Returns the series title, description, start/end years, number of issues, thumbnail and related content. Get a Marvel series by ID

  4. 04

    List events

    Returns event titles, descriptions, start/end dates and number of involved comics/series. Useful for discovering major story arcs. Set limit (max 100) for pagination. Search Marvel events by name or character

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Marvel Comics.

  1. 05

    List series

    Returns series titles, start/end years, issue counts and thumbnails. Useful for finding ongoing series and limited runs. Set limit (max 100) for pagination. Search Marvel series by title or character

  2. 06

    Get character

    Returns the character name, description, thumbnail image URL, comics appearances, series, events and related creators. Use list_characters to find character IDs by name first. Get a Marvel character by ID

  3. 07

    Get comic

    Returns the comic title, description, issue number, format, publication date, prices, creators and characters. Use list_comics to find comic IDs first. Get a Marvel comic by ID

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Marvel Comics.

  1. 08

    List characters

    Returns character IDs, names, descriptions and thumbnail images. Useful for discovering character IDs to use with get_character, get_comics (by character) and other capabilities. Optionally set limit (max 100) and offset for pagination. Search Marvel characters by name

  2. 09

    List comics

    Returns comic titles, issue numbers, formats, publication dates and cover images. Optionally filter by a specific character using their ID. Set limit (max 100) and offset for pagination. Search Marvel comics by title or character

  3. 10

    List creators

    ) by first or last name prefix. Returns creator IDs, full names, thumbnails and their primary roles. Useful for discovering who worked on specific comics. Set limit (max 100) for pagination. Search Marvel creators by name

Observed, not estimated

914ms average. Fast in production.

Marvel Comics is checked daily against the live service.

Daily averagePeak 1105ms
Aug 20Today
Fastest day
757ms
Slowest day
1105ms
14-day trend
Slowing+10%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Marvel Comics, so you can see the experience inside your AI.

It does not authenticate your account with Marvel Comics. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Marvel Comics Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Marvel Comics capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "marvel-comics-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_GOsY5l1JB3NSZDPFRl8S22w6NsvPCCvRUcX1ZIXZ/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Marvel Comics owners ask.

  • 01

    How do I get Marvel API keys?

    Visit developer.marvel.com/account, sign in with a Marvel or social account, and you'll immediately see your Public and Private keys. Both are required for authentication.

  • 02

    Can I search for characters by name?

    Yes! Use list_characters with name_starts_with to search. For example, 'Spider' returns Spider-Man (Peter Parker), Spider-Man (Miles Morales), Spider-Gwen and more. Each result includes the character ID for use with other capabilities.

  • 03

    Can I find comics for a specific character?

    Yes! Use list_comics with character_id. First find the character ID with list_characters, then pass it to list_comics to get all their comic appearances with issue numbers, titles and cover dates.

  • 04

    How many results can I get at once?

    The API supports up to 100 results per request. Use the limit parameter (1-100, default 20) and offset for pagination. The total count is returned in each response so you know how many pages exist.