Skip to main content
Glama

propaths-mcp

MCPサーバーで、ProPathsの検証済みタンパク質相互作用ネットワークをAIエージェント向けの読み取り専用ツールとして公開します。これは公開ProPaths API(https://propaths.net)のシンクライアントであり、すべてのツールはAPIのJSONをそのまま返します。アカウントもAPIキーも不要です。

ProPathsはタンパク質の一次文献を読み取り、型付き・有向・機構的な相互作用の検証済みグラフとパスウェイオントロジーを返します。現在、1つのタンパク質(ATXN3)が完全にマッピングされています。

クイックスタート(Claude Desktop / 任意のMCPクライアント)

これをMCPクライアント設定に追加します。uvxがサーバーを取得して実行します。クローンやインストールは不要です。

{
  "mcpServers": {
    "propaths": {
      "command": "uvx",
      "args": ["propaths-mcp"]
    }
  }
}

次に、例えば*「ProPathsでSCA3を検索し、その最も強い機構的相互作用を要約してください」*と尋ねます。エージェントはsearch_proteinsを呼び出し、次にget_proteinを呼び出し、get_interactionで詳細を調べます。

生のAPIを好みますか?公開されており、キーは不要です:

curl https://propaths.net/api/protein/ATXN3
curl 'https://propaths.net/api/search?q=SCA3'

ツール

ツール

説明

search_proteins(q, limit=20)

シンボル、エイリアス、または名前でタンパク質を検索します(ここから始めます)

get_protein(symbol)

コンパクトな相互作用ネットワークの概要(主要なエントリポイント)

get_interaction(interaction_id, query=None)

1つの相互作用の完全なメカニズムとエビデンス

get_interaction_between(a, b)

2つのタンパク質間の相互作用を1回の呼び出しで取得

list_interactions(symbol, kind=, type=, pathway=, min_evidence=, sort=, limit=)

フィルタリング/ソートされた見出し行

list_interaction_types()

制御語彙(エッジの種類、タイプ、方向)とカウント

get_pathway(pathway_id)

系統とメンバー相互作用を含むパスウェイノード

get_pathway_tree()

完全なパスウェイの足場(パスウェイIDを名前に解決)

get_highlights()

最もエビデンスの高い相互作用

export_network(symbol, format="tsv")

タンパク質のネットワークをTSV / SIF / GraphMLとしてエクスポート(Cytoscape、networkx)

describe_schema()

グラフ語彙とツールの使い方(オフライン)

また、MCP リソースpropaths://schemapropaths://interaction-typespropaths://pathways/tree、およびpropaths://protein/{symbol}テンプレート)とプロンプトprofile-proteinstrongest-evidenceexplain-pathway)としても公開されています。

すべてのツールは読み取り専用で冪等です。

設定

環境変数

デフォルト

目的

PROPATHS_API_URL

https://propaths.net

APIベースURL。ローカルAPIに対して実行するにはhttp://localhost:8000を指定します。

uvxなしで実行

pip install propaths-mcp
propaths-mcp            # runs the stdio server
# or: python -m propaths_mcp

公開前は、リポジトリから直接実行できます:

uvx --from git+https://github.com/Tahsin-Kazi/propaths-mcp propaths-mcp

注記

  • 読み取り専用で公開されています。読み取りはクライアントごとにレート制限されます。書き込み/エンリッチメントアクセスとホスト型MCPは制限されています。お問い合わせください。

  • エラーは優雅に処理されます:存在しないタンパク質は{"error": "...", "status": 404}を返し、APIに到達できない場合はヒント付きで例外を発生させます。

ドキュメント:https://propaths.net/quick-start · ライセンス:MIT

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

View all MCP Connectors

Latest Blog Posts

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/Tahsin-Kazi/propaths-mcp'

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