Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Fewsats MCP server that integrates with Fewsats to enable AI agents to securely purchase items by managing wallet balances, payment methods, and transactions.
Add this to your MCP client configuration:
{
"mcpServers": {
"fewsats-fewsats-mcp": {
"command": "uvx",
"args": [
"fewsats-mcp"
],
"env": {
"FEWSATS_API_KEY": "<API key obtained from Fewsats.com>"
}
}
}
}{
"id": "fewsats-fewsats-mcp",
"name": "Fewsats",
"description": "A Fewsats MCP server that integrates with Fewsats to enable AI agents to securely purchase items by managing wallet balances, payment methods, and transactions.",
"source_url": "https://github.com/fewsats/fewsats-mcp",
"publisher_name": "fewsats",
"publisher_url": "https://github.com/fewsats",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 237,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "fewsats-mcp"
},
"tools_count": 6
}