Retrieve the balance of the user's wallet
Retrieve the user's payment methods
Pays an offer with the specified ID from the l402_offers
Retrieve the details of a payment
Fewsats MCP server integrates with the Fewsats platform to provide AI agents with secure payment capabilities. This integration allows AI assistants to check wallet balances, view payment methods, and make payments for offers on behalf of users. With Fewsats, AI agents can handle financial transactions in a secure environment, enabling a wide range of e-commerce and payment use cases without compromising user security. The server provides a streamlined interface for managing payments through the Fewsats ecosystem.
Fewsats MCP server enables AI agents to securely handle payments and purchases through the Fewsats platform. This integration allows AI assistants to perform financial transactions on behalf of users in a secure manner.
There are two recommended ways to install the Fewsats MCP server:
The simplest way to use Fewsats MCP is with uv
and uvx
:
uvx
will handle it automaticallyAlternatively, you can install via pip:
pip install fewsats-mcp
To use Fewsats MCP, you'll need an API key from Fewsats.com.
Add the Fewsats MCP server to your claude_desktop_config.json
file:
"mcpServers": {
"Fewsats Server": {
"command": "uvx",
"args": ["fewsats-mcp"],
"env": {
"FEWSATS_API_KEY": "YOUR_FEWSATS_API_KEY"
}
}
}
Be sure to replace YOUR_FEWSATS_API_KEY
with your actual API key from Fewsats.
For other AI clients that support MCP, you'll need to configure them to use the Fewsats MCP server. The specific configuration will depend on the client, but you'll generally need to provide:
uvx fewsats-mcp
or fewsats-mcp
)Once configured, your AI assistant can use the Fewsats tools to:
The AI will handle these operations automatically when needed during conversations about purchases or payments.