Skip to main content
Glama

MCP PRIDE Archive Search Server

Official

🧬 MCP PRIDE アーカイブ検索サーバー

このプロジェクトは**、モデルコンテキストプロトコル(MCP)**準拠のAPIサーバーを実装し、プロテオミクスデータの主要リポジトリであるPRIDEアーカイブを検索するためのツールを公開します。これにより、AIモデル(Claudeやその他のMCP互換LLMなど)は、構造化関数呼び出しを使用してプログラム的にプロテオミクスデータセットと対話できるようになります。


🚀 機能

  • FastMCPを搭載した MCP サーバー
  • 🔍 キーワード、提出日、人気度などでデータセットを照会するための PRIDE アーカイブ検索ツール。
  • 🤖 バイオメディカルおよびプロテオミクス関連の研究のための AI 対応ツール
  • http (SSE) とstdio両方の接続モードをサポート
  • 🛠️ 追加ツールで簡単に拡張可能

📦 インストール

リポジトリをクローンし、依存関係をインストールします。

git clone https://github.com/PRIDE-Archive/mcp_pride_archive_search.git cd mcp_pride_archive_search poetry install # or pip install -r requirements.txt

👨‍💻 使用方法

希望する接続タイプ (http または stdio) で MCP サーバーを起動します。

python -m mcp_pride_archive_search --connection_type http --port 9999

コマンドライン引数

口論説明デフォルト
--接続タイプ接続の種類: http または stdiohttp
- ポートサーバーを実行するポート(HTTP モードの場合)9999

🔧 ツールAPI

検索アーカイブツール(...)

PRIDE アーカイブ データベースからプロテオミクス データセットを取得します。

次の場合に使用します:

  • プロテオミクス研究データの検索
  • 質量分析データセットクエリ
  • 生物医学データセットの探索(例:がん関連)
  • 人気のある、または特定のプロテオミクスプロジェクトを見つける

🤝 LLMとの統合

このサーバーは、以下を含むモデル コンテキスト プロトコルをサポートする任意の LLM で動作します。

  • 人類学的なクロード
  • Google ジェミニ
  • オープンソースのMCPクライアント
  • カスタムRAGパイプライン

🧠 アーキテクチャの概要

+---------------------+ Tool Calls +-----------------------------+ | Claude / Gemini AI | <--------------------> | MCP PRIDE API Server | +---------------------+ | - search_archive_tool() | | - server_status() | +-----------------------------+ | v +---------------------------+ | PRIDE Archive REST API | | (https://www.ebi.ac.uk | | /pride/ws/archive/ | | v3/search/projects) | +---------------------------+

📝 ライセンス

MITライセンス。詳細はライセンスを参照してください。

-
security - not tested
-
license - not tested
-
quality - not tested

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 アーカイブ リポジトリからプロテオミクス データセットをプログラムで検索し、操作できるようにするモデル コンテキスト プロトコル サーバー。

  1. 🚀 機能
    1. 📦 インストール
      1. 👨‍💻 使用方法
        1. 🔧 ツールAPI
          1. 検索アーカイブツール(...)
        2. 🤝 LLMとの統合
          1. 🧠 アーキテクチャの概要
            1. 📝 ライセンス

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A 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 -
                8
                5
                Python
                MIT License
                • Apple
                • Linux
              • A
                security
                F
                license
                A
                quality
                A 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 -
                2
                6
                TypeScript
              • -
                security
                F
                license
                -
                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 their
                Last updated -
                4
                Python
                • Linux
                • Apple
              • -
                security
                -
                license
                -
                quality
                A 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 -
                1
                JavaScript
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/PRIDE-Archive/mcp_pride_archive_search'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server