Endpoint
POST only, over HTTP. Authenticate with an API key as a bearer token:
Client config
Most clients take the same JSON shape. Add this to your MCP server list:The older address
https://agentmore.app/api/supertool/mcp still answers and is a
permanent alias. Existing configs keep working; new ones should use
/api/agentmore/mcp.What the server exposes
| Tool | What it does |
|---|---|
| Discover | Search the catalog for tools that fit a task. Free. |
| Inspect | Read one tool’s inputs, price and pricing shape. Free. |
| Estimate | Worst-case price for a specific input, without calling anything. |
| Run | Run a tool. This is the only thing that spends. |
| Run status | Check one run by id. |
| Stop | Stop a run that is still going. |
| List runs | Your recent runs and their statuses. |
| Budget | Read your per-call and per-day caps, or tighten them. |
When you get a 401
A401 means the request arrived without a usable key: no Authorization header,
a key truncated when it was pasted, or a key that is not scoped to skills. Create a
fresh one at API keys and paste it whole.
Next
Skill files
The one-line route, for agents that read instructions instead.
Budgets
Set a per-call and per-day cap before your agent runs anything.