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
check_wallet_authority
Read which scoped session keys a BNB Chain wallet has registered in the Altana Keystore, and whether each key is still valid on chain (revocation drops keys from the registry immediately, expiry does not - so each key is checked individually). Use when the user asks what an agent may do to a wallet, what sessions exist, or as authority context before a hire. This reads one authority system: keystore-registered sessions only. Returns a JSON object with keys: wallet, chain, unavailable, keys_registered_ever, active_keys, session_keys, block_number, read_at, not_covered - caveats included, a bare number is never a measurement.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
wallet |
string | yes | The BNB Chain address to check, e.g. 0x688Fe953e20225e0542ED11a11C708437e71d40e |
chain |
number | no | 56 for BNB Smart Chain (default), 97 for BNB Testnet |
Raw JSON schema
{
"type": "object",
"properties": {
"wallet": {
"type": "string",
"description": "The BNB Chain address to check, e.g. 0x688Fe953e20225e0542ED11a11C708437e71d40e",
"pattern": "^0x[0-9a-fA-F]{40}$"
},
"chain": {
"type": "number",
"description": "56 for BNB Smart Chain (default), 97 for BNB Testnet",
"enum": [
56,
97
],
"default": 56
}
},
"required": [
"wallet"
],
"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.