marvel-mcp-azure-functions
1
The Marvel MCP Server uses Azure Functions to allow users to interact with the Marvel Developer API. It provides features for listing and retrieving Marvel characters and comics, and is designed to demonstrate how to integrate MCP servers with tools like VS Code and Claude.
get_characters`
Get Marvel characters, support multiple filters
get_character_by_id`
Get detailed information about a specific Marvel character through ID
get_comics_for_character`
Get a list of comics that appear in a specific character, supporting multiple filters
get_comics`
Get a list of Marvel comics, supports multiple filters
get_comic_by_id`
Get detailed information about a specific Marvel comic with ID
get_characters_for_comic`
Get a list of Marvel characters that appear in a specific comic