nanoodle-mcpv0.6.0

public MCP server

AI workflows, paid in Nano over x402.

Image, video, audio, and text pipelines behind one MCP endpoint. No account, no API key — paying is the whole handshake. Built with nanoodle.

claude mcp add --transport http noodles https://mcp.nanoodle.com/mcp

works with Claude Code, Grok, Cursor, and any MCP client

01paste the command

one line registers every workflow with your agent.

02ask for what you want

your agent picks a workflow and calls it — a poster, a soundtrack, an OG card.

03pay per call

settled automatically in Nano. failed runs are refunded.

agent calls tool402 payment quote wallet pays XNO · feeless · ~1sresult streams back

No tab, no tip, no signup.

What a call costs

When a tool needs payment, your agent shows you a link with a QR code — scan it with any Nano wallet and the result streams back seconds later. What you pay up front is a deposit: each run settles at the model's metered cost + 20%, and the difference is returned to your wallet on-chain. That 20% is the workflow author's cut: a graph that names a Nano address in its own JSON is paid the markup on-chain, run by run, capped by whatever the deposit has left after the model's cost. None of the workflows here name one yet, so for now the markup stays with this server.

Workflows (10)

Every workflow is a plain noodle-graph.json — open it in the nanoodle editor to see exactly how it works, remix it, or run it on your own key. Costs shown are from the last observed run. Each call takes a small deposit, settles at the model's actual cost + 20%, and returns the change.

Private by design

Every line here is checkable in the source — nothing to take on faith.

One caveat: generation runs on NanoGPT's API, so your prompt content in flight falls under their privacy policy.

Verify every line in the source →

Claim the 20% on your own workflow

A graph that declares a Nano address ("x402": {"author": "nano_…"} in its JSON) has the 20% markup of every paid run sent to it on-chain, automatically — as much of it as the deposit leaves after the model's cost. This server takes no cut of that markup, and Nano charges no fee to move it. No workflow here claims it yet — the field is unset on all 10, so the markup stays with this server. The public library behind this server is awesome-noodles — add your workflow there with your address to get listed and earn on every run.

Open source — host your own

MIT-licensed: the server, the editor, and the executor. The workflows above are a separate matter — you can grab any graph JSON, but each graph belongs to whoever wrote it and carries whatever licence they give it. One runtime dependency is not MIT either: nanocurrency is GPL-3.0, and it signs the Nano blocks for the optional x402 wallet (details). One command turns your own folder of graphs into a server exactly like this one:

npx nanoodle-mcp --graphs ./noodles --serve 8402

Add --charge-usd 0.05 --public-url https://your-host and a Nano wallet to charge per call — see the README.