LogoSTMCP
Download
fewsats-mcp

fewsats-mcp: A Fewsats MCP Server

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.

Tools

1. balance

Retrieve the balance of the user's wallet.

2. payment_methods

Retrieve the user's payment methods.

3. pay_offer

Pays an offer with the specified ID from the l402_offers.

4. payment_info

Retrieve the details of a payment.

Open Graph image for fewsats-mcp: A Fewsats MCP Server

JSON Config

{
  "mcpServers": {
    "Fewsats Server": {
      "command": "uvx",
      "args": ["fewsats-mcp"],
      "env": {
        "FEWSATS_API_KEY": "YOUR_FEWSATS_API_KEY"
      }
    }
  }
}

Useful Links

Information