Use Bitcoin Lightning spend tokens to query multiple AI models, including vision-capable models, through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Lightningprox MCP.
ask_aiSend a prompt to any model, authenticated via spend token. Pass `model` to select (e.g. `gemini-2.5-flash`, `mistral-large-latest`, `claude-sonnet-4-6`).
ask_ai_visionSend a prompt with an image URL for multimodal analysis
check_balanceCheck remaining sats on a spend token
list_modelsList available models with per-call pricing
get_pricingEstimate cost in sats for a given model and token count
get_invoiceGenerate a Lightning invoice to top up a spend token
MCP server for LightningProx โ pay-per-request AI via Bitcoin Lightning. No accounts, no API keys. Load a spend token, start querying.
LightningProx is an AI gateway that accepts Bitcoin Lightning payments instead of API keys. You load a prepaid spend token, pass it in the X-Spend-Token header, and each request is deducted from your balance in sats. No signup, no monthly plan, no credentials to manage.
19 models across 5 providers:
| Provider | Models |
|---|---|
| Anthropic | claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5 |
| OpenAI | gpt-4o, gpt-4-turbo, gpt-4o-mini |
| Together.ai | llama-4-maverick, llama-3.3-70b, deepseek-v3, mixtral-8x7b |
| Mistral | mistral-large-latest, mistral-medium, mistral-small, codestral, devstral, magistral |
| gemini-2.5-flash, gemini-2.5-pro |
Vision / multimodal: Pass image_url directly in your request. URL mode only โ no base64 encoding required.
Config location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/claude/claude_desktop_config.json| Tool | Description |
|---|---|
ask_ai | Send a prompt to any model, authenticated via spend token. Pass model to select (e.g. gemini-2.5-flash, mistral-large-latest, claude-sonnet-4-6). |
ask_ai_vision | Send a prompt with an image URL for multimodal analysis |
check_balance | Check remaining sats on a spend token |
list_models | List available models with per-call pricing |
get_pricing | Estimate cost in sats for a given model and token count |
get_invoice | Generate a Lightning invoice to top up a spend token |
Every request authenticates via the X-Spend-Token header:
For vision requests, include image_url in the message content โ no base64 needed:
get_invoice (or ask_ai without a token) to receive a Lightning invoice| Endpoint | Description |
|---|---|
POST /v1/chat | Chat completions โ OpenAI-compatible format |
POST /v1/messages | Anthropic messages format |
GET /v1/models | List available models with pricing |
GET /v1/balance | Check spend token balance |
POST /v1/invoice | Generate Lightning invoice |
Built by LPX Digital Group LLC
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/unixlamadev-spec-lightningprox-mcp)<a href="https://allmcps.com/mcp/unixlamadev-spec-lightningprox-mcp"><img src="https://allmcps.com/api/badge/unixlamadev-spec-lightningprox-mcp?style=directory" alt="Lightningprox MCP on AllMCPs" /></a>