apix402

Live onchain governance, vesting, oracle and Safe authority checks.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    Live onchain governance, vesting, oracle and Safe authority checks. Free samples over MCP.

    Список инструментов сервера (6)

    Технические названия из tools/list. Нужны только разработчикам.

    apix402_catalogList 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_discrepanciesLive 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_sampleLive 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_sampleLive 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_sampleLive 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_sampleLive 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.