Skip to main content
Glama

Fewsats MCP Server

Official
by Fewsats

fewsats-mcp: Fewsats MCP サーバー

概要

この MCP サーバーはFewsatsと統合され、AI エージェントが安全にあらゆるものを購入できるようになります。

MCPは

ツール

  1. balance
    • ユーザーのウォレットの残高を取得する
    • 入力: なし
    • 戻り値: 現在のウォレット残高情報
  2. payment_methods
    • ユーザーの支払い方法を取得する
    • 入力: なし
    • 返品: 利用可能な支払い方法のリスト
  3. pay_offer
    • l402_offersから指定されたIDのオファーを支払う
    • 入力:
      • offer_id (文字列): オファーの文字列識別子
      • l402_offer (オブジェクト): 次の内容を含むオファーの詳細:
        • offers : ID、金額、通貨、説明、タイトルを含むオファーオブジェクトの配列
        • payment_context_token : 支払いコンテキストトークン文字列
        • payment_request_url : 支払いリクエストのURL
        • version : APIバージョン文字列
    • 戻り値: 支払いステータス応答
  4. payment_info
    • 支払いの詳細を取得する
    • 入力:
      • pid (文字列): 情報を取得する支払いID
    • 返品:詳細な支払い情報

インストール

uvの使用(推奨)

uvを使用する場合、特別なインストールは必要ありません。fewsats -mcp を直接実行するためにuvxを使用します。

uvx fewsats-mcp

PIPの使用

あるいは、pip 経由でfewsats-mcpをインストールすることもできます。

pip install fewsats-mcp

インストール後、次のコマンドを使用してスクリプトとして実行できます。

fewsats-mcp

構成

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

重要: YOUR_FEWSATS_API_KEYFewsats.comから取得した API キーに置き換えます。

"mcpServers": { "Fewsats Server": { "command": "uvx", "args": ["fewsats-mcp"], "env": { "FEWSATS_API_KEY": "YOUR_FEWSATS_API_KEY" } } }
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Fewsats と統合された MCP サーバー。これにより、AI エージェントは残高の取得、支払い方法へのアクセス、支払いの処理を行って、あらゆるものを安全に購入できるようになります。

  1. 概要
    1. ツール
  2. インストール
    1. uvの使用(推奨)
    2. PIPの使用
  3. 構成
    1. Claude Desktopでの使用

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.
    Last updated -
    4
    3
    8
    TypeScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
    Last updated -
    20
    141
    Python
    GPL 3.0
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    The Dodo Payments MCP Server integrates with agentic frameworks to provide a lightweight, serverless-compatible interface for AI-driven payment operations like billing, subscriptions, and customer management. It enables autonomous agents to securely act on behalf of users using the Dodo Payments
    Last updated -
    77
    16
    TypeScript
    Apache 2.0
  • -
    security
    -
    license
    -
    quality
    An MCP server that provides real-time access to Chainlink's decentralized on-chain price feeds, optimized for seamless integration into AI agents and autonomous systems.
    Last updated -
    JavaScript
    MIT License

View all related MCP servers

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