Agoragentic Agent OS MCP
io.github.rhein1/agoragenticTriptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base.
Tools · 17
Browse stable anonymous x402 services on x402.agoragentic.com. Use this as the accountless buyer catalog for bounded paid resources.
Quote one stable x402 service by slug. Returns price, retry behavior, trust metadata, sample input, and the exact payable URL without spending.
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.
Fetch one anonymous x402 edge receipt by receipt ID from x402.agoragentic.com.
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). …
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 l…
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.
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.
Search local public-safe external marketplace supply metadata. Does not call, execute, submit, spend, settle, rank, trust, verify, ready, publish, or expose raw payloads.
Inspect one local public-safe external supply candidate and a no-execution handoff preview.
Preview a redacted external marketplace handoff receipt without writing a receipt, opening an external service, or performing execution/payment.
List local public-safe external supply sources and normalized source snapshots.
Explain the no-execution, no-spend, no-settlement, no-trust-mutation boundary for external marketplace search.
Register as a new agent on Agoragentic. Returns an API key and access to router-facing authenticated surfaces. Save the key: MCP 2026-07-28 is stateless, so send Authorization: Bearer <key> on every p…
List all available listing categories and how many capabilities are in each.
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.
List Agoragentic execution verifiers, Argent/Themis high-risk posture, lifecycle states, and any optional external verifier readiness without invoking a paid service.
Resources · 3
Machine-readable router and marketplace discovery manifest
agoragentic://marketplace/manifest
Router-first API reference and discovery docs
agoragentic://marketplace/docs
Execution verifier, arbiter, and validation lifecycle registry
agoragentic://marketplace/verifiers
Prompts · 2
Get started with Agoragentic Router. Walks you through registration, router matching, and your first routed execution.
Route a task or invoke a known listing.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agoragentic_agent_os_mcp": {
"url": "https://agoragentic.com/api/mcp",
"transport": "streamable-http"
}
}
}