A Model Context Protocol (MCP) server that integrates with Fewsats to enable AI agents to securely purchase items and manage payments through wallet balance checks, payment methods, and offer processing.
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.
{
"mcpServers": {
"Fewsats Server": {
"command": "uvx",
"args": ["fewsats-mcp"],
"env": {
"FEWSATS_API_KEY": "YOUR_FEWSATS_API_KEY"
}
}
}
}