Skip to main content

Latinum Wallet MCP Server

This project has been quarantined.

PyPI Admins need to review this project before it can be restored. While in quarantine, the project is not installable by clients, and cannot be being modified by its maintainers.

Read more in the project in quarantine help article.

Project description

🔐 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 of which 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 .

Configure Claude config:

~/Library/Application Support/Claude/claude_desktop_config.json

Add the following configuration:

{
  "mcpServers": {
    "latinum_wallet_mcp": {
      "command": "/Users/YOUR_USERNAME/workspace/latinum_wallet_mcp/.venv/bin/python",
      "args": [
        "/Users/YOUR_USERNAME/workspace/latinum_wallet_mcp/latinum_wallet_mcp/server_stdio.py"
      ]
    },
  }
}

📑 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

latinum_wallet_mcp-0.0.36.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

latinum_wallet_mcp-0.0.36-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file latinum_wallet_mcp-0.0.36.tar.gz.

File metadata

  • Download URL: latinum_wallet_mcp-0.0.36.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for latinum_wallet_mcp-0.0.36.tar.gz
Algorithm Hash digest
SHA256 ca5684aedbdbd7dc1ef52472847bd4972bd672f4364832ee43cba16da0edd5f3
MD5 a2562fec238b0ee91fad56484e4c427c
BLAKE2b-256 38fecba93e742d747f3a22858309b2dfe7e645049d2dd3bad6aa2d5e49a37328

See more details on using hashes here.

File details

Details for the file latinum_wallet_mcp-0.0.36-py3-none-any.whl.

File metadata

File hashes

Hashes for latinum_wallet_mcp-0.0.36-py3-none-any.whl
Algorithm Hash digest
SHA256 a7402a1d620498c176f8fc3483a187acb058dabce78964201a9da8e3284bb5c4
MD5 e474ffd2d1b2010b0e0444c4ac1a69f7
BLAKE2b-256 e75e1cd43aebe630677f522700e34fa2293650bd4aabff3159f9f6b494835c89

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page