Create an account to start relaying OAuth tokens to your agents.
// Get a fresh Google OAuth token for your agent const res = await fetch('https://toolrelay.polsia.app/api/relay', { method: 'POST', headers: { 'Authorization': 'Bearer tr_your_key', 'Content-Type': 'application/json' }, body: JSON.stringify({ service: 'google' }) }); const { access_token } = await res.json();
Works with Claude Desktop, Cursor, and any MCP-compatible client.
{
"mcpServers": {
"toolrelay": {
"url": "https://toolrelay.polsia.app/mcp"
}
}
}