hashproof-mcp
Rank #14,878io.github.csacanam/hashproof
Issue verifiable credentials from AI agents for $0.10 via x402. On-chain on Celo, IPFS-pinned.
hashproof-mcp is a Model Context Protocol (MCP) server published by csacanam. It ranks #14,878 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. hashproof-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 12, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 100,713 of 115,591 servers on MCP Toplist.
Use hashproof-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hashproof -e "HASHPROOF_API_KEY=<your HASHPROOF_API_KEY>" -e "HASHPROOF_WALLET_PRIVATE_KEY=<your HASHPROOF_WALLET_PRIVATE_KEY>" -e "HASHPROOF_X402_NETWORK=<your HASHPROOF_X402_NETWORK>" -- npx -y hashproof-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hashproof]
command = "npx"
args = ["-y", "hashproof-mcp"]
[mcp_servers.hashproof.env]
HASHPROOF_API_KEY = "<your HASHPROOF_API_KEY>"
HASHPROOF_WALLET_PRIVATE_KEY = "<your HASHPROOF_WALLET_PRIVATE_KEY>"
HASHPROOF_X402_NETWORK = "<your HASHPROOF_X402_NETWORK>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hashproof": {
"command": "npx",
"args": [
"-y",
"hashproof-mcp"
],
"env": {
"HASHPROOF_API_KEY": "<your HASHPROOF_API_KEY>",
"HASHPROOF_WALLET_PRIVATE_KEY": "<your HASHPROOF_WALLET_PRIVATE_KEY>",
"HASHPROOF_X402_NETWORK": "<your HASHPROOF_X402_NETWORK>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hashproof": {
"command": "npx",
"args": [
"-y",
"hashproof-mcp"
],
"env": {
"HASHPROOF_API_KEY": "<your HASHPROOF_API_KEY>",
"HASHPROOF_WALLET_PRIVATE_KEY": "<your HASHPROOF_WALLET_PRIVATE_KEY>",
"HASHPROOF_X402_NETWORK": "<your HASHPROOF_X402_NETWORK>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hashproof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hashproof-mcp"
],
"env": {
"HASHPROOF_API_KEY": "<your HASHPROOF_API_KEY>",
"HASHPROOF_WALLET_PRIVATE_KEY": "<your HASHPROOF_WALLET_PRIVATE_KEY>",
"HASHPROOF_X402_NETWORK": "<your HASHPROOF_X402_NETWORK>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hashproof": {
"command": "npx",
"args": [
"-y",
"hashproof-mcp"
],
"env": {
"HASHPROOF_API_KEY": "<your HASHPROOF_API_KEY>",
"HASHPROOF_WALLET_PRIVATE_KEY": "<your HASHPROOF_WALLET_PRIVATE_KEY>",
"HASHPROOF_X402_NETWORK": "<your HASHPROOF_X402_NETWORK>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hashproof": {
"command": "npx",
"args": [
"-y",
"hashproof-mcp"
],
"env": {
"HASHPROOF_API_KEY": "<your HASHPROOF_API_KEY>",
"HASHPROOF_WALLET_PRIVATE_KEY": "<your HASHPROOF_WALLET_PRIVATE_KEY>",
"HASHPROOF_X402_NETWORK": "<your HASHPROOF_X402_NETWORK>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.csacanam%2Fhashproof)<a href="https://mcptoplist.com/server/io.github.csacanam%2Fhashproof"><img src="https://mcptoplist.com/badge/io.github.csacanam%2Fhashproof.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
csacanam
Other servers by csacanam
View all csacanam servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 12, 2026 |
Frequently asked questions
- Who maintains hashproof-mcp?
- hashproof-mcp is maintained by csacanam, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is hashproof-mcp listed on the Official MCP Registry?
- Yes — hashproof-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does hashproof-mcp have?
- MCP Toplist tracks 1 version of hashproof-mcp, most recently published on Jul 12, 2026.
- Where can I find the source code for hashproof-mcp?
- The source code for hashproof-mcp is hosted at github.com/csacanam/hashproof.