Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Optibot

NPM · @OPTIMALAI/OPTIBOT-MCP · SCANNED AUG 3

AI code review for your AI assistant — review local changes, branch diffs, and patch files.

+45 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (113 of 117), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (113 of 117), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1317 tokens (~59/item across 22 items; 22 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @optimalai/optibot-mcp

# add to Claude Code
claude mcp add ai-getoptimal-optibot -- npx -y @optimalai/optibot-mcp
# add to Codex CLI
codex mcp add ai-getoptimal-optibot -- npx -y @optimalai/optibot-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-getoptimal-optibot": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@optimalai/optibot-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-getoptimal-optibot --command npx --arg -y --arg @optimalai/optibot-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ai-getoptimal-optibot:
    command: "npx"
    args: ["-y", "@optimalai/optibot-mcp"]
// mcp.json
{
  "mcpServers": {
    "ai-getoptimal-optibot": {
      "command": "npx",
      "args": [
        "-y",
        "@optimalai/optibot-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +19
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +45
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −34
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • License: pass → unverified functional
    • Security disclosure: fail → unverified functional
    • Dependency health: partial → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 29 Jul 26 +35
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
  • 28 Jul 26 +20
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 19

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@optimalai/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 113 packages

113 packages in the resolved dependency tree · 113 deprecated · 34 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 22 exposed · ~1,317 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_auth ~36

Check current Optibot authentication status. Shows whether credentials are configured via environment variable or config file, and the active organization (if any).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_api_key ~61

Create a new Optibot API key for CI/CD or automation. The key is only shown once — copy it immediately.

NameTypeReqDescription
namestringyesName for the API key (e.g., "ci-github-actions", "jenkins-pipeline")

No output schema declared.

No examples provided.

delete_api_key ~42

Delete an Optibot API key by ID. Use list_api_keys to find the ID.

NameTypeReqDescription
idstringyesID of the API key to delete

No output schema declared.

No examples provided.

get_current_organization ~36

Show the currently active Optibot organization and your role in it. Read from the JWT organizationId claim (the authoritative source).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_security_config ~30

Show the scheduled-scan configuration (schedule, enabled repos, budget, tier) for the active organization.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_security_pricing ~21

Show per-tier pricing and markup multiplier for security scans.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_security_scan ~60

Fetch the full markdown report and metadata for a specific security scan by id. The backend has no by-id endpoint, so this pages through recent scans up to a reasonable cap.

NameTypeReqDescription
scanIdintegeryesScan id (from list_security_scans).

No output schema declared.

No examples provided.

get_security_usage ~24

Show current-month token usage and cost for security scans on the active organization.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_status ~36

Show full Optibot status: authentication method, active organization, and review quota. Mirrors `optibot status` from the CLI.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_api_keys ~21

List all Optibot API keys associated with your account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_organizations ~36

List all Optibot organizations you belong to. The currently active organization is marked with "*". Use switch_organization to change it.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_scannable_repos ~33

List repositories available to scan in the active organization. Use these ids/names when calling trigger_security_scan.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_security_scans ~86

List recent security scans for the active organization. Optionally filter by repository. Paginated.

NameTypeReqDescription
namestringFilter by repository name or fullName.
pageintegerPage number (default 1).
pageSizeintegerResults per page (default 5, max 50).
repositoryIdintegerFilter by repository id.

No output schema declared.

No examples provided.

login ~59

Authenticate with Optibot via browser OAuth. Opens a browser window for login and saves credentials locally. Token expires after 90 days. If your account needs onboarding, returns a URL to complete setup before you can authenticate. Refuses to run inside CI environments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

logout ~17

Remove saved Optibot credentials from this machine.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

review_branch ~75

Review changes against a target branch. Compares the current branch against the specified branch (or auto-detects origin/main, origin/master, origin/develop). Includes merge conflict detection.

NameTypeReqDescription
branchstringTarget branch to compare against. If omitted, auto-detects origin/main, origin/master, or origin/develop.

No output schema declared.

No examples provided.

review_diff_file ~46

Review an arbitrary diff/patch file. Sends the contents of a diff file for AI code review.

NameTypeReqDescription
file_pathstringyesPath to the diff or patch file to review

No output schema declared.

No examples provided.

review_local_changes ~37

Review uncommitted local changes (git diff HEAD). Runs an AI code review on all staged and unstaged changes in the current repository.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

setup_ci ~90

Set up Optibot for CI/CD: mints a long-lived API key bound to the currently active organization and returns the export line ready to paste into the user's CI secret store. Use this for any "set up Optibot in CI" / GitHub Actions / GitLab CI / agentic-coder question.

NameTypeReqDescription
namestringName for the API key. Default: "ci".

No output schema declared.

No examples provided.

switch_organization ~114

Switch the active Optibot organization. Rescopes your token so subsequent tool calls act as that organization. Accept either organizationId or name — if multiple orgs share a name, provide organizationId instead. Token is replaced in ~/.optibot/config.json.

NameTypeReqDescription
namestringOrganization name (or displayName) to switch to. Used only when organizationId is not provided. Must match exactly one organization.
organizationIdintegerOrganization id to switch to. Provide either organizationId or name.

No output schema declared.

No examples provided.

trigger_security_scan ~201

Trigger an AI security scan on a repository in the active organization. Blocks until the scan completes (or the timeout is reached, in which case it returns a "still_running" handoff). Streams live progress events. Accepts either repositoryId or name.

NameTypeReqDescription
maxBudgetUSDnumberMax budget per scan in USD (0.50–500).
modelTierstringModel tier: low (cheapest), medium, high (most thorough). Server default if omitted.
namestringRepository name or fullName to scan. Used only when repositoryId is not provided.
postAsIssuebooleanIf true, open the scan report as a GitHub/GitLab issue on completion.
repositoryIdintegerRepository id to scan. Provide either repositoryId or name.
timeoutSecondsintegerHow long to wait for completion before returning a still_running handoff. Default 300.

No output schema declared.

No examples provided.

update_security_config ~156

Update the scheduled-scan configuration for the active organization. Only specified fields are changed; unspecified fields keep their current value. When schedule is "custom", customCron is required.

NameTypeReqDescription
customCronstringCron expression (required when schedule=custom).
enabledbooleanEnable or disable scheduled scans.
maxBudgetUSDnumberMax budget per scheduled scan.
modelTierstringModel tier for scheduled scans.
postAsIssuebooleanWhether to open scan reports as repository issues.
repositoryIdsarrayList of repository ids to include in scheduled scans. Replaces the existing list.
schedulestringScan frequency. If "custom", provide customCron.

No output schema declared.

No examples provided.