search_projects

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

Search EBI PRIDE Archive — the largest public proteomics/mass-spectrometry dataset repository — for projects by keyword (disease, organism, technique, protein, instrument). Returns matching project accessions with title, organisms, diseases, and instruments. Keyless.

Parameters

NameTypeRequiredDescription
keywordstringyesFree-text search term, e.g. “breast cancer”, “SARS-CoV-2”, “TMT”.
limitnumbernoMax results per page (default 20, max 100).
pagenumbernoZero-based page index (default 0).

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":"search_projects","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