Open-source MCP server enables AI agents to handle L402 payments via Lightning Network

What this tool does
This is an open-source MCP (Model Context Protocol) server that allows AI agents like Claude to interact with APIs that require payment via the L402 protocol. When an agent encounters an HTTP 402 "Payment Required" response, this tool handles the Lightning Network transaction automatically.
How it works
The MCP plugin intercepts HTTP 402 rejections from gated APIs. It reads the BOLT11 invoice included in the response, pays the required satoshis (fractions of Bitcoin) via the Lightning Network, obtains the cryptographic receipt, and then retrieves the data to bring it into the chat session.
The tool addresses a specific limitation in agent workflows: agents can't use credit cards to pay for API access or hire other agents for specialized tasks. This creates what the developer calls "financial rails for the Machine-to-Machine economy."
Technical implementation
The server is built as a Python MCP plugin using FastMCP. The GitHub repository includes a local dummy-agent that developers can spin up to test the functionality without spending actual cryptocurrency. This allows you to observe how Claude handles 402 rejections in a local environment.
The developer specifically mentions this is useful for agent swarms where Agent A might need to pull data from a gated API or hire Agent B for specialized tasks.
📖 Read the full source: r/clawdbot
👀 See Also

Free macOS Menu Bar App Monitors Claude Usage in Real-Time
A developer built a free macOS menu bar app to monitor Claude usage entirely using Claude Code with Opus. The app shows 5-hour and 7-day session usage bars, context window fill percentage, and sends notifications when approaching limits.

Claude-Real-Video: Scene-Aware Frame Extraction + Transcript for Any LLM
An open-source tool that extracts scene-aware, deduplicated frames and audio transcripts from videos, enabling any LLM to "watch" a video locally without uploading. Features scene-change detection, sliding-window dedup, and Whisper transcription.

Open Source Browser Tool for Testing MCP Servers Without Installation
An open source web tool called MCP Playground lets developers test MCP servers directly in their browser using WebContainers, a WASM Node.js runtime. It can run npm-based MCP servers locally without backend installation and connect to remote servers via URL.

Krasis LLM Runtime Shows 8.9x Prefill and 4.7x Decode Speed Improvements Over Llama.cpp
Krasis LLM runtime now runs both prefill and decode entirely on GPU with different optimization strategies, achieving 8.9x faster prefill and 4.7x faster decode than llama.cpp on Qwen3.5-122B with a single 5090 GPU.