Analytics
api402x.com
Provides live analytics and checks for DeFi protocols, DAO governance, and on-chain data.
ENDPOINT 1
https://api402x.com/mcp
MCP server metadata
- Name
- apix402
- Version
- 1.0.0
Free samples from apix402: live onchain governance, vesting, oracle-staleness, lending-risk and Safe spending-authority checks. These tools take no arguments and read fixed demonstration targets -- they show what the data looks like, they do not answer questions about an address you choose. To ask about your own DAO, Safe or position, call the paid HTTP endpoints listed by apix402_catalog: they are x402, paid per call in USDC on Base, with no API key and no account.
Known tools 6
apix402_catalogList every apix402 check an agent can buy: route, price in USDC, what question it answers, and its free preview.
Inferred read-onlydao_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.
Inferred read-onlyoracle_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.
Inferred read-onlylending_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.
Inferred read-onlyvesting_status_sampleLive sample: the current state of one fixed vesting plan read straight from the contract.
Inferred read-onlysafe_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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apix402]
url = "https://api402x.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apix402": {
"type": "http",
"url": "https://api402x.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apix402
Remote MCP URL: https://api402x.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apix402": {
"url": "https://api402x.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apix402": {
"type": "http",
"url": "https://api402x.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apix402",
"transport": "streamable-http",
"url": "https://api402x.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.