Skip to main content
Glama
Fewsats

Fewsats MCP Server

Official
by Fewsats

balance

Check wallet balance to monitor funds and troubleshoot payment issues. This tool helps verify available funds before making purchases through the Fewsats MCP Server.

Instructions

Retrieve the balance of the user's wallet. You will rarely need to call this unless instructed by the user, or to troubleshoot payment issues. Fewsats will automatically add balance when needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'balance' MCP tool. It is decorated with @mcp.tool() for registration and executes the logic by calling Fewsats().balance() via the handle_response helper.
    @mcp.tool() async def balance() -> str: """Retrieve the balance of the user's wallet. You will rarely need to call this unless instructed by the user, or to troubleshoot payment issues. Fewsats will automatically add balance when needed.""" return handle_response(Fewsats().balance())

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