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

  • -
    security
    A
    license
    -
    quality
    MCP server enabling AI agents to programmatically connect to and control Apache Superset instances, allowing users to manage dashboards, charts, databases, datasets, and run SQL queries through natural language interactions.
    Last updated -
    75
    Python
    MIT License
  • -
    security
    F
    license
    -
    quality
    An MCP server that enables AI assistants to interact with Flutterwave payment services, providing tools for transaction management, payment link generation, and automated customer support.
    Last updated -
    TypeScript
  • 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
    194
    Python
    GPL 3.0
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    An MCP server that enables AI agents to interact with Extend's spend management APIs, allowing virtual card management, transaction tracking, and receipt processing through natural language.
    Last updated -
    16
    Python
    MIT License
    • Apple

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