get_project

Pack: pride · Endpoint: https://gateway.pipeworx.io/pride/mcp

Get full metadata for one PRIDE Archive proteomics project by accession (e.g. “PXD000001”): title, description, sample-processing and data-processing protocols, organisms, organism parts, diseases, instruments, keywords, and DOI.

Parameters

NameTypeRequiredDescription
accessionstringyesPRIDE project accession, e.g. “PXD000001”.

Example call

curl -X POST https://gateway.pipeworx.io/pride/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_project","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "pride": {
      "url": "https://gateway.pipeworx.io/pride/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026