エピックミーMCP
これは、モデル コンテキスト プロトコル (MCP) 経由でのみアクセス可能なアプリケーションの例です。
ユーザー登録と認証からユーザーデータの操作まで、すべてが MCP ツールを介して処理されます。
目標は、LLMとMCPプロトコルを用いて、ユーザーが自然言語でアプリとインタラクトできるアプリケーションの将来像を示すことです。これは、 EpicAI.proでMCPツールの構築方法を教える際の基礎にもなります。
認証
認証フローは独特です。まだ存在しないユーザー(ユーザーはまず登録が必要です)に対してOAuthを経由する必要があるためです。そのため、ユーザーがOAuthフローを自分で実行することなく、自動的に権限付与を生成します。その後、ユーザーにメールで送信されるTOTPコードを介して権限付与を申請できるようにします。
これは十分に機能します。
既知の問題
開発中に.wrangler
ディレクトリを削除すると、動的に登録されたクライアントも削除されます。これらのクライアントはエントリが削除されたことを認識していないため、再登録を試みません。MCP Inspector では、ブラウザの開発ツールからセッションストレージをクリアすることで再登録できます。他のクライアントでは、再登録の方法がわかりません。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
LLM を使用した自然言語によるユーザー インタラクションの将来を示すアプリケーションで、モデル コンテキスト プロトコル (MCP) ツールのみを介してユーザー登録、認証、およびデータ インタラクションが可能になります。
Related MCP Servers
- -securityAlicense-qualityAn implementation of Model Context Protocol (MCP) that allows users to interact with TripleWhale's e-commerce analytics platform using natural language queries through Claude Desktop.Last updated -7TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data seamlessly through natural language.Last updated -340MIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server implementation that enables LLMs to interact with the Osmosis protocol, allowing for querying and transaction functionality through natural language.Last updated -9TypeScriptMIT License
- -securityFlicense-qualityA customized MCP server that enables integration between LLM applications and documentation sources, providing AI-assisted access to LangGraph and Model Context Protocol documentation.Last updated -Python