Skip to main content
Glama

propaths-mcp

ProPaths 검증 단백질 상호작용체(interactome)를 AI 에이전트용 읽기 전용 도구로 노출하는 MCP 서버입니다. 공개 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)

단일 상호작용의 전체 메커니즘 + 증거

get_interaction_between(a, b)

두 단백질 사이의 상호작용(들)을 한 번에 조회

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://schema, propaths://interaction-types, propaths://pathways/tree, propaths://protein/{symbol} 템플릿) 및 프롬프트(profile-protein, strongest-evidence, explain-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