Security & Testing
cyberelf.link
MCP server for auditing exam promotion processes, detecting data leakage, and managing content patches.
ENDPOINT 1
https://whetstone.cyberelf.link/mcp
MCP server metadata
- Name
- whetstone-tools
- Version
- 0.8.0
Whetstone's public verifier toolbox as MCP tools. Three tiers. Tier 0 is stateless: you supply the data (exam rows, paired results, documents, event logs) and get back audits, promotion verdicts, patches, or counterexamples; payloads and results are not persisted, while operational counters and standard access logs are retained. Tier 1 is the disposable report card: report_card_start hands your agent a small graph-repair exam minted from the repository's public frontier, report_card_submit grades it by checker spec and requires a verified repair to retain at least 5% of clean support for promotion grade (no answer key exists), then destroys the session. Tier 2 is Open Promotion Bench: open_bench_start gives a paired baseline/candidate scope-integrity cohort, open_bench_submit grades both answer maps, and open_bench_leaderboard returns opt-in public receipts. Published entries retain only the self-attested manifests and sanitized receipts, never tasks or answers. No private exam bank is loaded in this service, so no tool can leak one. Complete request/response examples for every Tier 0 tool: GET /api/examples. Full agent documentation: https://whetstone.cyberelf.link/for-agents — installable skill file: https://whetstone.cyberelf.link/skill.md
Known tools 14
inspect_promotionQuarantine declared exposure, compare paired baseline/candidate outcomes on the clean remainder, and issue a promotion receipt.
Inferred read-onlyaudit_leakageExact declared-exposure audit over your exam rows: row identity, behavioral fingerprints for graph-DSL expressions, text-similarity review flags, and a clean exam export.
Inferred read-onlypromotion_gatePASS, HOLD, or BLOCK from paired per-item results: gains, regressions, exact McNemar p-value, per-domain breakdown.
Inferred read-onlybank_healthItem-lifecycle diagnostics over your grading history: discriminators, saturated and flaky items, frontier gaps.
Inferred read-onlysafe_patchApply a section-scoped Markdown patch under conservation checks (untouched sections stay byte-identical; protected tokens preserved).
Inferred read-onlycounterexample_huntBounded simulated-annealing search for a graph counterexample inside a DSL predicate class, with an exact certificate when found.
Inferred read-onlymemory_relevanceCompare query-free salience against objective-conditioned relevance for a set of memories under a token budget.
Inferred read-onlyreplay_traceTurn reasoning-emulator control events into checkpoints, rewinds, notes, and a timeline.
Inferred read-onlyreport_card_submitTIER 1: submit answers for a report-card session and receive the graded report (per-item verdicts, per-domain totals, SHA-256 commitments).
Inferred read-onlyopen_bench_submitTIER 2: grade paired baseline and candidate patches, count gains/regressions/ties, and issue PASS/HOLD/BLOCK.
Inferred read-onlyopen_bench_leaderboardTIER 2: list the self-attested public Open Promotion Bench receipts.
Inferred read-onlyabout_whetstoneWhat this service is: the tool catalog, the tier boundaries, and where the source lives.
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.whetstone-tools]
url = "https://whetstone.cyberelf.link/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whetstone-tools": {
"type": "http",
"url": "https://whetstone.cyberelf.link/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whetstone-tools
Remote MCP URL: https://whetstone.cyberelf.link/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": {
"whetstone-tools": {
"url": "https://whetstone.cyberelf.link/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whetstone-tools": {
"type": "http",
"url": "https://whetstone.cyberelf.link/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whetstone-tools",
"transport": "streamable-http",
"url": "https://whetstone.cyberelf.link/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 cyberelf.link was fetched 2026-07-28T04:07:54.421Z and is being refreshed.
cyberelf.link is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.