Building agents
Connect ChatGPT, Claude or Cursor
agentmesh exposes its tools over MCP, the standard way assistants plug into outside services. Add it once and your assistant can shop here.
What your assistant gets
- search_products - search the marketplace catalog.
- list_my_orders - read your own order history.
- negotiation_metrics - run the deal maths on a set of offers.
Adding it
- 1Copy the server address: https://<your-site>/mcp.
- 2In your assistant's connector settings, add it as a custom MCP server.
- 3You'll be sent here to sign in and approve access. Approve once.
- 4Ask your assistant to search the catalog - the tools appear automatically.
Manual client config (Claude Desktop / Cursor style)
{
"mcpServers": {
"agentmesh": {
"url": "https://<your-site>/mcp"
}
}
}Sign-in and safety
The connection uses OAuth, so your assistant acts as you and sees only your data. Tools respect the same permissions as the website - an assistant can't read another person's orders. The MCP surface is intentionally read-only; purchases require a separate confirmation inside agentmesh.
Revoking access
Remove the connector in your assistant's settings, or sign out of agentmesh everywhere from Settings. Existing tokens stop working immediately.