Igniter · FastAPI Middleware

Ship x402 services
in 5 minutes.

FastAPI middleware for MCP servers with built-in x402 payments. Drop it in. Gate your routes. Get paid by agents.

Read docs → Coming soon as hosted API

Everything you need to monetize agent traffic.

Three lines to get paid.

python
from kindling_igniter import IgniterMiddleware app = FastAPI() app.add_middleware(IgniterMiddleware, payment_address="0xYourWallet", price_usdc=0.001 ) @app.get("/mcp/analyze") async def analyze(query: str): return {"result": "..."}
pip install kindling-igniter