# NCBI OMIM Genetic Disorder Search via E-utilities

> NCBI OMIM Genetic Disorder Search via E-utilities is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Searches the NCBI OMIM (Online Mendelian Inheritance in Man) database using NCBI E-utilities and returns matching UIDs for a given query string.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ncbi-esearch-omim
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ncbi-omim-genetic-disorder-search-via-e-utilities-7d4da7c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7pTAEgpwVQq9feqTMaZ6l

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ncbi-omim-genetic-disorder-search-via-e-utilities-7d4da7c2 -d '<json body>'
```

Example prompt: Search the NCBI OMIM database for 'Marfan syndrome' and give me the matching OMIM UIDs.

## When to prefer this

Use this endpoint when you need to search the authoritative OMIM database for genetic disorders, hereditary conditions, or gene-disease associations and retrieve their canonical NCBI UIDs for downstream lookups. Prefer this over general web search when you need structured, machine-readable genetic disorder identifiers from the NCBI ecosystem.

## Known failure modes

- Empty result set if the query matches no OMIM records
- Malformed or missing query parameter returns an error
- NCBI E-utilities rate limiting may cause transient failures
- Very broad queries may return a large number of UIDs without ranking
- Service unavailability if upstream NCBI API is down

## How this service works

Search the NCBI OMIM (Online Mendelian Inheritance in Man) genetic-disorder database and return matching UIDs for query {q} via E-utilities. Query: ?q= Returns JSON.

## Output

A JSON object containing OMIM UIDs (numerical identifiers) that match the search query, along with metadata such as result count, query key, and WebEnv session token from NCBI E-utilities.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ncbi-omim-genetic-disorder-search-via-e-utilities-7d4da7c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
