search_experiments

Pack: expression-atlas · Endpoint: https://gateway.pipeworx.io/expression-atlas/mcp

Search EBI Expression Atlas — ~4,500 curated gene/protein expression experiments (baseline & differential) across species, tissues, and conditions. Filter by keyword (matches description/experimental factors), species (e.g. “Homo sapiens”, “Mus musculus”), and/or type (“Baseline” or “Differential”). Returns accession, description, species, type, assay count, and factors. Keyless. Complements UniProt/Ensembl.

Parameters

NameTypeRequiredDescription
querystringnoKeyword matched (case-insensitive) against experiment description OR any experimental factor, e.g. “liver”, “stress”, “cancer”.
speciesstringnoSpecies substring (case-insensitive), e.g. “Homo sapiens”, “Mus musculus”, “Arabidopsis thaliana”.
typestringnoExperiment type: “Baseline” or “Differential”.
limitnumbernoMax results (default 25, max 100).

Example call

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

Connect

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

{
  "mcpServers": {
    "expression-atlas": {
      "url": "https://gateway.pipeworx.io/expression-atlas/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026