sseMITupdated 1mo ago
Onboard helps teams run structured customer onboarding—maps, tasks, automations, and visibility—in one place.
What can you do with Onboard?
Onboard Platform
Onboard helps teams run structured customer onboarding—maps, tasks, automations, and visibility—in one place.
This repository is the public home for platform-related discussion and feedback. It does not contain proprietary application source code.
Documentation & trust
- Documentation: https://docs.onboard.io
- Trust Center: https://trust.onboard.io
- Website: https://onboard.io
- Web app: https://app.onboard.io
Onboard MCP
Connect Claude, ChatGPT / OpenAI Agent Builder, Cursor, Amazon Quick, or any MCP client to your Onboard workspace — live projects, KPIs, tasks, document signing, Context Data, and preview-first writes.
| Resource | Link |
|---|---|
| MCP docs (this repo) | docs/mcp/README.md |
| Product MCP guides | https://docs.onboard.io/docs/mcp |
| Connecting | https://docs.onboard.io/docs/mcp-connecting |
| Tools & prompts | https://docs.onboard.io/docs/mcp-tools |
| Desktop / AI clients | https://docs.onboard.io/docs/mcp-desktop-clients |
| Official MCP Registry | https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.viaonboard/onboard&version=latest |
| Hosted SSE URL | https://rest.onboard.io/mcp/sse |
| MCP Server Card | https://rest.onboard.io/.well-known/mcp/server-card.json |
Registry manifest: server.json · Marketplace metadata: marketplace.json
How to give feedback
- Use feedback controls on the docs site when available; items may appear in GitHub Discussions here.
- Open an Issue for bugs or requests. Do not paste API keys, webhook signing secrets, or customer PII.
Security
Report vulnerabilities per SECURITY.md, not via public issues.
Purpose: public coordination and feedback for the Onboard platform.
Install
Add Onboard to your client. Pick the one you use.
claude mcp add --transport sse onboard https://rest.onboard.io/mcp/ssecodex mcp add onboard --url https://rest.onboard.io/mcp/sse{
"mcpServers": {
"onboard": {
"url": "https://rest.onboard.io/mcp/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"onboard": {
"type": "sse",
"url": "https://rest.onboard.io/mcp/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"onboard": {
"url": "https://rest.onboard.io/mcp/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"onboard": {
"serverUrl": "https://rest.onboard.io/mcp/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 24 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Jun 18, 2026 |
| 0.1.0 | Jun 16, 2026 |