Configuration
Tokencraft hosts a remote MCP server with OAuth authentication. No API key or local installation required.Server URL
Cursor
- Open Cursor Settings → MCP
- Add a new remote MCP server
- Set the URL to
https://app.tokencraft.dev/api/mcp - On first use, your browser opens for OAuth consent
- Approve the requested scopes
Claude (remote MCP)
Add the hosted URL in your client’s remote MCP configuration. OAuth endpoints are discovered automatically via:/.well-known/oauth-authorization-server/.well-known/oauth-protected-resource
OAuth tokens appear in API Settings as
MCP OAuth — {client name}. You can revoke them at any time.Verify setup
Ask your MCP client:Troubleshooting
Authentication failed
Solutions:- Revoke the existing
MCP OAuth — …token in API Settings and reconnect - Ensure you approved all required scopes on the consent screen
- Check that your plan includes MCP access
Client doesn’t discover OAuth
Solutions:- Verify the URL is exactly
https://app.tokencraft.dev/api/mcp - Ensure your MCP client supports remote HTTP servers with OAuth discovery
- Check MCP OAuth for endpoint details
403 on write operations
Write tools (create, update, delete, bulk import) requirewrite:tokens scope and a workspace where your role allows API writes.
Other MCP clients
Any MCP client that supports Streamable HTTP and OAuth can connect tohttps://app.tokencraft.dev/api/mcp. The client should handle token refresh by re-running the OAuth flow when the 30-day access token expires.
Next Steps
MCP OAuth
OAuth flow and token lifecycle
Tools
Available MCP tools
Bulk import
Import tokensets at scale
Examples
Example interactions