# InterPro Protein Lookup via UniProt Accession

> InterPro Protein Lookup via UniProt Accession 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).

Fetches protein metadata (name, organism, and sequence length) from InterPro for a given UniProt accession code.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/interpro-protein-lookup
- 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/interpro-protein-lookup-via-uniprot-accession-c7b060ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_betuGNQRL34LQHWm0yO9u

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 interpro-protein-lookup-via-uniprot-accession-c7b060ed -d '<json body>'
```

Example prompt: Can you look up the protein name, organism, and sequence length for UniProt accession P04637 using InterPro?

## When to prefer this

Use this endpoint when you need quick, structured protein metadata (name, organism, sequence length) from InterPro for a known UniProt accession. Prefer this over manually querying the InterPro or UniProt websites when working in an automated pipeline or agent workflow that needs programmatic access to protein annotations.

## Known failure modes

- Invalid or malformed UniProt accession returns an error or empty response
- Accession not found in InterPro database returns a 404 or empty result
- Missing 'acc' query parameter causes a bad request error
- InterPro upstream service unavailable leads to timeout or 5xx error

## How this service works

Protein metadata (name, organism, length) from InterPro for a UniProt accession (param acc, e.g. P04637). Query: ?acc= Returns JSON.

## Output

A JSON object containing the protein's name, the organism it belongs to, and the sequence length as recorded in InterPro, keyed to the provided UniProt accession.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/interpro-protein-lookup-via-uniprot-accession-c7b060ed/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)
