IMBA Agent Spend
Rank #46,343com.imbawallet/agent
IMBA spend MCP: USDT TRC-20 deposit and catalog buy with your key. No withdraw.
IMBA Agent Spend is a Model Context Protocol (MCP) server published by IMBAwallet. It ranks #46,343 of 132,113 servers tracked on MCP Toplist. IMBA Agent Spend is listed on Official MCP, with 4 tracked versions. It was first listed on Aug 26, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 85,770 of 132,113 servers on MCP Toplist.
Use IMBA Agent Spend
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http agent https://imbawallet.com/mcp/spendThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add agent -e "IMBA_AGENT_CLIENT_ID=<your IMBA_AGENT_CLIENT_ID>" -e "IMBA_AGENT_PRIVATE_KEY=<your IMBA_AGENT_PRIVATE_KEY>" -- npx -y @imba_wallet/agent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agent]
url = "https://imbawallet.com/mcp/spend"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agent]
command = "npx"
args = ["-y", "@imba_wallet/agent-mcp"]
[mcp_servers.agent.env]
IMBA_AGENT_CLIENT_ID = "<your IMBA_AGENT_CLIENT_ID>"
IMBA_AGENT_PRIVATE_KEY = "<your IMBA_AGENT_PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://imbawallet.com/mcp/spendSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@imba_wallet/agent-mcp"
],
"env": {
"IMBA_AGENT_CLIENT_ID": "<your IMBA_AGENT_CLIENT_ID>",
"IMBA_AGENT_PRIVATE_KEY": "<your IMBA_AGENT_PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent": {
"url": "https://imbawallet.com/mcp/spend"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@imba_wallet/agent-mcp"
],
"env": {
"IMBA_AGENT_CLIENT_ID": "<your IMBA_AGENT_CLIENT_ID>",
"IMBA_AGENT_PRIVATE_KEY": "<your IMBA_AGENT_PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent": {
"type": "http",
"url": "https://imbawallet.com/mcp/spend"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@imba_wallet/agent-mcp"
],
"env": {
"IMBA_AGENT_CLIENT_ID": "<your IMBA_AGENT_CLIENT_ID>",
"IMBA_AGENT_PRIVATE_KEY": "<your IMBA_AGENT_PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent": {
"serverUrl": "https://imbawallet.com/mcp/spend"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@imba_wallet/agent-mcp"
],
"env": {
"IMBA_AGENT_CLIENT_ID": "<your IMBA_AGENT_CLIENT_ID>",
"IMBA_AGENT_PRIVATE_KEY": "<your IMBA_AGENT_PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent": {
"url": "https://imbawallet.com/mcp/spend"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@imba_wallet/agent-mcp"
],
"env": {
"IMBA_AGENT_CLIENT_ID": "<your IMBA_AGENT_CLIENT_ID>",
"IMBA_AGENT_PRIVATE_KEY": "<your IMBA_AGENT_PRIVATE_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/com.imbawallet%2Fagent)<a href="https://mcptoplist.com/server/com.imbawallet%2Fagent"><img src="https://mcptoplist.com/badge/com.imbawallet%2Fagent.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
IMBAwallet
Other servers by IMBAwallet
View all IMBAwallet servers →Available versions (4)
| Version | Published |
|---|---|
| 0.1.4 | Aug 31, 2026 |
| 0.1.2 | Aug 27, 2026 |
| 0.1.1 | Aug 27, 2026 |
| 0.1.0 | Aug 26, 2026 |
Frequently asked questions
- Who maintains IMBA Agent Spend?
- IMBA Agent Spend is maintained by IMBAwallet, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is IMBA Agent Spend listed on the Official MCP Registry?
- Yes — IMBA Agent Spend is listed on the Official MCP Registry.
- How many versions does IMBA Agent Spend have?
- MCP Toplist tracks 4 versions of IMBA Agent Spend, most recently published on Aug 31, 2026.
- Where can I find the source code for IMBA Agent Spend?
- The source code for IMBA Agent Spend is hosted at github.com/IMBAwallet/IMBA_front.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.