{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_7n4vypuk3knh","handle":"genomic-intelligence","url":"https://wellknown.network/agents/genomic-intelligence","links":{"self":"https://wellknown.network/agents/genomic-intelligence/record.json","html":"https://wellknown.network/agents/genomic-intelligence","markdown":"https://wellknown.network/agents/genomic-intelligence/record.md","api":"https://wellknown.network/api/v1/agents/genomic-intelligence","status":"https://wellknown.network/api/v1/agents/genomic-intelligence/status","claim":"https://wellknown.network/agents/genomic-intelligence/claim","claimApi":"https://wellknown.network/api/v1/claims","badge":"https://wellknown.network/agents/genomic-intelligence/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:mcp.genomicintelligence.ai:server:genomic-intelligence","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Genomic Intelligence","summary":"Hosted DNA language models: promoter, splice, enhancer, chromatin, expression, annotation","description":"Hosted DNA language models: promoter, splice, enhancer, chromatin, expression, annotation","publisher":{"name":"ai.genomicintelligence","url":null},"homepage":"https://genomicintelligence.ai","repository":null,"version":"1.0.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://mcp.genomicintelligence.ai/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-07-27T17:46:54.336391Z","publishedAt":"2026-07-27T17:46:54.336391Z","registryName":"ai.genomicintelligence/genomic-intelligence"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"commerce.ecommerce","name":"E-commerce Operations","confidence":0.992,"provenance":"derived"},{"slug":"dev.docs-lookup","name":"Documentation Lookup","confidence":0.54,"provenance":"derived"}],"categories":["commerce","dev"]},"observed":{"status":"live","statusReason":"Responded 8s ago.","lastOkAt":"2026-09-05T14:25:41.000Z","lastProbedAt":"2026-09-05T14:25:41.000Z","statusComputedAt":"2026-09-05T14:25:48.745Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":144},"latestObservations":[{"at":"2026-09-05T14:25:41.000Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":144,"error":null,"detail":{"tools":[{"name":"list_models","description":"List available models for a task.\n\n        Use to discover model ids before passing one as the `model`\n        argument to a predict tool. The same catalog is a"},{"name":"fetch_ensembl_sequence","description":"Fetch a gene's reference sequence from Ensembl and store it.\n\n        Returns a handle ({ref, name, length, preview, ...}). Pass the\n        `ref` to predict_* "},{"name":"fetch_region","description":"Fetch a genomic region by coordinates from Ensembl and store it.\n\n        For \"find the genes in chr8:127,680,000-127,800,000\"-style requests:\n        resolves "},{"name":"fetch_gene_for_expression","description":"Fetch a gene's sequence prepared for expression prediction.\n\n        Resolves the gene's TSS via Ensembl and returns the exact\n        TSS-centred 9,198 bp wind"},{"name":"load_demo_sequence","description":"Load a bundled demo reference sequence and return a handle.\n\n        The server ships one curated, task-correct positive control per task\n        (list them via"},{"name":"store_inline_sequence","description":"Store a human-pasted sequence and return a handle to re-use it.\n\n        For a sequence you've already pasted into the conversation, this\n        gives back a s"},{"name":"predict_promoter","description":"Predict promoter regions (G0). 300–500,000 bp.\n\n        Returns the {data, meta} envelope: data.regions lists predicted\n        promoters with start/end/score.\n"},{"name":"predict_splice","description":"Predict splice donor/acceptor sites (G0 BigBird). 100–500,000 bp.\n\n        The model reads a 15,000 bp context window, so anything shorter is\n        scored aga"},{"name":"predict_enhancer","description":"Predict enhancer activity (G0 DeepSTARR). 50–500,000 bp.\n\n        50 bp is the task's admission floor (the API 422s below it), not a\n        statement about wha"},{"name":"predict_chromatin","description":"Chromatin annotation across 919 features (G0 DeepSEA). 200–500,000 bp.\n\n        The model reads a 1,000 bp context window; 200–999 bp is accepted and\n        sc"},{"name":"predict_expression","description":"Predict a gene's expression from a TSS-centred window.\n\n        Expression is cell-type-specific, so `description` (cell type /\n        assay context, e.g. 'K56"},{"name":"find_genes","description":"Find genes (transcript intervals) in a genomic region (async, ~8-25s).\n\n        Takes 1,000–500,000 bp. The floor is the strictest of the scanning\n        tasks"},{"name":"find_genes_and_predict_expression","description":"Find genes in a sequence, then predict each gene's expression (composite).\n\n        Server-side chaining in ONE call: finds genes (transcript intervals,\n       "},{"name":"get_job","description":"Poll an async job once.\n\n        Returns the {data, meta} result if complete, a progress envelope\n        if still running, or an error envelope if it failed.\n "},{"name":"list_jobs","description":"List the caller's recent async jobs (also available as gi://jobs/recent)."}],"toolCount":15,"serverName":"gi-mcp","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"0.1.0a20","protocolVersion":"2025-06-18"}}],"tools":[{"name":"list_models","description":"List available models for a task.\n\n        Use to discover model ids before passing one as the `model`\n        argument to a predict tool. The same catalog is a"},{"name":"fetch_ensembl_sequence","description":"Fetch a gene's reference sequence from Ensembl and store it.\n\n        Returns a handle ({ref, name, length, preview, ...}). Pass the\n        `ref` to predict_* "},{"name":"fetch_region","description":"Fetch a genomic region by coordinates from Ensembl and store it.\n\n        For \"find the genes in chr8:127,680,000-127,800,000\"-style requests:\n        resolves "},{"name":"fetch_gene_for_expression","description":"Fetch a gene's sequence prepared for expression prediction.\n\n        Resolves the gene's TSS via Ensembl and returns the exact\n        TSS-centred 9,198 bp wind"},{"name":"load_demo_sequence","description":"Load a bundled demo reference sequence and return a handle.\n\n        The server ships one curated, task-correct positive control per task\n        (list them via"},{"name":"store_inline_sequence","description":"Store a human-pasted sequence and return a handle to re-use it.\n\n        For a sequence you've already pasted into the conversation, this\n        gives back a s"},{"name":"predict_promoter","description":"Predict promoter regions (G0). 300–500,000 bp.\n\n        Returns the {data, meta} envelope: data.regions lists predicted\n        promoters with start/end/score.\n"},{"name":"predict_splice","description":"Predict splice donor/acceptor sites (G0 BigBird). 100–500,000 bp.\n\n        The model reads a 15,000 bp context window, so anything shorter is\n        scored aga"},{"name":"predict_enhancer","description":"Predict enhancer activity (G0 DeepSTARR). 50–500,000 bp.\n\n        50 bp is the task's admission floor (the API 422s below it), not a\n        statement about wha"},{"name":"predict_chromatin","description":"Chromatin annotation across 919 features (G0 DeepSEA). 200–500,000 bp.\n\n        The model reads a 1,000 bp context window; 200–999 bp is accepted and\n        sc"},{"name":"predict_expression","description":"Predict a gene's expression from a TSS-centred window.\n\n        Expression is cell-type-specific, so `description` (cell type /\n        assay context, e.g. 'K56"},{"name":"find_genes","description":"Find genes (transcript intervals) in a genomic region (async, ~8-25s).\n\n        Takes 1,000–500,000 bp. The floor is the strictest of the scanning\n        tasks"},{"name":"find_genes_and_predict_expression","description":"Find genes in a sequence, then predict each gene's expression (composite).\n\n        Server-side chaining in ONE call: finds genes (transcript intervals,\n       "},{"name":"get_job","description":"Poll an async job once.\n\n        Returns the {data, meta} result if complete, a progress envelope\n        if still running, or an error envelope if it failed.\n "},{"name":"list_jobs","description":"List the caller's recent async jobs (also available as gi://jobs/recent)."}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"ai.genomicintelligence/genomic-intelligence","url":"https://registry.modelcontextprotocol.io/v0/servers/ai.genomicintelligence%2Fgenomic-intelligence","firstSeenAt":"2026-09-05T13:36:08.722Z","fetchedAt":"2026-09-05T13:36:08.722Z","normalizedAt":"2026-09-05T13:36:08.722Z"}]},"firstSeenAt":"2026-09-05T13:36:08.722Z","updatedAt":"2026-09-05T14:25:50.621Z"}