🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

hashproof-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashproof-mcp

MCP server for HashProof — issue verifiable credentials (diplomas, certificates, badges) from any AI agent for $0.10 USDC via x402 or an API key. Each credential is registered on-chain on Celo, pinned to IPFS, and verifiable by anyone via QR.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
45
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

hashproof-mcp

MCP server for HashProof — issue verifiable credentials (diplomas, certificates, badges) from any AI agent for $0.10 USDC via x402 or an API key. Each credential is registered on-chain on Celo, pinned to IPFS, and comes with a PDF + QR anyone can verify for free.

Install

Claude Code:

claude mcp add hashproof -- npx -y hashproof-mcp

Cursor / any MCP client (.mcp.json / mcp.json):

{
  "mcpServers": {
    "hashproof": {
      "command": "npx",
      "args": ["-y", "hashproof-mcp"],
      "env": {
        "HASHPROOF_WALLET_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Configuration

Env varRequiredDescription
HASHPROOF_API_KEYone of the twoPrepaid API key (contact hi@hashproof.dev). Takes precedence if both are set.
HASHPROOF_WALLET_PRIVATE_KEYone of the twoEVM key of a wallet holding USDC — pays $0.10 per issuance via x402, gasless. Use a dedicated wallet with minimal funds.
HASHPROOF_X402_NETWORKnobase (default) or celo — where your USDC lives.
HASHPROOF_API_BASEnoDefault https://api.hashproof.dev.

The free tools (get_template_requirements, preview_template, verify_credential) work with no configuration at all.

No wallet yet? Generate a dedicated EVM wallet for the agent (never reuse your main wallet), put its private key in HASHPROOF_WALLET_PRIVATE_KEY, and fund the address with a few USDC on Base or Celo ($0.10 per credential, gasless). Never paste the private key into a chat — write it straight into the config file. Agents: if issue_credential fails with "No payment method configured", walk the human through exactly this.

Tools

ToolCostWhat it does
get_template_requirementsfreeRequired fields + layout of an existing template
preview_templatefreeWatermarked PDF from an inline template — iterate field positions without paying or storing anything; the PDF is saved locally so vision-capable agents can inspect and adjust
issue_credential$0.10Issue one credential: registered on Celo, pinned to IPFS, returns verification_url
verify_credentialfree3-layer verification (database, IPFS, blockchain) of any credential id

Typical flow

  • Human: "issue completion certificates for my workshop, with our branding".
  • Agent gets/generates a background image, gets it hosted at a public URL (there is no upload endpoint — own site, GitHub raw, S3/R2...; warn the human about this upfront), measures it, proposes fields_json.
  • preview_template → agent inspects the PDF → adjusts → human approves the final preview.
  • issue_credential once per recipient (first call carries the inline template, the rest reuse template_slug).
  • Share each verification_url — the QR on the PDF points there.

Full guide (schema, templates, errors): hashproof.dev/skill.md

Keywords

mcp

FAQs

Package last updated on 15 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts