Skip to main content
Glama
Fewsats

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

    • 返回:详细的付款信息

Related MCP server: Flutterwave MCP Server

安装

使用 uv(推荐)

使用uv时无需特殊安装。我们将使用uvx直接运行fewsats-mcp

uvx fewsats-mcp

使用 PIP

或者,您可以通过 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"
    }
  }
}
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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