Remote connector (OAuth)
The remote connector is the fastest way to connect your account: you install
nothing. Your client (for example Claude) talks to the MCP server hosted by
Skipo at https://api.skipo.com/mcp, and you authorize access with your own
account via OAuth 2.1 — no API keys to handle or paste.
The access granted is read-only. The connector cannot move money, create withdrawals, or execute conversions; it only reads information from your account.
Connect
-
In your MCP client, add a custom connector with the URL:
https://api.skipo.com/mcp -
The client redirects you to sign in with Skipo. Authenticate with your usual account (with 2FA verification where applicable).
-
Skipo shows a consent screen with the read-only access about to be granted. Review it and click Approve.
-
You return to your client and the connector is ready. You can now ask about your balances, transactions, and markets in natural language.
What it can access
The connector grants read-only access to the same set of GET operations
the MCP server exposes:
- Account, balances, balance history, and ledger movements.
- Withdrawals and deposits.
- Convert orders and their fills (executions).
- Contacts.
- Market data: assets, markets, and indicative (non-binding) prices.
No write access is granted: the connector can never initiate money movement. An indicative price is not a quote either: it reserves nothing, does not expire, and cannot be executed.
Revoke access
You can cut off the connector's access at any time from the Skipo dashboard, under Connected apps: find the connection and click Revoke. From then on the connector can no longer read your account, and you'll need to authorize it again to use it.