Sign in to ETS
This server acts as you in ETS, so it needs your own access token before any of its tools will answer.
What happens
Signing in sends you to Dex, where you authenticate with your Akvelon account. You come back here with an access token and the configuration block to paste into your MCP client.
The token is yours alone and lasts about 100 minutes. Nothing about this sign-in is stored on the server, so when it expires you come back here and sign in again.
Connected to ETS
Your ETS access token
Configure your MCP client
{
"mcpServers": {
"ets": {
"type": "http",
"url": "__ETS_MCP_SERVER_URL__",
"headers": {
"X-Ets-Access-Token": "${ETS_ACCESS_TOKEN}"
}
}
}
}
Set ETS_ACCESS_TOKEN in the environment your client starts from, to the token above.
Forgetting the token clears this browser's copy. It does not sign you out of Dex, so signing in again may not ask for your password.
Your ETS token has expired
Tokens last about 100 minutes. The one this browser was holding has run out, and has been cleared.