Marvel MCP Server using Azure Functions
@DanWahlin
关于 Marvel MCP Server using Azure Functions
MCP server hosted using Azure Functions
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"marvel-mcp-azure-functions": {
"command": "docker",
"args": [
"run",
"-p",
"10000:10000",
"-p",
"10001:10001",
"-p",
"10002:10002",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Marvel MCP Server using Azure Functions?
An MCP (Model Context Protocol) server that integrates with the Marvel Developer API to enable interaction with Marvel characters and comics data. It is designed to be hosted on Azure Functions and provides tool-based access for AI assistants.
How to use Marvel MCP Server using Azure Functions?
Sign up for a Marvel Developer API account to obtain public and private keys. Set up an Azure Storage Emulator (Azurite) locally, clone the repository, configure .env with your keys, install dependencies (npm install), build (npm run build), and start the Azure Functions host (npm start). Then configure an MCP host such as Claude Desktop or GitHub Copilot by adding the SSE URL (http://0.0.0.0:7071/runtime/webhooks/mcp/sse). For remote deployment, run azd up to provision Azure resources and deploy.
Key features of Marvel MCP Server using Azure Functions
- List Marvel characters with filters (name, comics, series, etc.)
- Fetch a Marvel character by unique ID
- Retrieve comics for a specific character with many filters
- Fetch lists of Marvel comics with flexible filtering
- Get a single comic by its ID
- Fetch characters appearing in a specific comic
Use cases of Marvel MCP Server using Azure Functions
- Ask an AI assistant to "List 10 Marvel characters with images"
- Inquire "What comics is Wolverine in?" and get filtered results
- Query "Which characters appear in the Avengers comics?"
- Retrieve details on a specific character or comic by ID
- Demonstrate how an MCP server hosted on Azure Functions can interact with a third‑party API
FAQ from Marvel MCP Server using Azure Functions
What is the main goal of this project?
To show how an MCP server hosted using Azure Functions can be used to interact with APIs like the Marvel Developer API.
What data source does the server use?
All data is fetched from the official Marvel Developer API. The project is not affiliated with Marvel and data is owned by Marvel.
What are the runtime requirements?
Node.js >=20 is required. An Azure Storage Emulator (Azurite) must be running locally.
How do I configure the server with Claude Desktop?
Add the SSE URL http://0.0.0.0:7071/runtime/webhooks/mcp/sse to your claude_desktop_config.json under mcpServers.
How can I deploy the server to Azure remotely?
Use the azd up command to provision Azure Functions and related resources, optionally enabling a VNet or API Management for security.
云与基础设施 分类下的更多 MCP 服务器
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
评论