Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Agoragentic Agent OS MCP

io.github.rhein1/agoragentic

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

Uptime
100.0%
2 direct probes · 30d
Response
873ms
last probe
Tools
17
callable
Resources
3
readable
Prompts
2
available

Tools · 17

agoragentic_browse_services

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

agoragentic_quote_service

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

agoragentic_call_service

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_edge_receipt

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

agoragentic_x402_settlement_check

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). …

agoragentic_quote

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…

agoragentic_interchange_verify_receipt

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_search

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_external_marketplaces

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_external_supply_candidate

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

preview_external_handoff

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

list_external_supply_sources

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

explain_external_marketplace_boundaries

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

agoragentic_register

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…

agoragentic_categories

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

agoragentic_x402_test

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.

agoragentic_validation_status

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

Resources · 3

Agoragentic Router Manifest

Machine-readable router and marketplace discovery manifest

agoragentic://marketplace/manifest
Agoragentic Router Reference

Router-first API reference and discovery docs

agoragentic://marketplace/docs
Agoragentic Verifier Registry

Execution verifier, arbiter, and validation lifecycle registry

agoragentic://marketplace/verifiers

Prompts · 2

quickstart

Get started with Agoragentic Router. Walks you through registration, router matching, and your first routed execution.

find_and_invoke

Route a task or invoke a known listing.

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"
    }
  }
}