Install the Agentcard MCP
https://mcp.agentcard.sh/mcp. What it exposes depends on the credential you connect with: your own account, your organization, or one of your users.
Connect as your organization
You can run your whole Agentcard integration without leaving your coding agent. Connect with the same credentials you use for the API:What your agent can do with it
22 tools, the same operations as the API. Your agent can build the integration, test it, and debug it in production.
When something breaks during your integration, connect this server and ask your agent to debug it. It can read the same state we see.
Give your users’ agents a way to buy
The organization server is for you. Your users’ agents connect to a different server, as the user. Create a buy token for a user withmint_buy_token (or POST /api/v1/cardholders/:id/buy_token). It lasts 30 days and only works for that one user. The agent then connects with it:
buy. The whole story is on the Purchase API page.
Next: Test in sandbox