get_snp

Pack: gwas-catalog · Endpoint: https://gateway.pipeworx.io/gwas-catalog/mcp

GWAS Catalog: look up a single-nucleotide polymorphism (SNP) by rsID. Returns functional class, chromosome/region locations, and mapped genes (with up/downstream + distance). Keyless, from EBI/NHGRI.

Parameters

NameTypeRequiredDescription
rsidstringyesdbSNP rsID, e.g. “rs7329174”.

Example call

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

Connect

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

{
  "mcpServers": {
    "gwas-catalog": {
      "url": "https://gateway.pipeworx.io/gwas-catalog/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026