sniff-mcp
v0.1.2
Published
Agent-callable canine genomics — open MCP server + REST API over the Sniff Atlas: breed-stratified allele frequencies for 9.67M variants across 188 dog breeds, calibrated AI pathogenicity, and a variant/gene/breed/disease knowledge graph. Zero-setup: npx
Maintainers
Readme
sniff-mcp
Agent-callable canine genomics. Zero-setup launcher for the hosted Sniff Atlas MCP server — breed-stratified allele frequencies for 9,667,790 variants across 188 dog breeds, calibrated AI pathogenicity, and a variant/gene/breed/disease knowledge graph. Open, no API key.
Use it
Modern MCP clients — point straight at the URL (no install):
{ "mcpServers": { "sniff": { "url": "https://mcp.sniff.world/mcp/" } } }stdio-only clients (Claude Desktop, older IDEs) — this package bridges stdio to the hosted server:
{ "mcpServers": { "sniff": { "command": "npx", "args": ["-y", "sniff-mcp"] } } }Or in Claude Code:
claude mcp add --transport http sniff https://mcp.sniff.world/mcp/Also a plain REST API for web apps: https://api.sniff.world/ (docs · llms.txt).
Set SNIFF_MCP_URL to point the bridge at a self-hosted instance.
Cite
Gehring, M. (2026). Sniff Atlas. Zenodo. https://doi.org/10.5281/zenodo.20566358 (CC-BY-4.0)
Full docs: https://github.com/Sniffscore/sniff-mcp
