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, 금액, 통화, 설명, 제목이 포함된 offer 객체 배열
        • payment_context_token : 결제 컨텍스트 토큰 문자열
        • payment_request_url : 결제 요청 URL
        • version : API 버전 문자열
    • 반환: 결제 상태 응답
  4. payment_info
    • 결제 세부 정보 검색
    • 입력:
      • pid (문자열): 정보를 검색할 결제 ID
    • 반품: 자세한 결제 정보

설치

uv 사용(권장)

uv 사용하면 별도의 설치가 필요하지 않습니다. uvx 사용하여 fewsats-mcp를 직접 실행하겠습니다.

지엑스피1

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

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