🧬 MCP PRIDE アーカイブ検索サーバー
このプロジェクトは**、モデルコンテキストプロトコル(MCP)**準拠のAPIサーバーを実装し、プロテオミクスデータの主要リポジトリであるPRIDEアーカイブを検索するためのツールを公開します。これにより、AIモデル(Claudeやその他のMCP互換LLMなど)は、構造化関数呼び出しを使用してプログラム的にプロテオミクスデータセットと対話できるようになります。
🚀 機能
- ✅
FastMCP
を搭載した MCP サーバー - 🔍 キーワード、提出日、人気度などでデータセットを照会するための PRIDE アーカイブ検索ツール。
- 🤖 バイオメディカルおよびプロテオミクス関連の研究のための AI 対応ツール
- ⚡
http
(SSE) とstdio
両方の接続モードをサポート - 🛠️ 追加ツールで簡単に拡張可能
📦 インストール
リポジトリをクローンし、依存関係をインストールします。
👨💻 使用方法
希望する接続タイプ (http または stdio) で MCP サーバーを起動します。
コマンドライン引数
口論 | 説明 | デフォルト |
---|---|---|
--接続タイプ | 接続の種類: http または stdio | http |
- ポート | サーバーを実行するポート(HTTP モードの場合) | 9999 |
🔧 ツールAPI
検索アーカイブツール(...)
PRIDE アーカイブ データベースからプロテオミクス データセットを取得します。
次の場合に使用します:
- プロテオミクス研究データの検索
- 質量分析データセットクエリ
- 生物医学データセットの探索(例:がん関連)
- 人気のある、または特定のプロテオミクスプロジェクトを見つける
🤝 LLMとの統合
このサーバーは、以下を含むモデル コンテキスト プロトコルをサポートする任意の LLM で動作します。
- 人類学的なクロード
- Google ジェミニ
- オープンソースのMCPクライアント
- カスタムRAGパイプライン
🧠 アーキテクチャの概要
📝 ライセンス
MITライセンス。詳細はライセンスを参照してください。
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.
構造化関数呼び出しを通じて、AI モデルが PRIDE アーカイブ リポジトリからプロテオミクス データセットをプログラムで検索し、操作できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that interfaces with Biomart databases, allowing models to discover biological datasets, explore attributes/filters, retrieve biological data, and translate between different biological identifiers.Last updated -85PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enhances language models with protein structure analysis capabilities, enabling detailed active site analysis and disease-related protein searches through established protein databases.Last updated -26TypeScript
- -securityFlicense-quality🔍 Enable AI assistants to search and access bioRxiv papers through a simple MCP interface. The bioRxiv MCP Server provides a bridge between AI assistants and bioRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for biology preprints and access theirLast updated -4Python
- -security-license-qualityA standalone Model Context Protocol server that enables AI models to access the Australian Pharmaceutical Benefits Scheme (PBS) API data, including medicine listings, pricing, and availability information.Last updated -1JavaScriptMIT License