Google PageRank for AI agents. 25,000+ tools indexed.

BotWallet MCP Server by botwallet-co

#812 of 1780 by botwallet-co
35 score

Enables AI agents to manage USDC wallets on Solana, allowing them to send payments, create invoices, and access paid APIs within human-defined spending limits. It uses threshold signatures to provide agents with financial autonomy while ensuring secure oversight and transaction approval.

Ranked #812 out of 1780 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 0
Freshness today
Issue Health 50%
Stars 1
Platform Breadth 1 platform
Contributors 1
Description Detailed

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for BotWallet MCP Server by botwallet-co
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-botwallet-co--mcp)](https://agentrank-ai.com/skill/glama-botwallet-co--mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-botwallet-co--mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-botwallet-co--mcp" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

<div align="center">

# BotWallet MCP Server

**Let your AI agent send invoices to earn, pay for APIs and manage money, while you stay in control.**

Give your AI agent financial autonomy without giving up control. Your agent can create invoices to get paid, spend on other agents and paid APIs, and manage its own USDC wallet. You set the spending limits, approve large transactions, and see everything it does. Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.

[Website](https://botwallet.co) · [Dashboard](https://app.botwallet.co) · [Docs](https://docs.botwallet.co) · [CLI](https://github.com/botwallet-co/agent-cli) · [npm](https://www.npmjs.com/package/@botwallet/mcp)

</div>

---

Add one JSON block to your MCP client config. That's it.

```json
{
  "mcpServers": {
    "botwallet": {
      "command": "npx",
      "args": ["-y", "@botwallet/mcp"]
    }
  }
}
```

Then tell your agent: *"Create a BotWallet for yourself."*

It runs `botwallet_register`, g
Read full README on GitHub →