Fewsats MCP Server
Officialfewsats-mcp: Fewsats MCP サーバー
概要
この MCP サーバーはFewsatsと統合され、AI エージェントが安全にあらゆるものを購入できるようになります。
MCPは
ツール
balanceユーザーのウォレットの残高を取得する
入力: なし
戻り値: 現在のウォレット残高情報
payment_methodsユーザーの支払い方法を取得する
入力: なし
返品: 利用可能な支払い方法のリスト
pay_offerl402_offersから指定されたIDのオファーを支払う
入力:
offer_id(文字列): オファーの文字列識別子l402_offer(オブジェクト): 次の内容を含むオファーの詳細:offers: ID、金額、通貨、説明、タイトルを含むオファーオブジェクトの配列payment_context_token: 支払いコンテキストトークン文字列payment_request_url: 支払いリクエストのURLversion: APIバージョン文字列
戻り値: 支払いステータス応答
payment_info支払いの詳細を取得する
入力:
pid(文字列): 情報を取得する支払いID
返品:詳細な支払い情報
Related MCP server: satsrail-mcp
インストール
uvの使用(推奨)
uvを使用する場合、特別なインストールは必要ありません。fewsats -mcp を直接実行するためにuvxを使用します。
uvx fewsats-mcpPIPの使用
あるいは、pip 経由でfewsats-mcpをインストールすることもできます。
pip install fewsats-mcpインストール後、次のコマンドを使用してスクリプトとして実行できます。
fewsats-mcp構成
Claude Desktopでの使用
これをclaude_desktop_config.jsonに追加します:
重要: YOUR_FEWSATS_API_KEY 、 Fewsats.comから取得した API キーに置き換えます。
"mcpServers": {
"Fewsats Server": {
"command": "uvx",
"args": ["fewsats-mcp"],
"env": {
"FEWSATS_API_KEY": "YOUR_FEWSATS_API_KEY"
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server to provide AI agents money functionalities via Nostr and Cashu.67917MIT

satsrail-mcpofficial
Alicense-qualityCmaintenanceAn MCP server that enables AI agents to accept Bitcoin Lightning payments. It allows agents to create orders, generate invoices, check payment status, and manage the full SatsRail merchant API through natural language.MIT- Flicense-qualityCmaintenanceAn MCP server for AI agents to purchase resources via Stellar testnet USDC, handling quotes, purchase URLs, and merchant receipts.
- Alicense-qualityCmaintenanceAn MCP server that enables AI agents to send and receive Bitcoin over the Lightning Network using NWC or LND backends.MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fewsats/fewsats-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server