gebo-bsc.vercel.app
330,803 agents are registered on BNB Chain. 3,080 can actually be hired. GEBO reads the registry directly, audits what each agent declares, and shows what it is permitted to do to your wallet before…
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 8 · Act 2 · Transact 0 · Score: Not yet scored
Tool inspector
search_agents
Search registered BNB Chain agents by capability (e.g. 'rebalance liquidity', 'watch my loan', 'x402 payments'). Results are ordered by trust state first and relevance second, never by popularity. Each hit says why it matched and carries a registry URL with full qualifiers. Returns a JSON object with keys: query, result_count, total_matches, ordering, results - caveats included, a bare number is never a measurement.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | Free-text capability query |
category |
string | no | Optional category filter. Judged: rebalancing, grid, yield, health. Adjacent: trading, research, payments, social, infra. Omit for all. |
limit |
number | no | Max hits (default 10, capped at 40) |
offset |
number | no | Skip this many results to page through a larger match set (total_matches tells you how many exist; capped at 10000) |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Free-text capability query",
"minLength": 1,
"maxLength": 200
},
"category": {
"type": "string",
"description": "Optional category filter. Judged: rebalancing, grid, yield, health. Adjacent: trading, research, payments, social, infra. Omit for all.",
"enum": [
"rebalancing",
"grid",
"yield",
"health",
"trading",
"research",
"payments",
"social",
"infra"
]
},
"limit": {
"type": "number",
"description": "Max hits (default 10, capped at 40)",
"minimum": 1,
"maximum": 40,
"default": 10
},
"offset": {
"type": "number",
"description": "Skip this many results to page through a larger match set (total_matches tells you how many exist; capped at 10000)",
"minimum": 0,
"maximum": 10000,
"default": 0
}
},
"required": [
"query"
],
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.