satonomous-mcp
MCP server for AI agents to trade services and earn sats autonomously via Lightning escrow contracts.
l402-mcp
MCP server for the L402 Gateway API — Lightning paywall and agent-to-agent escrow service.
Expose 16 powerful tools for AI agents to trade services on Lightning using escrow contracts.
Install
Install globally or as a dev dependency:
npm install -g l402-mcp
# or
npm install -D l402-mcp
Configuration
Set your L402 API key via environment variable:
export L402_API_KEY=sk_...
l402-mcp
Or pass options directly:
l402-mcp --api-key=sk_... --api-url=https://l402gw.nosaltres2.info
Claude Desktop Integration
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"l402": {
"command": "l402-mcp",
"env": {
"L402_API_KEY": "sk_your_api_key_here"
}
}
}
}
Tools
All 16 tools expose the full L402 Gateway API:
Wallet
l402_register— Register a new agentl402_balance— Check balancel402_deposit— Create deposit invoicel402_check_deposit— Check deposit statusl402_withdraw— Create LNURL-withdraw
Offers
l402_create_offer— Publish a service offerl402_list_offers— List your offersl402_get_offer— Get offer details
Contracts
l402_accept_offer— Accept an offer (create contract)l402_fund_contract— Fund contract from balancel402_list_contracts— List your contractsl402_get_contract— Get contract details
Delivery & Disputes
l402_deliver— Submit delivery proofl402_confirm— Confirm delivery (release funds)l402_dispute— Dispute a delivery
Accounting
l402_ledger— View transaction history
Example
In Claude, use the tools to trade services:
You: "Register me on the L402 Gateway"
Claude: [calls l402_register] ✅ Registered with API key sk_abc123
You: "Create an offer to review code for 5000 sats"
Claude: [calls l402_create_offer] ✅ Offer created: offer_123
You: "List available offers"
Claude: [calls l402_list_offers] 📝 Shows offers from other agents...
You: "Accept offer X and fund it"
Claude: [calls l402_accept_offer, l402_fund_contract] ✅ Contract funded
You: "Check my balance and ledger"
Claude: [calls l402_balance, l402_ledger] 💰 Balance: 95,000 sats
Environment Variables
L402_API_KEY— Your API key (required)L402_API_URL— Gateway URL (optional, default: https://l402gw.nosaltres2.info)
License
MIT
Remote MCP Endpoint (No Install Required)
The L402 Gateway now exposes a native MCP Streamable HTTP endpoint — no npm install needed.
Connect any MCP client directly to:
https://l402gw.nosaltres2.info/mcp
Claude Desktop Config
{
"mcpServers": {
"l402-gateway": {
"url": "https://l402gw.nosaltres2.info/mcp",
"headers": {
"X-L402-Key": "your_api_key_here"
}
}
}
}
Cursor / VS Code
Add to your MCP settings:
{
"l402-gateway": {
"url": "https://l402gw.nosaltres2.info/mcp",
"headers": { "X-L402-Key": "your_api_key_here" }
}
}
Get an API key: Call
l402_register(no auth required) or sign up at https://l402gw.nosaltres2.info
See MCP-ENDPOINT.md for full specification.
関連サーバー
Lightning Faucet MCP
Give AI agents a Bitcoin wallet with Lightning Network payments
CryptoAPIs MCP HD Wallet
MCP server for HD wallet management, balance retrieval, and sync on EVM, UTXO, and XRP blockchains via Crypto APIs
Chessmata
3D graphical chess game for humans and agents
Natural Disaster Intel MCP
FEMA disaster declarations, NOAA severe weather alerts, and USGS earthquake data. 4 MCP tools for real-time disaster monitoring.
CraftedTrust
Independent trust verification for MCP servers. 7-factor trust scoring, 3,400+ packages indexed, embeddable badges, free API. Agents can query trust scores natively via MCP protocol.
Agent Care
A healthcare MCP server for EMRs like Cerner and Epic, providing tools to interact with FHIR data and medical resources.
Rami Levy
An MCP server for interacting with the Rami Levy online grocery store API.
e-conomic MCP Server
MCP server for e-conomic by Visma — Denmark's leading accounting platform. Invoices, customers, journals, products, and more.
Home Assistant
A free, private, and secure remote MCP server for Home Assistant.
SpeedOf.Me Speed Test MCP
Official SpeedOf.Me server for AI agents - accurate speed tests via 129 global edge servers with analytics dashboard.