# EMDB Cryo-EM Map Search

> EMDB Cryo-EM Map Search 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-15).

Searches the EBI Electron Microscopy Data Bank (EMDB) for cryo-EM maps matching a given query string, returning structured JSON results.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/emdb-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emdb-cryo-em-map-search-33cace26
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TddAnRi71N5o2wLRQrdIC

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 emdb-cryo-em-map-search-33cace26 -d '<json body>'
```

Example prompt: Search the EBI Electron Microscopy Data Bank for cryo-EM maps related to the SARS-CoV-2 spike protein and show me the results.

## When to prefer this

Use this endpoint when you need to search the official EBI Electron Microscopy Data Bank for cryo-EM maps by keyword, protein name, molecule, or any free-text query. Prefer this over generic web search when you need structured EMDB metadata in JSON format for downstream processing in a structural biology or bioinformatics pipeline.

## Known failure modes

- Empty results if query matches no EMDB entries
- Malformed JSON if the upstream EMDB API is unavailable
- HTTP 402 if payment is not provided or fails
- Slow response if the EMDB search index is under load
- Unexpected fields if EMDB changes its response schema

## How this service works

Search the EBI Electron Microscopy Data Bank (EMDB) of cryo-EM maps by query {q}. Query: ?q= Returns JSON.

## Output

A JSON array or object containing EMDB entries matching the query, including entry IDs, titles, descriptions, resolution data, and related metadata for each cryo-EM map found.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emdb-cryo-em-map-search-33cace26/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)
