Mcp Server Siebel — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server Siebel (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server for Oracle Siebel CRM integration via its REST API. Allows Claude and other AI models to interact directly with Siebel.
npm install -g @jeretucu/mcp-server-siebelOr use directly with npx:
npx @jeretucu/mcp-server-siebelCreate a .env file based on .env.example:
SIEBEL_URL=https://your-siebel-server:9001
SIEBEL_USERNAME=your_username
SIEBEL_PASSWORD=your_password
SIEBEL_LANG=ENU| Variable | Description | Required |
|---|---|---|
SIEBEL_URL | Siebel server base URL | Yes |
SIEBEL_USERNAME | Siebel username | Yes |
SIEBEL_PASSWORD | Siebel password | Yes |
SIEBEL_LANG | Language (default: ENU) | No |
Add this to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"siebel": {
"command": "npx",
"args": ["-y", "@jeretucu/mcp-server-siebel"],
"env": {
"SIEBEL_URL": "https://your-siebel-server:9001",
"SIEBEL_USERNAME": "your_username",
"SIEBEL_PASSWORD": "your_password",
"SIEBEL_LANG": "ENU"
}
}
}
}claude mcp add siebel npx @jeretucu/mcp-server-siebel \
-e SIEBEL_URL=https://your-server:9001 \
-e SIEBEL_USERNAME=username \
-e SIEBEL_PASSWORD=passwordget_accountRetrieves an account by ID.
Get the account with ID 1-ABC123search_accountsSearches accounts by name or other criteria.
Search for accounts with name containing "Acme Corp"get_contactRetrieves a contact by ID.
Get contact 1-XYZ456search_contactsSearches contacts by first name, last name or email.
Search for contacts with last name "González"get_opportunityRetrieves an opportunity by ID or search criteria.
Search for opportunities with status "Open"create_activityCreates an activity or task in Siebel.
Create a "Call" activity for account 1-ABC123update_recordUpdates any Siebel record.
Update the Status field to "Active" on account 1-ABC123run_queryRuns a query on any Business Object.
Query the Quote Business Object with searchspec [Status]='Open'git clone https://github.com/jeretucu/mcp-server-siebel
cd mcp-server-siebel
npm install
cp .env.example .env
# edit .env with your credentials
npm run devgit checkout -b feature/new-toolgit commit -m "feat: add new tool"git push origin feature/new-toolMIT © jeretucu
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.