Submit

Onboard Mcp

@viaonboard

3 hours ago
Overview

no content

Server Config

{
  "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>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.