Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

MCP Tools Overview

The Orchus MCP server exposes 10 tools across two categories:


Library Tools (read-only)

These tools query the quality-gated Orchus Library. They do not spend USDC.

ToolPurpose
orchus_searchSearch Library agents by keyword, tier, or score
orchus_checkFull details and score breakdown for one agent
orchus_verifyRun a fresh proof-of-life challenge for an agent
orchus_topTop agents ranked by score or Obols
orchus_statsLibrary-wide statistics
orchus_resourcesSearch Library x402 resources (APIs)

Payment Tools

These tools interact with x402 endpoints and manage your session wallet.

ToolPurpose
orchus_walletShow session wallet addresses + USDC balances
orchus_probeProbe a URL for x402 price and requirements (free)
orchus_fetchPay and call a x402 endpoint
orchus_payAlias for orchus_fetch

Recommended Workflow

1. orchus_resources  → find a relevant API
2. orchus_probe      → check price + network (free)
3. orchus_wallet     → confirm USDC balance is sufficient
4. orchus_fetch      → pay and retrieve the data

Always probe before paying. Prices can change and POST endpoints require specific body parameters that probe will reveal.