Add the server
- Claude
- Claude Code
- ChatGPT
- Cursor
- VS Code
- Other clients
In Claude (web or desktop), open Settings → Connectors → Add custom connector, then paste the server URL:Claude opens a Zinc sign-in window, shows you the permissions it’s asking for, and finishes the connection. The Zinc tools then appear in the tools menu of any new chat.
Signing in
The server holds no credentials of its own. Every request carries your access token, which is why each connection only ever sees its own account’s orders and wallet. Authorization runs againstlogin.zinc.com and the sign-in page is the same Zinc dashboard login you already use. Clients register themselves automatically, so there’s no client ID or secret to create.
Permissions
The consent screen asks for these scopes. You choose which to grant:products:read is deliberately separate from orders:read: search bills your wallet per call, and a search result is directly orderable, so finding a product and buying it are two different permissions. Neither implies the other.
Tools degrade rather than failing blindly when a scope is missing. Without wallet:read the order review card simply omits its funding line; without orders:write the card renders but the Place order button stays disabled and names the scope to reconnect for.
Verifying the connection
Start a new chat and ask:“List my recent Zinc orders.”A card list of your orders means the connection is live. If you get an authentication error instead, reconnect the server — the most common cause is an expired or revoked authorization.
Disconnecting
Remove the connector in your client’s settings. You can also revoke the connected app from your Zinc dashboard, which invalidates its tokens immediately.Troubleshooting
Next steps
Usage guide
Search, order, track, and top up through conversation.

