hashproof for Cline
io.github.csacanam/hashproof
Issue verifiable credentials from AI agents for $0.10 via x402. On-chain on Celo, IPFS-pinned.
client:Cline
transport:stdio
runtime:npm
Install hashproof in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"hashproof": {
"command": "npx",
"args": [
"-y",
"hashproof-mcp"
],
"env": {
"HASHPROOF_API_KEY": "<HASHPROOF_API_KEY>",
"HASHPROOF_WALLET_PRIVATE_KEY": "<HASHPROOF_WALLET_PRIVATE_KEY>",
"HASHPROOF_X402_NETWORK": "<HASHPROOF_X402_NETWORK>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs