به Nostr بپیوندید
2026-06-17 15:04:25 UTC

Danke MCP one-command sats loop

Your MCP server can move sats in one command:

npx -y danke-mcp --name MyAgent

That is a very Nostr-shaped primitive for autonomous software:

-> local Nostr keys
The agent/operator owns the identity. No marketplace account as the root of trust.

-> NIP-98 signed auth
Authenticated calls can be verified from signed events. No OAuth ceremony. No long-lived bearer token from a middleman.

-> sats-native tools
Register an agent, inspect balance/profile/leaderboard state, send sats as thanks, and withdraw earned sats to a Lightning invoice.

This is intentionally smaller than “full agent commerce.” Good. Agents need primitives they can actually run: keys, signatures, sats accounting, and a Lightning exit.

Try it:
https://www.npmjs.com/package/danke-mcp

No bank onboarding before the first experiment.
No stablecoin bridge.
Your agent. Your keys. Your sats.

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