MCP.so
ログイン

MCP Server

@OmarNaguib

MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

OmarNaguib

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

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

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

概要

What is MCP Server?

MCP Server is a FastAPI-based server that integrates with the EAIM Technologies API, processes natural language queries, and provides data visualization with real-time WebSocket updates.

How to use MCP Server?

Install Python 3.9+, clone the repo, install dependencies with pip install -r requirements.txt, and run uvicorn app.main:app --reload. Alternatively, build and run the Docker image. Send natural language queries to the /api/query endpoint or via WebSocket.

Key features of MCP Server

  • Processes natural language queries to extract API parameters
  • Integrates with the EAIM Technologies API
  • WebSocket support for real-time updates
  • Provides data visualization dashboards

Use cases of MCP Server

  • Query engagement metrics for a company (e.g., "Vodafone Egypt over the last month")
  • Retrieve available dashboards and visualizations
  • Build real-time monitoring applications using WebSockets
  • Prototype natural language interfaces for API data

FAQ from MCP Server

What does MCP Server integrate with?

It integrates with the EAIM Technologies API.

How do I run MCP Server?

You can run it via uvicorn app.main:app --reload or using the provided Docker image.

What transport does it support?

HTTP at endpoints like /api/query and WebSocket at /api/ws.

What are the runtime requirements?

Python 3.9+ and pip; Docker is an alternative.

What API endpoints are available?

/api/query, /api/dashboards, /api/visualizations/{dashboard_id}, and WebSocket at /api/ws.

コメント

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