top_expressed_genes

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

Top expressed genes for a tissue.

Parameters

NameTypeRequiredDescription
tissuestringyesGTEx tissueSiteDetailId (e.g. “Liver”, “Whole_Blood”)
filter_mt_genebooleannoExclude mitochondrial genes (default true).
numnumberno1-1000 (default 50).
datasetIdstringnogtex_v8 (default) | gtex_v10

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026