apix402
Live onchain governance, vesting, oracle and Safe authority checks.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Live onchain governance, vesting, oracle and Safe authority checks. Free samples over MCP.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| apix402_catalog | List every apix402 check an agent can buy: route, price in USDC, what question it answers, and its free preview. Start here. Payment is x402 over plain HTTP -- no API key, no account, the wallet is the identity. |
| dao_governance_discrepancies | Live sample: DAO governance proposals closest to their deadline, with a count of disagreements between the off-chain Snapshot signal and a direct read of the onchain Governor contract. Fixed set of tracked DAOs, no arguments. The count is free; which DAO disagrees and how is the paid GET /dao-proposals. |
| oracle_staleness_sample | Live sample: for a fixed set of price feeds, whether each one would be rejected right now by a guard built on that feed's own measured cadence. Boolean verdicts only; ages, thresholds, the Chainlink-vs-Pyth spread and the revert selector are the paid GET /oracle-staleness. |
| lending_depeg_sample | Live sample: one fixed, real Aave V3 position -- whether it is exposed to the stETH depeg blind spot and how much of its collateral is wstETH. The depeg level at which it becomes liquidatable is the paid GET /lending-depeg-exposure, which takes any borrower. |
| vesting_status_sample | Live sample: the current state of one fixed vesting plan read straight from the contract. The paid GET /vesting-status takes any Hedgey plan or Sablier stream. |
| safe_authority_sample | Live sample: who can actually move funds out of one fixed Gnosis Safe -- owners, threshold, and modules expanded recursively, because a Safe that reads as 1-of-1 can in fact be governed through a module by a separate 2-of-8. The paid GET /safe-signer-drift takes any Safe and adds what changed and in which block. |