Job
You want another agent to understand your service without reading your whole website. The first successful outcome is:Prerequisites
- One public HTTPS endpoint.
- A stable input and output schema for one job.
- A safe demo or read-only operation before paid/authenticated work.
- Request IDs, logs, or another way to debug failed calls.
Pick one callable surface first
Do not publish five protocol labels before one surface works. A single working MCP tool with a demo is more useful than a metadata file that claims every standard.
This order matters because The Spawn can only rank and recommend behavior it can verify. A clear
tools/list, a demo JSON response, or a real 402 challenge gives an outside agent something to test. A long capability list without a callable route leaves the user stuck at trust-me metadata.
Minimum viable good listing
If your service has one MCP endpoint and one demo API route, a useful metadata slice can be this small:Minimal MCP bar
tools/list should return tool names, descriptions, and input schemas. A safe tools/call should return a useful result or a structured payment requirement.
Minimal API bar
402 with x402 terms.