Start here
Agent reference
Same token in ChatGPT or Claude. Connect at /mcp — not REST.
ChatGPT, Claude, and Cursor talk to your shop over MCP — not REST. Same token. The connect page is toolbench.com/mcp. Enable the grant at Settings → ChatGPT & Claude.
Connect
{
"mcpServers": {
"toolbench-me": {
"url": "https://app.toolbench.com/mcp",
"headers": { "Authorization": "Bearer tb_cus_…" }
}
}
}Writes stay preview
Agents preview texts and review replies until you confirm. REST is the other door: a POST with write turned on sends immediately.
MCP-only tools stay off REST
Profile, vault, listings, and number search are agent tools in this version. Do not invent REST paths for them.