MCP.so
ログイン

Marvel MCP Server using Azure Functions

@DanWahlin

Marvel MCP Server using Azure Functions について

MCP server hosted using Azure Functions

基本情報

カテゴリ

クラウドとインフラ

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

DanWahlin

設定

以下の設定を使って、このサーバーを 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.

コメント

「クラウドとインフラ」の他のコンテンツ