Analytics
prooflines.org
Provides live Monad network analytics and validator data, including chain status, validator counts, decentralization/geo concentration, VDP status, and an x402 paid-resource catalogue.
ENDPOINT 1
https://prooflines.org/mcp
MCP server metadata
- Name
- prooflines-monad-intelligence
- Version
- 1.0.0
Read-only Monad network intelligence by ProofLines. Free tools cover the live snapshot, validator census, stake geography and the VDP tracker. monad_concentration_report is paid per call over x402 (native MON); it explains how when called without a payment_tx_hash.
Known tools 6
monad_network_snapshotLive Monad network state from the ProofLines Sentinel feed (30s refresh): chain status, validator counts, decentralization view, VDP summary, alert signals.
Inferred read-onlymonad_validator_setPeer-directory census from monad-sonar (off-node discovery crawl): how many validators are reachable, optionally the address list.
Inferred read-onlymonad_geo_concentrationWhere Monad stake sits and how concentrated it is: HHI by provider/country/continent, stake share per RTT latency band from the Prague vantage (unmeasured share stated separately), top providers, alert signals.
Inferred read-onlymonad_vdp_statusValidator Delegation Program tracker: registration and approval counts, funding classification, plus the official Foundation T3/T4 tier list with allocations.
Inferred read-onlymonad_x402_catalogueFree: the list of paid resources on the x402 gate with the price of each, so an agent can pick the one question it needs instead of buying the bundle.
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.prooflines-monad-intelligence]
url = "https://prooflines.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prooflines-monad-intelligence": {
"type": "http",
"url": "https://prooflines.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prooflines-monad-intelligence
Remote MCP URL: https://prooflines.org/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": {
"prooflines-monad-intelligence": {
"url": "https://prooflines.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prooflines-monad-intelligence": {
"type": "http",
"url": "https://prooflines.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prooflines-monad-intelligence",
"transport": "streamable-http",
"url": "https://prooflines.org/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.