Fewsats MCP Server

v1.0.0Business Applicationsstable

Retrieve the balance of the user's wallet. You will rarely need to call this unless instructed by the user, or to troubleshoot payment issues. Fewsats will automatically add balance when needed.

finance-fintech
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Retrieve the balance of the user's wallet. You will rarely need to call this unless instructed by the user, or to troubleshoot payment issues. Fewsats will automatically add balance when needed.

Features

  • fewsats_balance
  • fewsats_payment_methods
  • fewsats_pay_offer
  • fewsats_payment_info
  • fewsats_billing_info

Use Cases

Retrieve the balance of the user's wallet. You will rarely need to call this unless instructed by the user, or to troubleshoot payment issues. Fewsats will automatically add balance when needed.
Retrieve the user's payment methods. You will rarely need to call this unless instructed by the user, or to troubleshoot payment issues. Fewsats will automatically select the best payment method.
Pays an offer_id from the l402_offers. The l402_offer parameter must be a dict with this structure: { 'offers': [ { 'id': 'test_offer_2', # String identifier for the offer 'amount': 1, # Numeric cost value 'currency': 'usd', # Currency code 'descript
Retrieve the details of a payment. If payment status is 'needs_review' inform the user he will have to approve it at app.fewsats.com
Retrieve the user's address and billing information. Returns billing details including name, address, and other relevant information. This information can also be used as shipping address for purchases.
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y fewsats-mcp

Manual Installation

npx -y fewsats-mcp

Examples

Basic Configuration

Configure Fewsats MCP Server

npx -y fewsats-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Business Applications MCP Servers

Explore other servers in the Business Applications category.

Quick Config Preview

{ "mcpServers": { "fewsats": { "command": "npx", "args": ["-y", "fewsats-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Fewsats MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides