Back to Home
OnboardedInc icon

onboarded-mcp

by OnboardedInc

Overview

An MCP server enabling AI assistants to interact with the Onboarded platform's APIs, manage entity state, and optionally access local repository files.

Installation

Run Command
node dist/index.js

Security Notes

CRITICAL VULNERABILITY: The `src/lib/keychain.ts` file uses `child_process.execSync` to run a shell command. The `profile` variable, which is user-controlled input from tool arguments, is directly embedded into the shell command string without sanitization or proper escaping. This creates a shell injection vulnerability (e.g., `profile='myprofile" -d arbitrary-command-injection; echo "'`), allowing an attacker to execute arbitrary commands on the host system where the MCP server is running. While there are path traversal checks for repository tools, this Keychain interaction flaw is severe.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassHigh
Avg Tokens500
Stars0
Forks0
Last Update2025-12-13

Tags

MCPAPI automationAI assistantOpenAPIOnboarded