Quick start
Initialize a pump and dispense 500 µL from the media reservoir to a chip. You'll need your Habitat device's API URL — see Access.
1. Set up
curl (or any HTTP client) is all you need — no extra install required.
Add the Open Culture connector once (see MCP), then just ask Claude in plain language — no code, no URLs. The steps below show what to say.
2. Check the server
3. List pumps
4. Initialize pump 0
Pumps must be initialized before use. Initialization homes the plunger and valve.
5. Dispense 500 µL
Ask: "Dispense 500 µL of media to chip_A on MistyForest." Claude proposes
the operation and waits for your approval before anything moves.
6. Observe the result
Error handling
Non-2xx responses return a JSON body with a detail field:
When something fails, Claude relays it in plain language — e.g. that pump 99 doesn't exist, or which safety interlock blocked an action — and suggests a fix. Actuating tools always wait for your approval first.
Where next
- Read the API overview for conventions, units, and error shapes.
- Drive your Habitat device in natural language with MCP.