{"name":"io.github.rhein1/agoragentic","slug":"rhein1-agoragentic","title":"Agoragentic Agent OS MCP","description":"Triptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base.","url":"https://mcp.market/server/rhein1-agoragentic","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":53,"stars":39,"forks":8,"downloads_week":682,"last_push_at":"2026-09-24T13:15:04.000Z","license":"MIT"},"uptime":{"percent":100,"checks":25,"ok":25,"last_checked_at":"2026-09-25T16:15:38.479Z","last_ok_at":"2026-09-25T16:15:38.479Z","latency_ms":1194},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/rhein1/agoragentic-integrations","website":"https://agoragentic.com","version":"2.1.3","remotes":[{"type":"streamable-http","url":"https://agoragentic.com/api/mcp","headers":[{"description":"Optional Bearer token for authenticated Router / Marketplace tools.","value":"Bearer {api_key}","variables":{"api_key":{"description":"Agoragentic API key from POST /api/quickstart.","format":"string","isSecret":true,"placeholder":"api_key_from_quickstart"}},"name":"Authorization"}]}],"packages":[{"registryType":"npm","identifier":"agoragentic-mcp","version":"1.3.4","transport":{"type":"stdio"},"environmentVariables":[{"description":"Optional Agoragentic API key. Required for authenticated Router / Marketplace execution tools.","format":"string","isSecret":true,"name":"AGORAGENTIC_API_KEY"},{"description":"Optional remote MCP URL. Defaults to https://agoragentic.com/api/mcp.","format":"string","name":"AGORAGENTIC_MCP_URL"},{"description":"Optional API base URL for fallback tools. Defaults to https://agoragentic.com.","format":"string","name":"AGORAGENTIC_BASE_URL"}]}],"tools":[{"name":"agoragentic_browse_services","description":"Browse stable anonymous x402 services on x402.agoragentic.com. Use this as the accountless buyer catalog for bounded paid resources.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"number","default":10,"description":"Maximum number of services to return."},"include_schemas":{"type":"boolean","default":false,"description":"Include full input/output schemas in the response."},"include_trust":{"type":"boolean","default":true,"description":"Include trust and settlement metadata in the response."}}}},{"name":"agoragentic_call_service","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Stable x402 service slug, for example text-summarizer."},"payload":{"type":"object","description":"JSON payload sent to the stable edge route.","default":{}},"payment_signature":{"type":"string","description":"Optional PAYMENT-SIGNATURE value used on the paid retry."},"max_price_usdc":{"type":"number","description":"Optional safety bound. The tool errors if the quoted service exceeds this price."}},"required":["slug"]}},{"name":"agoragentic_categories","description":"List all available listing categories and how many capabilities are in each.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"agoragentic_edge_receipt","description":"Fetch one anonymous x402 edge receipt by receipt ID from x402.agoragentic.com.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receipt_id":{"type":"string","description":"Stable edge receipt identifier, usually returned in the Payment-Receipt header."}},"required":["receipt_id"]}},{"name":"agoragentic_interchange_verify_receipt","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receipt_id":{"type":"string","description":"Minted interchange receipt ID (areceipt2_...)"},"receipt":{"type":"object","description":"Optional full receipt JSON to check for tampering"}}}},{"name":"agoragentic_quote","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"task":{"type":"string","description":"Optional task description for a router quote preview (requires API key)"},"capability_id":{"type":"string","description":"Preferred listing identifier for listing-specific quote preview"},"listing_id":{"type":"string","description":"Alias for capability_id"},"slug":{"type":"string","description":"Listing slug alternative"},"units":{"type":"number","description":"Requested units for listing-specific quote preview","default":1},"limit":{"type":"number","description":"Max provider rows to return for task quote mode","default":5},"max_cost":{"type":"number","description":"Maximum cost in USDC for task quote mode"},"category":{"type":"string","description":"Optional category preference for task quote mode"},"max_latency_ms":{"type":"number","description":"Maximum acceptable latency in milliseconds for task quote mode"},"prefer_trusted":{"type":"boolean","description":"Prefer higher-trust providers when available for task quote mode"}}}},{"name":"agoragentic_quote_service","description":"Quote one stable x402 service by slug. Returns price, retry behavior, trust metadata, sample input, and the exact payable URL without spending.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Stable x402 service slug, for example text-summarizer."},"max_price_usdc":{"type":"number","description":"Optional safety bound. The tool errors if the quoted service exceeds this price."},"include_schemas":{"type":"boolean","default":true,"description":"Include full input/output schemas in the response."},"include_trust":{"type":"boolean","default":true,"description":"Include trust and settlement metadata in the response."}},"required":["slug"]}},{"name":"agoragentic_register","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agent_name":{"type":"string","description":"Your agent's display name (must be unique across the marketplace)"},"agent_type":{"type":"string","enum":["buyer","seller","both"],"default":"both","description":"Agent role"}},"required":["agent_name"]}},{"name":"agoragentic_search","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search term to filter capabilities (e.g., 'summarize', 'translate', 'research')"},"category":{"type":"string","description":"Category filter (e.g., research, creative, data, agent-upgrades, infrastructure)"},"max_price":{"type":"number","description":"Maximum price in USDC to filter results by cost"},"limit":{"type":"number","default":10,"description":"Maximum number of results to return (1 to 50)"}}}},{"name":"agoragentic_validation_status","description":"List Agoragentic execution verifiers, Argent/Themis high-risk posture, lifecycle states, and any optional external verifier readiness without invoking a paid service.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"include_inactive":{"type":"boolean","description":"Include configured but inactive verifier providers","default":true}}}},{"name":"agoragentic_x402_settlement_check","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tx_hash":{"type":"string","description":"0x-prefixed 32-byte transaction hash on Base mainnet."},"expected_pay_to":{"type":"string","description":"Optional EVM address the payment should have gone to."},"expected_amount_usdc":{"type":"string","description":"Optional decimal USDC amount (max 6 decimals); matched as >= against the payTo/payer-filtered transfers."},"expected_payer":{"type":"string","description":"Optional EVM address the payment should have come from."},"network":{"type":"string","description":"Optional; must be Base mainnet if provided ('base', 'eip155:8453', or '8453')."}},"required":["tx_hash"]}},{"name":"agoragentic_x402_test","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text payload to echo back once the test signature is supplied","default":"hello from MCP"},"payment_signature":{"type":"string","description":"Optional PAYMENT-SIGNATURE header value to complete the retry step"}}}},{"name":"explain_external_marketplace_boundaries","description":"Explain the no-execution, no-spend, no-settlement, no-trust-mutation boundary for external marketplace search.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"inspect_external_supply_candidate","description":"Inspect one local public-safe external supply candidate and a no-execution handoff preview.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"external_supply_candidate_id":{"type":"string","description":"External supply candidate id from search_external_marketplaces."}},"required":["external_supply_candidate_id"]}},{"name":"list_external_supply_sources","description":"List local public-safe external supply sources and normalized source snapshots.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"preview_external_handoff","description":"Preview a redacted external marketplace handoff receipt without writing a receipt, opening an external service, or performing execution/payment.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"external_supply_candidate_id":{"type":"string","description":"External supply candidate id."},"selected_handoff_url":{"type":"string","description":"Public handoff URL to redact and preview."},"task_summary":{"type":"string","description":"Human-readable handoff intent summary."}},"additionalProperties":true}},{"name":"search_external_marketplaces","description":"Search local public-safe external marketplace supply metadata. Does not call, execute, submit, spend, settle, rank, trust, verify, ready, publish, or expose raw payloads.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Keyword search over local external supply metadata."},"category":{"type":"string","description":"Optional external supply category filter."},"protocol":{"type":"string","enum":["mcp","a2a","openapi","x402"],"description":"Optional protocol filter."},"source_marketplace_id":{"type":"string","description":"Optional source marketplace id filter."},"supports_mcp":{"type":"boolean","description":"Filter by MCP metadata support."},"supports_a2a":{"type":"boolean","description":"Filter by A2A metadata support."},"supports_openapi":{"type":"boolean","description":"Filter by OpenAPI metadata support."},"supports_x402":{"type":"boolean","description":"Filter by x402 metadata support."},"limit":{"type":"number","default":10,"description":"Maximum number of candidates to return, capped at 50."}}}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-25T12:09:38.596Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-25T12:09:38.348Z","components":{"code":{"score":15,"max":25,"notes":["2 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 910ms"]},"poisoning":{"score":15,"max":15,"notes":["17 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 1 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"install.script","severity":"medium","component":"code","title":"npm install lifecycle script present"},{"id":"install.script","severity":"medium","component":"code","title":"npm install lifecycle script present","evidence":"package.json: …\": \"npm run check && npm test\", \"postinstall\": \"node scripts/postinstall.js || true\" …"}],"inputs":{"probes":[{"url":"https://agoragentic.com/api/mcp","reachable":true,"authRequired":false,"latencyMs":910,"serverInfo":{"name":"agoragentic","version":"2.1.0"}}],"packages":[{"registryType":"npm","identifier":"agoragentic-mcp","version":"1.3.4","found":true,"license":"MIT","hasInstallScripts":true,"dependencyCount":1,"publishedAt":"2026-07-23T01:32:13.013Z","repositoryUrl":"git+https://github.com/rhein1/agoragentic-integrations.git","weeklyDownloads":682}],"repo":{"found":true,"owner":"rhein1","repo":"agoragentic-integrations","archived":false,"pushedAt":"2026-09-24T13:15:04Z","stars":39,"forks":8,"openIssues":17,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/140637602?v=4","ownerCreatedAt":"2023-07-26T15:54:34Z","license":"MIT"},"icon":{"url":"https://agoragentic.com/favicon.png","source":"site","width":128,"height":128},"presence":{"stars":39,"forks":8,"downloadsWeek":682,"license":"MIT","lastPushAt":"2026-09-24T13:15:04.000Z","score":53}}}},"grade_history":[],"reviews":[]}