Search and inspect
01Search the curated library, open complete idea records and read stored evidence snapshots.
search_ideasget_ideaget_idea_evidenceThe official ProvenTools MCP server gives Codex, Claude Code, Cursor and other local agents read-only access to ideas, evidence and build prompts.
Node.js 22.14+ · zero runtime dependencies · exact beta version pinned
sample request
> Find developer-tool ideas with strong evidence and compare the best two.
Three-step setup
The CLI saves your key in a private owner-only file. The MCP server reuses it, so the secret never appears in your MCP configuration.
This provides the secure login flow used by both local clients.
npm install --global proventools@0.1.0-beta.1The key is entered at a hidden prompt, validated, then stored with owner-only permissions.
proventools loginSelect your client. Every command pins the reviewed beta release.
Register the local stdio server in Codex.
codex mcp add proventools -- npx --yes @proventools/mcp@0.1.0-beta.2codex mcp get proventools --jsonTwelve read-only tools
Search the curated library, open complete idea records and read stored evidence snapshots.
search_ideasget_ideaget_idea_evidencePull an agent-ready build prompt or inspect the latest monthly drop without leaving your editor.
get_build_promptwhats_newAsk for recommendations, shortlists, comparisons and plain-language ProvenScore explanations.
recommend_ideasshortlist_ideasdiscover_ideascompare_ideasexplain_idea_scoreCheck existing validation reports and your current Live credit balance as read-only data.
get_validation_reportget_credit_balanceSecurity boundary
The local process uses Node.js built-ins only. It talks to approved ProvenTools origins, exposes read-only tools and keeps protocol output separate from diagnostics.
Prefer direct terminal commands?
The ProvenTools CLI uses the same secure login and read-only API access.