MCP.so
ログイン

MCP-Server

@Azhar-obenan

MCP-Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

Azhar-obenan

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-azhar-obenan": {
      "command": "python3",
      "args": [
        "simple_mcp_hello.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP-Server?

MCP-Server provides example implementations of Model Context Protocol (MCP) servers for agent-to-agent (A2A) systems. It includes a web interface that connects to an A2A customer support system, processing tickets using multiple specialized agents and visualizing results.

How to use MCP-Server?

Run python3 simple_mcp_hello.py and open http://127.0.0.1:5001 for the Hello World example. Run python3 a2a_mcp.py and open http://127.0.0.1:5000 for the A2A customer support interface.

Key features of MCP-Server

  • A2A customer support ticket processing with specialized agents.
  • Web-based visualization of agent results.
  • Minimal Hello World MCP server example using Flask.
  • MCP integration for AI system connectivity.

Use cases of MCP-Server

  • Demonstrate an MCP server for agent-to-agent customer support workflows.
  • Learn how to build a minimal MCP server with a “Hello World” endpoint.
  • Visualize multi-agent processing of support tickets through a web interface.

FAQ from MCP-Server

What is the difference between the two provided files?

a2a_mcp.py is a full A2A customer support interface with multiple agents; simple_mcp_hello.py is a minimal Flask-based “Hello World” MCP server (coming soon).

What runtime or dependencies are required?

Python and Flask are implied; the README provides run commands but does not list explicit Python version or dependency installation steps.

Where can I find a demonstration video?

The video file is too large for the repository; it is available for download from a Google Drive link provided in the README.

What ports do the servers use?

The simple Hello World server runs on port 5001; the A2A interface runs on port 5000.

Are there any known limitations or authentication details?

No – the README does not mention any limits, transport protocols, or authentication mechanisms.

コメント

「その他」の他のコンテンツ