revolut-mcp

Authentication

Authorize the application and exchange the authorization code for API tokens.

setup_auth

Step 1 of authentication. Returns the Revolut Business URL to open in a browser to authorize access. After approval the browser is redirected to your redirect URI with a code query parameter.

complete_auth

Step 2 of authentication. Exchanges the authorization code for access + refresh tokens and persists them to the token store. Run after setup_auth.