Analytics
kerne.fi
Provides on-chain analytics and transparency data for the Kerne Honesty Index, measuring advertised vs realized yields of synthetic dollars.
ENDPOINT 1
https://kerne.fi/api/mcp
MCP server metadata
- Name
- kerne-honesty-index
- Version
- 1.0.0
Advertised versus realized yield for synthetic and yield-bearing dollars, measured from ERC-4626 share-price growth on chain and published as a signed hourly snapshot. Call list_rows, then get_row for the evidence behind a figure. Read get_methodology before comparing rows: a null gap means the two figures are not comparable, never that a protocol paid zero, and a protocol in an announced wind down paying nothing is behaving correctly. The board is published by Kerne Protocol, which is measured on it and lists its own row first by rule; get_board reports in summary.kerneIsWorst whether Kerne is currently the worst row, recomputed rather than claimed. get_methodology carries the one command that re-derives every figure from public chain data using a second implementation, so nothing here has to be taken on trust.
Known tools 6
list_rowsThe roster: every vault the Kerne Honesty Index measures, with its key, protocol, symbol, chain and contract address.
Inferred read-onlyget_boardThe full Kerne Honesty Index: what each of the measured synthetic and yield-bearing dollars ADVERTISES against what its holders actually REALIZED, computed from ERC-4626 share-price growth on chain over a 30 day window, plus the board summary and the provenance of the snapshot.
Inferred read-onlyget_rowOne row with everything behind it: the verbatim advertised quote and the first-party page it was read from, the capture date, both block heights, both share prices, the arithmetic, the exact eth_call payloads needed to reproduce it, and any right of reply the protocol has published.
Inferred read-onlyget_methodologyThe measurement, the comparability rules that decide when a gap may be stated at all, the capture expiry, what this board deliberately does not cover, and the standing commitment if you reproduce a row and get a different answer.
Inferred read-onlyget_correctionsEvery time this board changed something it had stated about a named company, or changed a method rule, with the old value, the new one, the date and the rule that stops a repeat.
Inferred read-onlyget_right_of_replyThe free, permanent, unedited reply slot every measured protocol has on its own row, its terms, the only three things that will not be published, and every reply received so far.
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.kerne-honesty-index]
url = "https://kerne.fi/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kerne-honesty-index": {
"type": "http",
"url": "https://kerne.fi/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kerne-honesty-index
Remote MCP URL: https://kerne.fi/api/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": {
"kerne-honesty-index": {
"url": "https://kerne.fi/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kerne-honesty-index": {
"type": "http",
"url": "https://kerne.fi/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kerne-honesty-index",
"transport": "streamable-http",
"url": "https://kerne.fi/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kerne.fi was fetched 2026-08-15T17:22:07.213Z.
kerne.fi is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.