propaths-mcp
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'ツール
ツール | 説明 |
| シンボル、エイリアス、または名前でタンパク質を検索します(ここから始めます) |
| コンパクトな相互作用ネットワークの概要(主要なエントリポイント) |
| 1つの相互作用の完全なメカニズムとエビデンス |
| 2つのタンパク質間の相互作用を1回の呼び出しで取得 |
| フィルタリング/ソートされた見出し行 |
| 制御語彙(エッジの種類、タイプ、方向)とカウント |
| 系統とメンバー相互作用を含むパスウェイノード |
| 完全なパスウェイの足場(パスウェイIDを名前に解決) |
| 最もエビデンスの高い相互作用 |
| タンパク質のネットワークをTSV / SIF / GraphMLとしてエクスポート(Cytoscape、networkx) |
| グラフ語彙とツールの使い方(オフライン) |
また、MCP リソース(propaths://schema、propaths://interaction-types、propaths://pathways/tree、およびpropaths://protein/{symbol}テンプレート)とプロンプト(profile-protein、strongest-evidence、explain-pathway)としても公開されています。
すべてのツールは読み取り専用で冪等です。
設定
環境変数 | デフォルト | 目的 |
|
| APIベースURL。ローカルAPIに対して実行するには |
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
This server cannot be installed
Maintenance
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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