by Fewsats
Provides AI agents with secure purchasing capabilities through balance queries, payment method retrieval, offer payment, and payment status inspection.
Fewsats MCP integrates the Fewsats payment platform with AI agents, allowing them to check wallet balances, list available payment methods, pay offers, and retrieve payment details in a secure, programmatic way.
uv
tool:
uvx fewsats-mcp
or with pip:
pip install fewsats-mcp
fewsats-mcp
(or uvx fewsats-mcp
).FEWSATS_API_KEY
. Example for Claude Desktop:
"mcpServers": {
"Fewsats Server": {
"command": "uvx",
"args": ["fewsats-mcp"],
"env": { "FEWSATS_API_KEY": "YOUR_FEWSATS_API_KEY" }
}
}
balance
, payment_methods
, pay_offer
, payment_info
) that can be called by AI agents or scripts.uv
and standard pip
.Q: Which package manager is recommended?
A: uv
is the recommended tool for fast, isolated installations, but pip
works as well.
Q: How is the API key supplied?
A: Set the FEWSATS_API_KEY
environment variable before launching the server.
Q: Can I run the server on Windows?
A: Yes, as long as Python and the chosen package manager (uv
or pip
) are installed.
Q: What format does pay_offer
expect?
A: An object containing offers
, payment_context_token
, payment_request_url
, and version
as defined in the L402 specification.
Q: Is there a Docker image available? A: The repository does not currently provide a Dockerfile; run the server directly via the commands above.
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.
Explore related MCPs that share similar capabilities and solve comparable challenges
by goat-sdk
Enables AI agents to send and receive payments, purchase goods and services, execute investment strategies, tokenize assets, and obtain financial insights by leveraging blockchains, stablecoins, and wallets.
by financial-datasets
Provides access to income statements, balance sheets, cash flow statements, stock prices, market news, and cryptocurrency data through MCP tools for AI assistants.
by alpacahq
Enables large language models to trade stocks and options, retrieve real‑time and historical market data, and manage portfolios using plain English commands through a local or remote MCP server.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by stefanoamorelli
Provides an MCP server that connects AI models to SEC EDGAR filings, enabling real‑time retrieval of company filings, financial statements, and insider‑trading data with exact XBRL precision and verifiable filing references.
by ariadng
Enables AI LLMs to execute trades on the MetaTrader 5 platform through the Model Context Protocol.
by calvernaz
Provides access to Alpha Vantage stock market data via an MCP server, supporting stdio and HTTP streaming modes with optional OAuth 2.1 authentication.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with MCP, exposing its REST API as tools for AI agents to perform automated trading operations.
by kukapay
Provides a comprehensive set of cryptocurrency technical analysis indicators and ready‑to‑use trading strategies through an MCP interface, enabling AI agents and applications to generate buy, hold, or sell signals.