by Fewsats
Enables AI agents to securely purchase items by providing wallet balance queries, payment method listings, offer payments, and detailed payment information through a lightweight MCP server.
Fewsats Mcp provides a set of tools that let AI agents interact with the Fewsats platform to manage wallet balances, discover available payment methods, execute payments for offers, and retrieve payment details. It acts as a bridge between agents and the Fewsats payment ecosystem, ensuring secure and streamlined transactions.
uvx
(recommended) or pip
:
uvx fewsats-mcp
# or
pip install fewsats-mcp
fewsats-mcp
(or through uvx
as shown above).FEWSATS_API_KEY
with your Fewsats API key before launching the server.balance
, payment_methods
, pay_offer
, payment_info
) that can be called by AI agents or client applications.uvx
or standard pip
.Q: Do I need a Fewsats account? A: Yes, an active Fewsats account and a valid API key are required.
Q: Which command should I use to run the server?
A: Use fewsats-mcp
after installation. If you installed with uvx
, you can also run uvx fewsats-mcp
.
Q: Can I use this server with other AI platforms besides Claude Desktop? A: Absolutely. The MCP server exposes a generic HTTP interface that any platform capable of calling its tools can use.
Q: How do I set the API key securely? A: Export the variable before starting the server:
export FEWSATS_API_KEY=your_key_here
fewsats-mcp
Q: What versions of Python are supported? A: The package follows the standard Python packaging guidelines and works with Python 3.8 and newer.
This MCP server integrates with Fewsats and allows AI Agents to purchase anything in a secure way.
MCP is
balance
payment_methods
pay_offer
offer_id
(string): String identifier for the offerl402_offer
(object): Offer details containing:
offers
: Array of offer objects with ID, amount, currency, description, titlepayment_context_token
: Payment context token stringpayment_request_url
: URL for payment requestversion
: API version stringpayment_info
pid
(string): Payment ID to retrieve information forWhen using uv
no specific installation is needed. We will
use uvx
to directly run fewsats-mcp.
uvx fewsats-mcp
Alternatively you can install fewsats-mcp
via pip:
pip install fewsats-mcp
After installation, you can run it as a script using:
fewsats-mcp
Add this to your claude_desktop_config.json
:
Important: Replace YOUR_FEWSATS_API_KEY
with the API key you obtained from Fewsats.com.
"mcpServers": {
"Fewsats Server": {
"command": "uvx",
"args": ["fewsats-mcp"],
"env": {
"FEWSATS_API_KEY": "YOUR_FEWSATS_API_KEY"
}
}
}
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by stripe
Enables popular agent frameworks to integrate with Stripe APIs via function calling, providing tools for MCP, Python, and TypeScript.
by goat-sdk
GOAT is the largest agentic finance toolkit for AI agents, enabling them to become economic actors by leveraging blockchains, cryptocurrencies, and wallets.
by financial-datasets
Provides AI assistants with tools to retrieve income statements, balance sheets, cash flow statements, stock prices, market news, and crypto information via the Model Context Protocol.
by razorpay
Enables seamless interaction with Razorpay APIs via Model Context Protocol, allowing developers and AI agents to capture payments, manage orders, process refunds, handle settlements, and more through a unified MCP interface.
by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
by alpacahq
Alpaca’s MCP server lets you trade stocks and options, analyze market data, and build strategies through Alpaca's Trading API.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with an MCP server, exposing the bot's REST API as tools that AI agents can call for fully automated trading operations.
by kukapay
Offers over 50 cryptocurrency technical analysis indicators and corresponding trading strategies, enabling AI agents and developers to assess market trends and generate buy, hold, or sell signals.