Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport sse cinderwright-api https://api.ideafactorylab.org

Summary

Score](https://glama.ai/mcp/servers/cinderwright-ai/cinderwright-api/badges/score.svg)](https://glama.ai/mcp/servers/cinderwright-ai/cinderwright-api) πŸ“‡ ☁️ - x402 Discovery Hub.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport sse cinderwright-api https://api.ideafactorylab.org

Claude Desktop

Add this to claude_desktop_config.json under Settings β†’ Developer β†’ Edit Config:

{
  "mcpServers": {
    "cinderwright-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.ideafactorylab.org"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "cinderwright-api": {
      "url": "https://api.ideafactorylab.org"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "cinderwright-api": {
      "url": "https://api.ideafactorylab.org"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml β€” add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.cinderwright-api]
url = "https://api.ideafactorylab.org"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "cinderwright-api": {
        "url": "https://api.ideafactorylab.org"
      }
    }
  }
}

README.md

What shipped this week

June 9, 2026: Both bridge directions confirmed on mainnet.

  • Lightning --> USDC proxy: pay a Lightning invoice, get agent credit within 30 seconds
  • USDC --> Lightning: agent with USDC pays L402 services automatically
  • Free demo: api.ideafactorylab.org -- no account needed
  • CLI: npx cinderwright "Bitcoin price"
  • 2,835 services indexed. $0.10 free credit on new accounts.

Cinderwright β€” Universal Payment Router for AI Agents

x402 + L402 (Lightning) interoperable. First confirmed cross-protocol agent payment June 2026.

An AI agent with a USDC balance can now call any Lightning-gated (L402) service. We detect the protocol, route the payment, and return the data. The agent never knows which protocol settled.

# One endpoint. Any protocol. 2,811 services.
curl -X POST https://api.ideafactorylab.org/proxy/do \
  -H "X-CW-Key: sk_cw_your_key" \
  -d '{"task": "get weather in Tokyo"}'

What's Live

| Protocol | Services | Status | |----------|----------|--------| | x402 (USDC on Base) | 1,503 | Live | | L402 (Bitcoin Lightning) | 1,185 | Live | | MPP (Stripe/Tempo) | 92 | Coming soon |

Lightning status: https://api.ideafactorylab.org/lightning-status

How It Works

  1. Agent deposits USDC to their proxy account
  2. Agent sends a plain-English task to /proxy/do
  3. Cinderwright searches 2,811 services, finds the best match
  4. Detects the payment protocol from the 402 response headers
  5. Routes payment accordingly: USDC for x402, Lightning invoice for L402
  6. Returns the data, charges USDC equivalent from agent's balance

The agent never manages wallets, signs transactions, or knows which protocol ran.

Quick Start

# Get a proxy account
curl -X POST https://api.ideafactorylab.org/proxy/setup \
  -d '{"wallet": "0xYourBaseWallet"}'

# Deposit USDC on Base to the returned address

# Call any service
curl -X POST https://api.ideafactorylab.org/proxy/do \
  -H "X-CW-Key: sk_cw_your_key" \
  -d '{"task": "Bitcoin price now", "max_cost_usd": 0.10}'

MCP Server for Claude Desktop

npx cinderwright-mcp-server

Add to claude_desktop_config.json: ``json { "mcpServers": { "cinderwright": { "command": "npx", "args": ["-y", "cinderwright-mcp-server"], "env": { "CW_KEY": "sk_cw_your_key_here" } } } } ``

17 tools including proxy_do, proxy_setup, proxy_balance, and service discovery.

Free Developer Tools

| Tool | What it does | |------|-------------| | /test | Live service tester | | /debug | 16-check diagnostic engine with host pollution + scheme detection | | /sandbox | Test EIP-3009 signing without spending USDC | | /budget | Per-call caps and kill switch | | /setup | Wallet setup wizard | | /lightning-status | Lightning node status and outbound capacity | | /onchain | On-chain settlement data via TomSmart mapper.db |

Discovery

# Free search
curl "https://api.ideafactorylab.org/discover?q=weather"
curl "https://api.ideafactorylab.org/discover?q=bitcoin+price&protocol=l402"

# On-chain settlement data for any service
curl "https://api.ideafactorylab.org/onchain?endpoint=https://your-service.com/api"

# Submit your service
curl -X POST https://api.ideafactorylab.org/submit \
  -d '{"url": "https://your-service.com"}'

Architecture

The universal payment router sits between agents and services:

Agent (USDC balance)
    |
    v
POST /proxy/do {"task": "..."}
    |
    v
Cinderwright Router
    |-- detect protocol from 402 response headers
    |-- x402: sign USDC payment via EIP-3009
    |-- L402: pay Lightning invoice via LND REST
    |-- MPP: (coming soon)
    |
    v
Service returns data
    |
    v
Agent receives data + charged USDC equivalent

Links

  • Hub: https://api.ideafactorylab.org
  • Lightning status: https://api.ideafactorylab.org/lightning-status
  • npm: npx cinderwright-mcp-server
  • Twitter/X: @Cinderwright

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.