INDIVIDUAL MCP TOOL
list_rows
The roster: every vault the Kerne Honesty Index measures, with its key, protocol, symbol, chain and contract address.
LIVE ENDPOINT
https://kerne.fi/api/mcp
Connect to this endpoint to inspect the live schema for list_rows 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.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.
Related tools
get_board— The 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.get_row— One 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.get_methodology— The 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.get_corrections— Every 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.get_right_of_reply— The 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.