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

io.github.Ophir-ai-creator/ophir

NPM · @OPHIRAI/MCP-SERVER · SCANNED SEP 24

Ophir protocol tools for AI agent discovery, negotiation, and settlement

Available components

0 this week 79 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via @ophirai/sdk > @solana/web3.js > jayson > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 52 of 139 dependencies flagged as unhealthy (3 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 619 tokens (~88/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.Ophir-ai-creator/ophir MCP server?

io.github.Ophir-ai-creator/ophir runs locally as an npm package, launched with npx -y @ophirai/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @ophirai/mcp-server

# add to Claude Code
claude mcp add ophir-ai-creator-ophir -- npx -y @ophirai/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "ophir-ai-creator-ophir": {
      "command": "npx",
      "args": [
        "-y",
        "@ophirai/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ophir-ai-creator-ophir": {
      "command": "npx",
      "args": [
        "-y",
        "@ophirai/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ophir-ai-creator-ophir -- npx -y @ophirai/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ophir-ai-creator-ophir": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ophirai/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ophir-ai-creator-ophir --command npx --arg -y --arg @ophirai/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  ophir-ai-creator-ophir:
    command: "npx"
    args: ["-y", "@ophirai/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ophir-ai-creator-ophir": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@ophirai/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ophir-ai-creator-ophir -t stdio -c npx -a -y @ophirai/mcp-server
// mcp.json
{
  "mcpServers": {
    "ophir-ai-creator-ophir": {
      "command": "npx",
      "args": [
        "-y",
        "@ophirai/mcp-server"
      ]
    }
  }
}
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.

  • 24 Sept 26 +1
    • Stability: 0.97 → pass security
  • 23 Sept 26 0
    • Security disclosure: unverified → fail ▼ functional
  • 22 Sept 26 +1
    • Security disclosure: fail → unverified ▼ functional
  • 20 Sept 26 +1
    • Security disclosure: unverified → fail ▼ functional
  • 19 Sept 26 0
    • Security disclosure: fail → unverified ▼ functional
  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 +1
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail ▼ functional
  • 16 Sept 26 0
    • CVE-2026-82417 no longer affects this package ▲ security
    • CVE-2026-82562 no longer affects this package ▲ security
    • Security disclosure: fail → unverified ▼ functional
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 24 Sept 2026 · Analysed npm/@ophirai/mcp-server@0.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-528h-pc64-c93x CVE-2026-71429 medium CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 139 packages
Packages resolved 139
Deprecated 3
Stale 49
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~619 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ophir_accept_quote ~95

Use when you have received multiple quotes from ophir_negotiate and want to accept a specific one instead of the auto-selected best. Requires the rfq_id and quote_id from a previous negotiation. Creates a signed agreement with the chosen seller.

NameTypeReqDescription
quote_idstringyesThe specific quote ID to accept
rfq_idstringyesThe RFQ ID from a previous ophir_negotiate call

No output schema declared.

No examples provided.

ophir_check_agreement ~69

Use when you need to check the status of an existing agreement. Returns pricing, SLA terms, escrow status, and compliance details for a given agreement ID. Call this to verify an agreement is still active before using a service.

NameTypeReqDescription
agreement_idstringyesThe agreement ID to check

No output schema declared.

No examples provided.

ophir_discover ~115

Use when you need to find AI service providers. Returns a list of available providers with their models, pricing, and capabilities. Call this first before negotiating. Optionally filter by service category or minimum reputation score.

NameTypeReqDescription
categorystring–Service category to filter by (e.g. "inference", "translation", "code_review"). Omit to list all providers.
min_reputationnumber–Minimum reputation score (0-100) to filter sellers. Only providers at or above this score are returned.

No output schema declared.

No examples provided.

ophir_dispute ~72

Use when a service provider is not meeting SLA terms and you need to file a dispute or check compliance. Requires an active agreement ID. Returns current SLA metrics, targets, and compliance status. Use this to gather evidence before escalating.

NameTypeReqDescription
agreement_idstringyesThe agreement ID to check SLA compliance for

No output schema declared.

No examples provided.

ophir_health ~53

Use to verify the Ophir MCP server is running and connected. Returns the server version, configured registry URL, number of known sellers, and connection status. Call this to diagnose connection issues or confirm the server is operational.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ophir_list_agreements ~55

Use when you need to see all available service categories and their known sellers. Returns a summary of service categories, seller counts, and price ranges. No parameters required. Call this to get an overview before discovering or negotiating.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ophir_negotiate ~160

Use when you want to get the best deal on AI inference. Automatically discovers providers, collects quotes, and accepts the cheapest one that meets your requirements. Returns the best quote with pricing and SLA details. This is the main tool — use it for one-shot negotiation.

NameTypeReqDescription
currencystring–Payment currency (default: "USDC")
max_budgetstringyesMaximum price per unit willing to pay (e.g. "0.01")
requirementsobject–Specific requirements for the service (e.g. {"model": "gpt-4", "max_tokens": 4096})
service_categorystringyesCategory of service needed (e.g. "inference", "translation", "code_review")

No output schema declared.

No examples provided.

Common questions

What is the io.github.Ophir-ai-creator/ophir MCP server?

io.github.Ophir-ai-creator/ophir is an MCP server listed in the public MCP registry as io.github.Ophir-ai-creator/ophir. Ophir protocol tools for AI agent discovery, negotiation, and settlement. This page covers its npm package (@ophirai/mcp-server).

Is the io.github.Ophir-ai-creator/ophir MCP server safe to use?

io.github.Ophir-ai-creator/ophir scores 79 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Ophir-ai-creator/ophir MCP server expose?

io.github.Ophir-ai-creator/ophir exposes 7 tools: ophir_discover, ophir_negotiate, ophir_accept_quote, ophir_check_agreement, ophir_list_agreements, and 2 more. Their descriptions and schemas cost roughly 619 tokens of context every time the server is loaded.

Is the io.github.Ophir-ai-creator/ophir MCP server still maintained?

io.github.Ophir-ai-creator/ophir is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Ophir-ai-creator/ophir MCP server under?

io.github.Ophir-ai-creator/ophir declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.