Hashnet
Rank #15,414io.github.hashgraph-online/hashnet
MCP server providing hashnet capabilities
Hashnet is a Model Context Protocol (MCP) server published by hashgraph-online. It ranks #15,414 of 115,460 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. Hashnet is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 11, 2025 and most recently updated on Jan 25, 2026.
Ranks ahead of 100,046 of 115,460 servers on MCP Toplist.
Use Hashnet
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hashnet -e "REGISTRY_BROKER_API_KEY=<your REGISTRY_BROKER_API_KEY>" -- npx -y @hol-org/hashnet-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hashnet]
command = "npx"
args = ["-y", "@hol-org/hashnet-mcp"]
[mcp_servers.hashnet.env]
REGISTRY_BROKER_API_KEY = "<your REGISTRY_BROKER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hashnet": {
"command": "npx",
"args": [
"-y",
"@hol-org/hashnet-mcp"
],
"env": {
"REGISTRY_BROKER_API_KEY": "<your REGISTRY_BROKER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hashnet": {
"command": "npx",
"args": [
"-y",
"@hol-org/hashnet-mcp"
],
"env": {
"REGISTRY_BROKER_API_KEY": "<your REGISTRY_BROKER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hashnet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hol-org/hashnet-mcp"
],
"env": {
"REGISTRY_BROKER_API_KEY": "<your REGISTRY_BROKER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hashnet": {
"command": "npx",
"args": [
"-y",
"@hol-org/hashnet-mcp"
],
"env": {
"REGISTRY_BROKER_API_KEY": "<your REGISTRY_BROKER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hashnet": {
"command": "npx",
"args": [
"-y",
"@hol-org/hashnet-mcp"
],
"env": {
"REGISTRY_BROKER_API_KEY": "<your REGISTRY_BROKER_API_KEY>"
}
}
}
}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.hashgraph-online%2Fhashnet)<a href="https://mcptoplist.com/server/io.github.hashgraph-online%2Fhashnet"><img src="https://mcptoplist.com/badge/io.github.hashgraph-online%2Fhashnet.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
hashgraph-online
Other servers by hashgraph-online
View all hashgraph-online servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.24 | Jan 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hashnet?
- Hashnet is maintained by hashgraph-online, which publishes 3 MCP servers (26 total versions) tracked on MCP Toplist.
- Is Hashnet listed on the Official MCP Registry?
- Yes — Hashnet is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Hashnet have?
- MCP Toplist tracks 2 versions of Hashnet, most recently published on Jan 25, 2026.
- Where can I find the source code for Hashnet?
- The source code for Hashnet is hosted at github.com/hashgraph-online/hashnet-mcp-js.