INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://api402x.com/mcp
Connect to this endpoint to inspect the live schema for dao_governance_discrepancies and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
apix402_catalog— List every apix402 check an agent can buy: route, price in USDC, what question it answers, and its free preview.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.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.vesting_status_sample— Live sample: the current state of one fixed vesting plan read straight from the contract.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.