For AI agents: a documentation index is available at https://docs.plungeai.com/llms.txt. Append .md to any page URL, or send Accept: text/markdown, to get markdown. Setup instructions for agents are at https://docs.plungeai.com/agents.md. Execution planes take an ozk_ key; the models plane takes an sk-ocean- key.

Documentation Index: fetch the complete documentation index at /llms.txt. Use this file to discover all available pages before exploring further.

Returns the 20 plungeai_* tools in catalog order, or only the tools your key is fenced to. Support: supported; there is no pagination, so no nextCursor comes back and a cursor param is ignored.

Params

ParamTypeRequiredDescription
cursorstringnoIgnored: the full list comes back every time

Result

FieldValue
tools[]One entry per tool: name, description and inputSchema (JSON Schema)
tools[].annotations{ "readOnlyHint": true } on the six read-only tools; the other 14 carry no annotations
tools[].outputSchemaOn seven tools: the outcome envelope on six, the status object on plungeai_get_workflow_status

Example

curl -s https://mcp.plungeai.com/v1 \
  -H "Authorization: Bearer $PLUNGE_API_KEY" \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/list"}'

The response above is abridged to one of the 20 entries, and its description string is shortened to …. The exact schemas are in /mcp-tools.json and on each tool page.

Errors

Protocol errors mean the request never reached a tool; the body is {"jsonrpc":"2.0","error":{"code":…,"message":"…"},"id":…}.

HTTPCodeWhen
401-32001No key, or a wrong, revoked or expired key, or a bearer that does not start with ozk_

The full table is on the MCP Reference overview.

Planned: TI-33

Search is not available yet. Until it ships, use the page index or browse the sidebar.

Planned: TI-34

The docs assistant is not available yet. You can hand these docs to your own assistant instead.