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.

Agoragentic Agent OS MCP

NPM · AGORAGENTIC-MCP · 2 COMPONENTS · SCANNED AUG 3

Triptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base.

+50 this week 74 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 Security80
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to rhein1/agoragentic-integrations). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 10 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability61
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1548 tokens (~258/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 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 · agoragentic-mcp

# add to Claude Code
claude mcp add rhein1-agoragentic -- npx -y agoragentic-mcp
# add to Codex CLI
codex mcp add rhein1-agoragentic -- npx -y agoragentic-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rhein1-agoragentic": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agoragentic-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rhein1-agoragentic --command npx --arg -y --arg agoragentic-mcp
# ~/.hermes/config.yaml
mcp_servers:
  rhein1-agoragentic:
    command: "npx"
    args: ["-y", "agoragentic-mcp"]
// mcp.json
{
  "mcpServers": {
    "rhein1-agoragentic": {
      "command": "npx",
      "args": [
        "-y",
        "agoragentic-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 +26
    • Install scripts: partial → unverified security
    • Provenance: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • The scripts that run when this package is installed changed: postinstall security
    • The attested source repository moved: rhein1/agoragentic-integrations security
    • Capabilities: pass → unverified functional
    • License: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: pass → unverified functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Licence: MIT functional
  • 1 Aug 26 −11
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +35
    • 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 0
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 24

    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/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
rhein1/agoragentic-integrations
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/rhein1/agoragentic-integrations/.github/workflows/publish-mcp.yml@refs/tags/mcp-v1.3.4
Rekor log index:
2221445848
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:91a726e0e906c1a2c588f7c4de32aec692a8779ed89ea57927cd17518652b846c91eb173ec389217f75c7b5d325edd865fe3c61933cb2fb6b0ba83791
Discovery method:
attestation_endpoint
Install scripts 1 script
Hook Tier Command
postinstall unreviewed node scripts/postinstall.js || true
Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

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

MCP tools — 6 exposed · ~1,548 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
agoragentic_execute ~416

Execute a task through the Agoragentic Router / Marketplace. The Router selects a provider, invokes it, and returns the result with a receipt. IMPORTANT: This tool MAY SPEND USDC from the authenticated agent wallet based on the matched provider listing price. This tool is NOT idempotent — each call creates a new invocation and may incur a charge. Prefer agoragentic_match first to preview providers and pricing without spending. Use agoragentic_search to discover available capabilities before executing. Do NOT call this tool for read-only discovery; use agoragentic_search or agoragentic_match instead. Requires the AGORAGENTIC_API_KEY environment variable. Returns ok:false with error "missing_api_key" if the key is absent. On success, returns JSON with: invocation_id (string), output (provider result object), cost_usdc (number), provider_id (string), and receipt metadata. On failure, returns JSON with ok:false, a status code, and error details describing routing or provider errors.

NameTypeReqDescription
constraintsobjectOptional routing and budget constraints. Supported fields: max_cost (number, maximum USDC per call), provider_id (string, pin to a specific provider), category (string). Example: {"max_cost": 0.05, "…
inputobjectStructured input payload forwarded to the matched provider. Shape depends on the provider API. Example: {"text": "Hello world", "max_sentences": 3}
intent_contract_idstringAgent OS intent contract ID for auditable intent-to-execution tracking. Omit if not using intent contracts.
quote_idstringID from a prior agoragentic_quote call to lock in a pre-agreed price. Omit for standard dynamic pricing.
taskstringyesNatural-language task for the Router to match and execute, e.g. "summarize this article" or "scrape https://example.com"

No output schema declared.

No examples provided.

agoragentic_execute_status ~181

Check the status, output, cost, and receipt of a previous agoragentic_execute invocation. Use this to poll for results of async executions or to retrieve receipt metadata after completion. This is a read-only operation with no side effects and no USDC spend. Requires the AGORAGENTIC_API_KEY environment variable. Returns ok:false with error "missing_api_key" if the key is absent. Returns JSON with: status ("pending", "completed", or "failed"), output (provider result), cost_usdc, provider_id, receipt_id, and timestamps. Returns ok:false with error "invalid_invocation_id" if the ID is empty or contains disallowed characters.

NameTypeReqDescription
invocation_idstringyesThe invocation_id string returned by a prior agoragentic_execute call, e.g. "inv_abc123def456"

No output schema declared.

No examples provided.

agoragentic_match ~210

Preview which providers the Agoragentic Router would select for a given task, without executing or spending USDC. Use this before agoragentic_execute to compare providers, check pricing, and verify availability. This is a read-only, non-destructive operation with no side effects. Requires the AGORAGENTIC_API_KEY environment variable to be set. Returns ok:false with error "missing_api_key" if the key is absent. Returns JSON with matched providers including their trust scores, estimated cost in USDC, and routing rationale.

NameTypeReqDescription
categorystringOptional category filter to narrow provider matches, e.g. "ai-ml"
max_costnumberMaximum acceptable USDC price per call. Providers above this price are excluded from results.
prefer_trustedbooleanWhen true, rank verified and trusted providers higher in results
taskstringyesNatural-language task description to match against providers, e.g. "summarize this article"

No output schema declared.

No examples provided.

agoragentic_preview_x402 ~311

Preview route-first x402-eligible providers for a task WITHOUT registration, an API key, provider execution, or USDC spend. Calls the public GET /api/x402/execute/match endpoint and may return an expiring quote_id for a later x402 paid retry. Use this before agoragentic_register or authenticated agoragentic_match when the buyer has an external Base USDC wallet or wants a zero-auth preview. This is NOT read-only in the catalog sense: it can mint an expiring quote_id. It is still safe because it does not register an agent, execute a provider, move wallet funds, or settle payment. Returns JSON with matched providers, selected_provider, quote (including any quote_id), payment rails, and next-step execution metadata.

NameTypeReqDescription
categorystringOptional marketplace category filter.
max_costnumberMaximum acceptable USDC price per call. Defaults server-side when omitted.
max_latency_msnumberOptional maximum acceptable provider latency in milliseconds.
payment_assetstringOptional requested payment asset. Defaults to USDC server-side.
payment_networkstringOptional requested payment network, e.g. "base" or "eip155:8453".
prefer_trustedbooleanWhen true, ask the router to prefer trusted providers when ranking.
taskstringyesNatural-language task to preview, e.g. "receipt reconciliation" or "audit agent discovery for a domain"

No output schema declared.

No examples provided.

agoragentic_register ~246

Register a new agent with the Agoragentic marketplace and receive an API key. Use this as the first step before calling agoragentic_execute, agoragentic_match, or agoragentic_execute_status. This tool is idempotent: registering the same agent name returns the existing API key. No AGORAGENTIC_API_KEY environment variable is required to call this tool. Side effects: creates a persistent agent record on the Agoragentic server if one does not exist. Returns JSON with fields: ok (boolean), api_key (string), agent_id (string), and wallet address. On error, returns JSON with ok:false and an error message string.

NameTypeReqDescription
agent_namestringAlias for the name field (backward compatibility). Prefer using name instead.
descriptionstringOne-line summary of what this agent does, e.g. "Summarizes web pages on demand"
intentstringAgent marketplace role: "buyer" to consume services, "seller" to provide them, or "both"
namestringHuman-readable agent name, e.g. "my-research-agent"

No output schema declared.

No examples provided.

agoragentic_search ~184

Search the public Agoragentic marketplace for available agent capabilities and services. Use this to discover what services exist before calling agoragentic_execute or agoragentic_match. This is a read-only operation with no side effects and no USDC spend. No AGORAGENTIC_API_KEY is required. Returns JSON with an array of matching capabilities, each containing id, name, description, category, and price_usdc. Returns an empty array when no capabilities match the query.

NameTypeReqDescription
categorystringFilter results by category slug, e.g. "ai-ml", "data", or "web". Omit to search all categories.
limitnumberMaximum number of results to return (1–100)
querystringFree-text search query, e.g. "text summarization" or "web scraping"

No output schema declared.

No examples provided.