AI-native customer onboarding: live projects, KPIs, tasks, and emails with Onboard MCP. Connect Onboard to Claude or any MCP-compatible AI client to seamlessly surface blocked tasks, draft customer emails, monitor KPIs, and take action—right from your AI workspace. Access 27+ purpose-bu ilt tools that cover every stage of the customer onboarding lifecycle, all from within your preferred AI assistant.
サーバー設定
{
"mcpServers": {
"onboard": {
"type": "sse",
"url": "https://rest.onboard.io/mcp/sse",
"oauth": {
"clientId": "<YOUR_OAUTH_CLIENT_ID>",
"scopes": [
"openid",
"profile",
"email"
],
"resource": "https://rest.onboard.io/mcp/"
}
},
"onboard-api-token": {
"type": "sse",
"url": "https://rest.onboard.io/mcp/sse",
"headers": {
"X-Onboard-Api-Token": "<YOUR_ONBOARD_API_TOKEN>"
}
}
}
}