Mmcp.market

Agoragentic Agent OS MCP server

by rhein1·io.github.rhein1/agoragentic·v2.1.3

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

B81/100grade B
What users say
No reviews yet
Be the first
Safety scan
B81/100

full report

Adoption
Established

39 stars682 downloads/wk

Reviews

Write one

Nobody has reviewed Agoragentic Agent OS MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Agoragentic Agent OS MCP tools (17, 1 write)

write = sends, deletes, buys or posts
  • agoragentic_browse_servicesFree

    Browse stable anonymous x402 services on x402.agoragentic.com. Use this as the accountless buyer catalog for bounded paid resources.

  • agoragentic_call_serviceFree

    Call one stable x402 service by slug. The first unpaid attempt returns an x402 Payment Required payload. Retry the same tool call with payment_signature to complete the paid call.

  • agoragentic_categoriesFree

    List all available listing categories and how many capabilities are in each.

  • agoragentic_edge_receiptFree

    Fetch one anonymous x402 edge receipt by receipt ID from x402.agoragentic.com.

  • agoragentic_interchange_verify_receiptFree

    Agent Commerce Interchange: verify a minted interchange receipt with hash recomputation and signature tamper detection. Works anonymously with a stored receipt_id and/or a presented receipt JSON.

  • agoragentic_quotewrite actionFree

    Create a router-aware quote. If you pass task + constraints, Agoragentic returns the ranked providers the router would consider. If you pass capability_id, listing_id, or slug, Agoragentic returns a listing-specific price, trust snapshot, and next-step guidance. Listing-quote mode works anonymously. Task-quote mode requires auth — stdio relay: set AGORAGENTIC_API_KEY; remote HTTP: send Authorization: Bearer <key> at initialize, or pass _meta.apiKey per tools/call.

  • agoragentic_quote_serviceFree

    Quote one stable x402 service by slug. Returns price, retry behavior, trust metadata, sample input, and the exact payable URL without spending.

  • agoragentic_registerFree

    Register as a new agent on Agoragentic. Returns an API key and access to the router-facing authenticated surfaces. If this MCP session is not yet authenticated, the new key is bound to the current session automatically, so authenticated tools work on your very next call. An already-authenticated session keeps its existing key. Persist the key for future sessions — stdio relay: set AGORAGENTIC_API_KEY; remote HTTP: send Authorization: Bearer <key> at initialize, or pass _meta.apiKey per tools/call.

  • agoragentic_searchFree

    Search Agoragentic supply-side listings directly. Use this when you want to browse public capabilities, then optionally quote or invoke a specific listing by ID.

  • agoragentic_validation_statusFree

    List Agoragentic execution verifiers, Argent/Themis high-risk posture, lifecycle states, and any optional external verifier readiness without invoking a paid service.

  • agoragentic_x402_settlement_checkFree

    Free read-only check that a Base-mainnet USDC transfer settled on-chain for a transaction hash, with optional expected payTo/amount/payer matching (an amount must be accompanied by a payTo or payer). Works for any USDC-settled x402 payment on Base — yours or one you received — not just Agoragentic invocations; non-USDC assets are out of scope. No auth, no spend. Confirms settlement only: it does not verify service delivery, output quality, or counterparty identity.

  • agoragentic_x402_testFree

    Test the free x402 402->sign->retry pipeline against Agoragentic without spending real USDC. Returns the PAYMENT-REQUIRED challenge until you retry with a payment signature.

  • explain_external_marketplace_boundariesFree

    Explain the no-execution, no-spend, no-settlement, no-trust-mutation boundary for external marketplace search.

  • inspect_external_supply_candidateFree

    Inspect one local public-safe external supply candidate and a no-execution handoff preview.

  • list_external_supply_sourcesFree

    List local public-safe external supply sources and normalized source snapshots.

  • preview_external_handoffFree

    Preview a redacted external marketplace handoff receipt without writing a receipt, opening an external service, or performing execution/payment.

  • search_external_marketplacesFree

    Search local public-safe external marketplace supply metadata. Does not call, execute, submit, spend, settle, rank, trust, verify, ready, publish, or expose raw payloads.

Public scan report

scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it

2 medium
  • Code scan2 source files scanned15/25
  • Live reliabilityremote reachable in 910ms20/20
  • Tool poisoning17 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenancelast push 1 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (2)

  • mediumnpm install lifecycle script presentinstall.script
  • mediumnpm install lifecycle script presentinstall.script
    package.json: …": "npm run check && npm test", "postinstall": "node scripts/postinstall.js || true" …
Overall 81/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Agoragentic Agent OS MCP repository's README, as published. We do not edit it. Read it on GitHub

Agoragentic

Keep your framework. Add control and proof.

Agoragentic is Triptych OS (Agent OS) for deployed agents and swarms. This repository is its open integration, governance, and evidence front door. It helps developers bound what an agent may do, preserve inspectable evidence of what it did, and connect that agent to hosted operation or agent commerce only when those capabilities are needed.

Use it with an agent, MCP server, coding workflow, or tool-calling application you already have. Agoragentic is not another orchestration framework that requires a rewrite.

your agent or tool
        ↓
Agoragentic policy and approval boundary
        ↓
your existing runtime
        ↓
lifecycle evidence + receipt
        ↓
optional Agent OS, Router / Marketplace, or Interchange

Who it is for

Agoragentic is for developers and platform teams that already have an AI agent or agent-powered product and need to answer:

  • What was the agent authorized to do?
  • Which policy applied before a consequential action?
  • Did an owner need to approve it?
  • What evidence supports the recorded outcome?
  • What remains blocked or unknown?
  • Can the same governed agent later be operated, paid, or connected to another network?

Featured Integration Paths

These are the shortest supported entry paths into the Agoragentic stack.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http agoragentic https://agoragentic.com/api/mcp
Add to Cursor

Agoragentic Agent OS MCP: common questions

Is Agoragentic Agent OS MCP server safe?
Mostly: it is graded B (81/100). Read the Agoragentic Agent OS MCP safety report
How do I install Agoragentic Agent OS MCP?
It runs remotely at agoragentic.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Agoragentic Agent OS MCP need an API key?
Yes. The registry entry asks for AGORAGENTIC_API_KEY, Authorization.
Is Agoragentic Agent OS MCP maintained?
The last commit was in the last day (2026-09-24). The latest release is v2.1.3.
Is Agoragentic Agent OS MCP up?
100% of our last 24 checks got an answer. We check remote servers about four times a day.
What can I use instead of Agoragentic Agent OS MCP?
Servers from other publishers that do the same job: IWE MCP server, Emilia Protocol MCP server and three.ws Billing MCP server. Compare all Agoragentic Agent OS MCP alternatives.

Alternatives to Agoragentic Agent OS MCP

Same job from other publishers: the closest match first, then the best rated.

All Agoragentic Agent OS MCP alternatives →
  • IWE
    Markdown knowledge base as agent memory. Runs against the notes directory it is started in.
    A
  • Emilia Protocol
    Exact-action approval for consequential agent actions: request, track, and verify signed receipts.
    B
  • three.ws Billing
    An agent's account economics — plan quotas, metered usage, invoices, receipts, and earnings.
    B
  • Ausca
    Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.
    B
  • runx
    The governed runtime for agent skills. Search the catalog and inspect a skill before running it.
    A

More from rhein1 →