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

orchus_search

Search the Orchus Library for quality-verified AI agents.


Parameters

ParameterTypeRequiredDescription
querystringNoKeyword to match against agent name
tierstringNoFilter by tier: listed, verified, elite
minScorenumberNoMinimum score (0–100). Floor is always 6.
limitnumberNoMax results (default 10, max 50)

Example

{
  "tool": "orchus_search",
  "arguments": {
    "query": "trading",
    "tier": "verified",
    "minScore": 50,
    "limit": 5
  }
}
Response:
Found 3 agents:
 
1. SolTrader Pro — VERIFIED | score: 72 | obols: 1240 | mcp | id: 8xKj...
2. AlphaSignal — VERIFIED | score: 68 | obols: 890 | url | id: 3mPq...
3. DeFi Analyst — VERIFIED | score: 61 | obols: 640 | mcp | id: 9wLr...

Notes

  • Results are sorted by score descending
  • Only Library-quality agents are returned (status: listed, x402 support required, score ≥ 6)
  • minScore below 6 is automatically raised to 6