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时无需特殊安装。我们将使用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

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 -
    166
    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