Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ProvenTools

NPM · @PROVENTOOLS/MCP · SCANNED AUG 16

Read-only ProvenTools business ideas, evidence, build prompts, and validation reports.

Available components

73 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to proventools/agent-clients). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1019 tokens (~84/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage76
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 27% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @proventools/mcp

# add to Claude Code
claude mcp add proventools-proventools -- npx -y @proventools/mcp
# add to Codex CLI
codex mcp add proventools-proventools -- npx -y @proventools/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "proventools-proventools": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@proventools/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add proventools-proventools --command npx --arg -y --arg @proventools/mcp
# ~/.hermes/config.yaml
mcp_servers:
  proventools-proventools:
    command: "npx"
    args: ["-y", "@proventools/mcp"]
// mcp.json
{
  "mcpServers": {
    "proventools-proventools": {
      "command": "npx",
      "args": [
        "-y",
        "@proventools/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 12 Aug 26 +15
    • Malware scan: unverified → pass security
  • 11 Aug 26 58

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 16 Aug 2026 · Analysed npm/@proventools/mcp@0.1.0-beta.3

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo proventools/agent-clients
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/proventools/agent-clients/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2423058772
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:255420ad5ec32cb169748cfe3ac61f22fd214e7ab140082a334eccdeb87156623f557352adb4628a2b9bfa5e0d6a29b5c2c9378edeff4960b3536647f
Dependencies 0 packages
Packages resolved 0
Tree resolution Complete
MCP tools · 12 exposed · ~978 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
compare_ideas ~80

Compare two to ten stored ideas and their ProvenScores. Credit cost: 0. Depending on server configuration, ProvenTools may send any natural-language input and selected stored idea fields to OpenAI for semantic retrieval and bounded answer synthesis; otherwise it uses PostgreSQL retrieval and deterministic text.

NameTypeReqDescription
ideaIdsarrayyes
querystring

No output schema declared.

No examples provided.

discover_ideas ~155

Discover stored ideas from a natural-language brief. Credit cost: 0. Depending on server configuration, ProvenTools may send any natural-language input and selected stored idea fields to OpenAI for semantic retrieval and bounded answer synthesis; otherwise it uses PostgreSQL retrieval and deterministic text.

NameTypeReqDescription
confidencearray
difficultiesarray
limitinteger
maximumBudgetUsdnumber
maximumBuildWeeksnumber
maximumScorenumber
minimumScorenumber
opportunityTypesarray
platformsarray
querystringyesWhat you want to build or compare.
validationStatesarray

No output schema declared.

No examples provided.

explain_idea_score ~72

Explain one stored ProvenScore and its subscores. Credit cost: 0. Depending on server configuration, ProvenTools may send any natural-language input and selected stored idea fields to OpenAI for semantic retrieval and bounded answer synthesis; otherwise it uses PostgreSQL retrieval and deterministic text.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

get_build_prompt ~48

Get the agent-ready build prompt for one curated idea. Credit cost: 0. Reads stored ProvenTools data only.

NameTypeReqDescription
idstringyesThe idea id returned by search_ideas.

No output schema declared.

No examples provided.

get_credit_balance ~34

Get Live credit balances, expiry, usage, and activity. Credit cost: 0. Reads stored ProvenTools data only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_idea ~48

Get the full read-only breakdown for one curated idea. Credit cost: 0. Reads stored ProvenTools data only.

NameTypeReqDescription
idstringyesThe idea id returned by search_ideas.

No output schema declared.

No examples provided.

get_idea_evidence ~75

Get the latest stored evidence and ProvenScore history for one idea. This never starts live research. Credit cost: 0. Reads stored ProvenTools data only.

NameTypeReqDescription
historyLimitintegerMaximum score snapshots to return (default 12).
idstringyesThe idea id returned by search_ideas.

No output schema declared.

No examples provided.

get_validation_report ~51

Get the current status or stored result for one of your validation jobs. Credit cost: 0. Reads stored ProvenTools data only.

NameTypeReqDescription
idstringyesA validation id from your ProvenTools account.

No output schema declared.

No examples provided.

recommend_ideas ~156

Recommend stored ideas using structured filters plus semantic retrieval. Credit cost: 0. Depending on server configuration, ProvenTools may send any natural-language input and selected stored idea fields to OpenAI for semantic retrieval and bounded answer synthesis; otherwise it uses PostgreSQL retrieval and deterministic text.

NameTypeReqDescription
confidencearray
difficultiesarray
limitinteger
maximumBudgetUsdnumber
maximumBuildWeeksnumber
maximumScorenumber
minimumScorenumber
opportunityTypesarray
platformsarray
querystringyesWhat you want to build or compare.
validationStatesarray

No output schema declared.

No examples provided.

search_ideas ~75

Search and filter the ProvenTools curated idea library. Credit cost: 0. Reads stored ProvenTools data only.

NameTypeReqDescription
categorystringExact category name.
difficultystringEasy, Medium, or Hard.
pageintegerResults page.
querystringWords to search for.

No output schema declared.

No examples provided.

shortlist_ideas ~154

Create a ranked shortlist from stored ideas. Credit cost: 0. Depending on server configuration, ProvenTools may send any natural-language input and selected stored idea fields to OpenAI for semantic retrieval and bounded answer synthesis; otherwise it uses PostgreSQL retrieval and deterministic text.

NameTypeReqDescription
confidencearray
difficultiesarray
limitinteger
maximumBudgetUsdnumber
maximumBuildWeeksnumber
maximumScorenumber
minimumScorenumber
opportunityTypesarray
platformsarray
querystringyesWhat you want to build or compare.
validationStatesarray

No output schema declared.

No examples provided.

whats_new ~30

See the latest ProvenTools monthly idea drop. Credit cost: 0. Reads stored ProvenTools data only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.