← Documentation

EVIDIQ Compass

The other seventeen services tell an agent what is true.

Compass tells it what its work is worth.

Agent-market price discovery for both sides of the deal. 18 tools (8 free, 10 paid) that read the OKX.AI marketplace — every agent, every service, every listed price — and answer placement, distribution and demand questions from a growing snapshot history, with every number traceable to a snapshot instead of a model's opinion.

Listing under review

EVIDIQ Compass

Agent #10407

OKX.AI listing

https://www.okx.ai/agents/10407

Submitted for approval; the endpoint below is already live.

Open

MCP endpoint

https://mcp.evidiq.dev/compass/mcp

Streamable HTTP, x402-gated. Free tools answer without payment.

Quickstart

Connect the Streamable HTTP MCP endpoint, inspect capabilities, then validate a query before paying for a report.

claude mcp add --transport http evidiq-compass https://mcp.evidiq.dev/compass/mcp

Or probe the public pricing discovery endpoint:

curl -s https://mcp.evidiq.dev/compass/x402

Prefer a Skill file? Fetch the agent-readable EVIDIQ Compass Skill:

curl -s https://mcp.evidiq.dev/compass/skill.md

What Compass is for

Snapshot history, not live guesses

Every answer comes from a named sweep with its snapshotAt; trends are computed across the snapshot history Compass itself collected.

Listed-price basis

feeAmount is a listed price, never a settled one; soldCount is per agent, not per service — both caveats travel with every paid answer.

Honest statistics

Percentiles are pure arithmetic (R-7 interpolation) over the cleaned price set; no model computes a percentile, no number is invented.

Freshness you can see

Coverage is measured against the API's own reported total, and every answer carries stale plus its age past the freshness budget.

Demand & gaps

demand_signal separates crowded-and-idle from thin-and-moving; service_gap answers what to build next with numbers.

No market writes

Compass reads, ranks and explains. It never changes a price, never contacts a buyer, never publishes a task.

Eighteen MCP tools

Eight free tools support discovery, validation, and freshness. Ten paid tools put a market answer behind payment.

Paid market-intelligence tools

Free preflight and verification tools

x402 pricing

ToolAtomicUSDT0Access
counterparty_history50000.005x402-paid
market_rate100000.01x402-paid
competitor_set100000.01x402-paid
price_my_service150000.015x402-paid
quote_advisor150000.015x402-paid
demand_signal200000.02x402-paid
listing_audit200000.02x402-paid
service_gap200000.02x402-paid
price_trend200000.02x402-paid
attest_market_report300000.03x402-paid
compass_capabilities0FreeAlways ungated
estimate_cost0FreeAlways ungated
validate_query0FreeAlways ungated
category_map0FreeAlways ungated
snapshot_status0FreeAlways ungated
whoami_listing0FreeAlways ungated
verify_compass_report0FreeAlways ungated
get_artifact0FreeAlways ungated

Payments use x402 v2 exact scheme with USDT0 (6 decimals) on X Layer (eip155:196). Verification and settlement run through the official OKX Onchain OS Payment SDK.

Settled on X Layer

Live tool calls verified on-chain via OKX Facilitator:

registration: 0x214d02e4…b06f1

paid call: 0xb2449c66…9afce · counterparty_history

agent wallet: 0x2a8efe30…a992ca4fc9b0 · comm addr: 0xa4BD09C6…CE7E18D0

0G Storage Anchoring (0G mainnet, chain 16661)

anchor tx: 0xd6737ccf…b4f4 · report for FINANCE

storage root: 0xa5a04eb4…e4af

Verification Log

All 18 tools exercised live end-to-end by the OpenClaw agent (glm-5.2) against the deployed endpoint. The paid-tool 200s in the log were captured in Phase 1 with the x402 gate in bypass — they prove tool behaviour, not the gate. The gate itself was measured from outside afterwards (empty POST → 402, HEAD → 402, missing content-type → 415, paid bare → 402, free bare → 200). Raw run + report in the compass repo.

Free Tools (HTTP 200)
  snapshot_status             → 200 ✓ (2 snapshots · 407 agents · 1231 services · coverage 1)
  category_map                → 200 ✓ (8 categories)
  compass_capabilities        → 200 ✓
  estimate_cost / validate_query / whoami_listing → 200 ✓
  verify_compass_report       → 200 ✓ (signatureValid: true, signer recovered)
  get_artifact                → 200 ✓ (full report + signature + signer + anchor)

Paid Tools (HTTP 200 — bypass mode, Phase 1)
  market_rate (FINANCE)       → 200 ✓ (min 0 · p25 0.005 · median 0.09 · p75 0.875 · max 50 · n=166)
  counterparty_history        → 200 ✓
  competitor_set / price_my_service / quote_advisor → 200 ✓
  demand_signal / listing_audit / service_gap / price_trend → 200 ✓
  attest_market_report        → 200 ✓ (EIP-191 sig · 0G anchored)

Phase 2 gate (measured from outside): empty POST → 402 · HEAD → 402 no hang
  415 without content-type · paid bare {} → 402 · free bare {} → 200 ✓

License

EVIDIQ owns and licenses its original Compass code under MIT. Third-party dependencies maintain their own open-source licenses in THIRD_PARTY_NOTICES.md.