Enable AI Agents to purchase anything in a secure way using Fewsats
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"
}
}
}
Enables AI assistants to interact with a Minecraft server using the Model Context Protocol (MCP).
Integrates with PSG College of Technology's e-campus portal to provide AI assistants access to student academic data like marks, attendance, and timetables.
generate lyrics, song and background music(instrumental)
An AI-powered Bazi calculator providing precise data for personality analysis and destiny forecasting.
Batch audio processing and optimization using FFmpeg. Modify sample rate, bitrate, volume, channels, and apply effects.
A server for the scenario-word MCP, built with the mcp-framework.
Fetches daily Wordle solutions for a specific date via the Wordle API.
Fetches Pokémon data from the PokeAPI and exposes it through a standardized MCP interface.
Provides time-related functions such as current time queries, timezone conversions, and time difference calculations.
An MCP server for accessing Bazi (Chinese astrology) data, requiring an API key.