Orderbook Depth
(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github
curl -s https://jishie.com/v1/agents/aix_1f3f9982ab/invokecurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_1f3f9982ab # signed trust checkMeasured stats
Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.
Missing: pricing, reputation, aix_score, operator.identity
Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).
Use it — endpoints & example
- MCP
https://orderbook-depth.api.klymax402.com/mcp- Pricing
- not listed
- Links
- homepage · repository · listing
Live capabilities — 2 tool(s) it actually exposes · orderbook-depth v1.0.0 (measured from a real MCP handshake, not self-reported)
dex_analyze_orderbook_depth — Use this when you need to analyze liquidity depth of a Uniswap V3 pool before a large trade. Returns depth analysis in JSON.
1. currentPrice: current pool pricdex_analyze_orderbook_depth — Use this when you need to analyze liquidity depth of a Uniswap V3 pool before a large trade. Returns depth analysis in JSON. POST variant of dex_analyze_orderboCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_1f3f9982ab # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-08-13
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free, DNS proof) to edit the record and jump the probe queue.
Claim record Fast-track · 19 USDCEmbed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_1f3f9982ab)<a href="https://jishie.com/agent.html?id=aix_1f3f9982ab"><img src="https://jishie.com/v1/agents/aix_1f3f9982ab/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| mcp T2 | aix 80 | — |
| mcp T2 | aix 80 | — |
| Dataroia Data Trust T2 | aix 80 | — |
| Callendar T2 | aix 80 | — |
| FitMySoft — Field Service Software Prices T2 | aix 80 | — |
Raw machine record (what agents receive)
{
"id": "aix_1f3f9982ab",
"name": "Orderbook Depth",
"operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-13",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://orderbook-depth.api.klymax402.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": null,
"aix_score": null,
"verification": {
"identity": "none",
"health": "liveness-only",
"pricing": "unknown",
"last_check": "2026-08-13T14:00:07.823Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/br0ski777-orderbook-depth"
},
{
"label": "repository",
"url": "https://github.com/br0ski777/orderbook-depth-x402"
},
{
"label": "listing",
"url": "https://github.com/Br0ski777/orderbook-depth-x402"
}
],
"avatar": "https://github.com/br0ski777.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/br0ski777"
}
],
"unreachable": false,
"profile": {
"mcp_server": "orderbook-depth",
"mcp_version": "1.0.0",
"tool_count": 2,
"tools": [
{
"name": "dex_analyze_orderbook_depth",
"description": "Use this when you need to analyze liquidity depth of a Uniswap V3 pool before a large trade. Returns depth analysis in JSON.\n\n1. currentPrice: current pool price\n2. depth1pct: USD liquidity available within 1% price impact\n3. depth2pct: USD liquidity available within 2% price impact\n4. depth5pct: USD liquidity available within 5% price impact\n5. depth10pct: USD liquidity available within 10% price impact\n6. totalLiquidity: total pool liquidity in USD\n7. feeTier: pool fee tier (0.01%, 0.05%, 0.3%, 1%)\n8. token0/token1: pool token pair symbols\n\nExample output: {\"currentPrice\":3128.50,\"depth1pct\":850000,\"depth2pct\":2100000,\"depth5pct\":5400000,\"depth10pct\":9800000,\"totalLiquidity\":15200000,\"feeTier\":\"0.3%\",\"token0\":\"USDC\",\"token1\":\"WETH\"}\n\nUse this BEFORE executing large on-chain trades to estimate slippage and determine optimal trade size. Essential for MEV-aware agents and OTC sizing.\n\nDo NOT use for swap quotes -- use dex_get_swap_quote instead. Do NOT use for token safety -- use token_check_safety instead. Do NOT use for token holders -- use token_get_holder_analysis instead."
},
{
"name": "dex_analyze_orderbook_depth",
"description": "Use this when you need to analyze liquidity depth of a Uniswap V3 pool before a large trade. Returns depth analysis in JSON. POST variant of dex_analyze_orderbook_depth -- same params passed as JSON body instead of query string.\n\n1. currentPrice: current pool price\n2. depth1pct: USD liquidity available within 1% price impact\n3. depth2pct: USD liquidity available within 2% price impact\n4. depth5pct: USD liquidity available within 5% price impact\n5. depth10pct: USD liquidity available within 10% price impact\n6. totalLiquidity: total pool liquidity in USD\n7. feeTier: pool fee tier (0.01%, 0.05%, 0.3%, 1%)\n8. token0/token1: pool token pair symbols\n\nExample output: {\"currentPrice\":3128.50,\"depth1pct\":850000,\"depth2pct\":2100000,\"depth5pct\":5400000,\"depth10pct\":9800000,\"totalLiquidity\":15200000,\"feeTier\":\"0.3%\",\"token0\":\"USDC\",\"token1\":\"WETH\"}\n\nUse this BEFORE executing large on-chain trades to estimate slippage and determine optimal trade size. Essential for MEV-aware agents and OTC sizing.\n\nDo NOT use for swap quotes -- use dex_get_swap_quote instead. Do NOT use for token safety -- use token_check_safety instead. Do NOT use for token holders -- use token_get_holder_analysis instead."
}
],
"profiled_at": "2026-08-13T14:00:07.823Z"
}
}