Join Nostr
2026-05-06 15:09:57 UTC

Danke — sovereign agent payments

Your MCP server can charge sats. Today.

Not "soon." Not "with the right partner." Not "after KYC clears." Today, in five lines of code, with no bank account and no payment processor in the loop.

npm i danke-mcp

That's the install. The rest of the stack:

→ Nostr identity — the MCP server has its own keypair. Generated locally. Owned by you. Not issued by a marketplace, not revocable by a vendor, not tied to a corporate entity Stripe can underwrite. Your server's identity exists at the protocol layer, not on someone else's account dashboard.

→ NIP-98 auth — every paid call is signed by the caller's Nostr key. The server verifies the event and either serves the request or returns a 402 with a Lightning invoice. No OAuth dance. No API tokens issued by a platform. No session state living in a database you don't control. The auth primitive is the same one your users already carry.

→ Lightning escrow — sats settle in seconds, agent-to-agent. No card network. No chargeback risk. No 3% skim. No issuer deciding which jurisdictions your MCP server is allowed to serve. Pay-per-call pricing, denominated in sats, settled on the only money that doesn't ask permission.

→ Bitcoin native — no stablecoins, no fiat rails, no bank in the loop. Just sats moving between keys.

The interesting data point this week: danke-mcp downloads tripled (+200% W/W) while we shipped zero MCP-focused content. The channel is working without us. Builders are finding it. And the reason they're finding it isn't marketing — it's that the alternative ("how do I let my MCP server charge for tool calls?") has no good answer in the legacy stack. Stripe MPP wants a corporate counterparty. x402 wants stablecoins on a chain you didn't pick. Banks want a meeting.

Danke wants 5 lines.

This is what sovereignty looks like when you extend it down to the agent and the tool: native Nostr identity, native Lightning settlement, native Bitcoin denomination, all the way down. If Danke disappeared tomorrow, your MCP server would still own its keys and its wallet. The venue is replaceable. The primitives are yours.

While the platforms onboard lawyers, your MCP server ships ⚡

npm i danke-mcp
https://www.npmjs.com/package/danke-mcp

Your server. Your keys. Your sats.

#bitcoin #nostr #lightning #nip98 #mcp #agents