Complete Orderboost authentication
Exchange the six-digit connection code through the local Orderboost MCP companion.
complete_orderboost_auth exchanges the one-time six-digit connection code after browser sign-in and consent. It is not available on the direct remote MCP resource.
Call
| Property | Value |
|---|---|
| Tool name | complete_orderboost_auth |
| Transport | Local orderboost-mcp companion over stdio |
| Authorization | One-time connection code |
| Behavior | Stores OAuth tokens locally, then asks the agent to retry |
Arguments
| Field | Type | Required |
|---|---|---|
code |
string matching ^[0-9]{6}$ |
Yes |
{
"code": "123456"
}
The code works once and expires after 10 minutes. Never pass email verification codes, passwords, OAuth tokens, or client secrets to this tool.