gene

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

Gene metadata by Gencode id or symbol.

Parameters

NameTypeRequiredDescription
gencode_id_or_symbolstringyes

Example call

Arguments

{
  "gencode_id_or_symbol": "BRCA1"
}

curl

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":"gene","arguments":{"gencode_id_or_symbol":"BRCA1"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('gene', {
  "gencode_id_or_symbol": "BRCA1"
});

More examples

{
  "gencode_id_or_symbol": "ENSG00000012048.14"
}

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "Gene metadata response from GTEx API"
}

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 July 6, 2026