Latinum Wallet MCP
An MCP server enabling AI agents to pay for services using HTTP 402 requests and MCP tools.
š Latinum Wallet MCP
https://latinum.ai
Latinum Tutorial
A Model Context Protocol (MCP) server that enables AI agents (like Claude or Cursor) to pay for services through HTTP 402 requests and MCP tools.
If you have questions or need help, contact us at dennj@latinum.ai.
š¦ Installation
Install the package via pip:
pip install latinum-wallet-mcp
hash -r
latinum-wallet-mcp
You will get something like:
No key found. Generating new wallet...
Requesting airdrop of 10000000 lamports...
Wallet Information
Public Key: A4k42FWKurVAyoNJTLxuQpJehKBk52MhZCHSFrTsqzWP
Balance: 10000000 lamports (0.010000000 SOL)
Recent Transactions:
No recent transactions found.
Confirm the installation path:
which latinum-wallet-mcp
š„ļø Claude Desktop Integration
To use the Latinum Wallet MCP with Claude Desktop, modify the configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the following configuration:
{
"mcpServers": {
"latinum_wallet_mcp": {
"command": "/Users/YOUR_USERNAME/.local/bin/latinum-wallet-mcp"
}
}
}
š Where the
command:path should match the output ofwhich latinum-wallet-mcp.
ā Test your setup by following our tutorial: Latinum Wallet Integration Guide
š Run from Source
python3 -m venv .venv && source .venv/bin/activate
pip install --upgrade pip
pip install --upgrade --upgrade-strategy eager -r requirements.txt
python3 -m latinum_wallet_mcp.server_stdio
You will get something like:
Loaded existing private key from keyring.
Wallet Information
Public Key: FkaedGoNxZ4Kx7x9H9yuUZXKXZ5DbQo5KxRj9BgTsYPE
Balance: 9979801 lamports (0.009979801 SOL)
Recent Transactions:
https://explorer.solana.com/tx/3MHjT3tEuGUj58G3BYbiWqFqGDaYvwfRnCVrtwC8ZPCKkpGmyhXNimnzJRrWLUnSYMaCaxJMrRXx6Czc9nJcEg7J?cluster=devnet
To install your local build as a CLI for testing with Claude:
pip install --editable .
š PyPI Publishing
python3 -m venv .venv && source .venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
rm -rf dist/ build/ *.egg-info
python3 -m build
python3 -m twine upload dist/*
See the output here: https://pypi.org/project/latinum-wallet-mcp/
Let us know if you'd like to contribute, suggest improvements, or report issues.
Join our community: Telegram Group
Related Servers
Drand
An MCP server for fetching verifiable random numbers from the drand network.
FAIM Time-Series forecasting
Zero-shot Time-Series forecasting with foundation time-series models
Meme MCP Server
Generate memes using the ImgFlip API. Requires ImgFlip account credentials.
Simtheory
MCP client with model switching, assistants and agentic mode.
UUč·č æ MCP Server
Create orders on the uupt.com open platform using the MCP protocol.
Wordle MCP - Go
Fetches daily Wordle solutions using the official Wordle API.
Lichess MCP
Interact with the Lichess chess platform using natural language.
Healthcare RAG
A healthcare-focused RAG server using Groq API and Chroma for information retrieval from patient records.
SmartThingsMCP
A comprehensive FastMCP 2.0 server and client for interacting with SmartThings devices, locations, rooms, modes, scenes, and automation rules through the SmartThings API.
Janee API Security
MCP server that sits between AI agents and APIs. Agents request access, Janee makes the call with the real credentials, agents never see the secrets.