You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

lnurl_decode

Inactive

Tool of dime-experiment-tools

declared in 0.1.0

Given a Lightning Address (foo@bar.com), LNURL (lnurl1...), or LNURLP HTTPS URL, fetch and return the LNURLP metadata (callback, minSendable, maxSendable, allowsNostr, etc.). No auth required.

Parameters schema

{
  "type": "object",
  "required": [
    "target"
  ],
  "properties": {
    "target": {
      "type": "string",
      "description": "Lightning Address, LNURL, or LNURLP URL"
    },
    "timeout_ms": {
      "type": "integer",
      "maximum": 20000,
      "minimum": 500,
      "description": "Fetch timeout in ms. Default 5000."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

dime-experiment-tools

1/7 registries
View full server →
lnurl_decode — dime-experiment-tools — PRSM MCP