# fewsats-mcp

> MCP Server

This repository provides a Fewsats MCP server that enables AI Agents to securely purchase items through the Fewsats platform by managing user wallets, payment methods, and processing payments using offer IDs.

## Overview

- **Category:** Developer Tools
- **Language:** Python
- **Stars:** 21
- **Forks:** 1
- **Owner:** Fewsats
- **GitHub:** https://github.com/Fewsats/fewsats-mcp
- **Created:** 2025-03-12T10:27:39+00:00
- **Updated:** 2025-03-27T06:39:14+00:00
- **Source:** https://model-context-protocol.com/servers/fewsats-ai-agent-payment-mcp-server

## Setup

## Setup

### Using uv (recommended)
When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed; use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *fewsats-mcp* with `uvx fewsats-mcp`.

### Using PIP
Alternatively, install `fewsats-mcp` via pip using `pip install fewsats-mcp`, and then run it as a script using `fewsats-mcp`.

### Usage with Claude Desktop
Add the provided configuration to your `claude_desktop_config.json`, replacing `YOUR_FEWSATS_API_KEY` with your actual Fewsats API key.

## Tools

## Available 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)
