Agentwallet
Rank #21,786io.github.hifriendbot/agentwallet
MCP server providing agentwallet capabilities
Agentwallet is a Model Context Protocol (MCP) server published by hifriendbot. It ranks #21,786 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Agentwallet is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 11, 2026 and most recently updated on Mar 11, 2026.
Ranks ahead of 93,805 of 115,591 servers on MCP Toplist.
Use Agentwallet
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add agentwallet -e "AGENTWALLET_API_KEY=<your AGENTWALLET_API_KEY>" -- npx -y agentwallet-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agentwallet]
command = "npx"
args = ["-y", "agentwallet-mcp"]
[mcp_servers.agentwallet.env]
AGENTWALLET_API_KEY = "<your AGENTWALLET_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentwallet": {
"command": "npx",
"args": [
"-y",
"agentwallet-mcp"
],
"env": {
"AGENTWALLET_API_KEY": "<your AGENTWALLET_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentwallet": {
"command": "npx",
"args": [
"-y",
"agentwallet-mcp"
],
"env": {
"AGENTWALLET_API_KEY": "<your AGENTWALLET_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentwallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentwallet-mcp"
],
"env": {
"AGENTWALLET_API_KEY": "<your AGENTWALLET_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentwallet": {
"command": "npx",
"args": [
"-y",
"agentwallet-mcp"
],
"env": {
"AGENTWALLET_API_KEY": "<your AGENTWALLET_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentwallet": {
"command": "npx",
"args": [
"-y",
"agentwallet-mcp"
],
"env": {
"AGENTWALLET_API_KEY": "<your AGENTWALLET_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.hifriendbot%2Fagentwallet)<a href="https://mcptoplist.com/server/io.github.hifriendbot%2Fagentwallet"><img src="https://mcptoplist.com/badge/io.github.hifriendbot%2Fagentwallet.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
hifriendbot
Other servers by hifriendbot
View all hifriendbot servers →Available versions (2)
| Version | Published |
|---|---|
| 1.7.4 | Mar 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agentwallet?
- Agentwallet is maintained by hifriendbot, which publishes 4 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Agentwallet listed on the Official MCP Registry?
- Yes — Agentwallet is listed on the Official MCP Registry, alongside Glama.
- How many versions does Agentwallet have?
- MCP Toplist tracks 2 versions of Agentwallet, most recently published on Mar 11, 2026.
- Where can I find the source code for Agentwallet?
- The source code for Agentwallet is hosted at github.com/hifriendbot/agentwallet-mcp.