Alby Bitcoin Payments MCP Server
Enables Bitcoin Lightning wallet integration with LLMs through Nostr Wallet Connect (NWC). Supports ...
Open the FastMCP connection interface
- Click the "Install Now" button and open the FastMCP connection (Install/Configure) dialog where you add environment variables for the MCP server.
Add the required environment variable in the FastMCP UI
- Key: NWC_CONNECTION_STRING
- Value: your full NWC connection secret (a URI that starts with
nostr+walletconnect://...) - Mark the value as secret/hidden (password) if FastMCP offers that option, then save the entry.
Obtain the NWC connection secret from a wallet that supports NWC
- Use a wallet or wallet-service that supports Nostr Wallet Connect (NWC). NWC connection secrets are created by the wallet and look like
nostr+walletconnect://<pubkey>?relay=...&secret=.... (docs.nwc.dev) - If you use Alby: log into your Alby account → Wallet Configuration → “Link Your Own Wallet” → copy/paste the NWC Connection Secret the wallet provides. (Alby provides an NWC flow in its guides.) (guides.getalby.com)
- General flows:
- Mobile/web wallets often present a QR code or a deeplink; scan or open it to get the
nostr+walletconnect://...string. - Some wallets let you “Copy connection secret” from a session or connection settings—copy the whole string without extra spaces. (nwc.dev)
- Mobile/web wallets often present a QR code or a deeplink; scan or open it to get the
- Use a wallet or wallet-service that supports Nostr Wallet Connect (NWC). NWC connection secrets are created by the wallet and look like
If you need the connection secret as a URL query parameter (remote MCP endpoint)
- If your MCP endpoint requires the secret in a URL (e.g.,
https://mcp.getalby.com/mcp?nwc=ENCODED_NWC_URL), you must URL‑encode the secret first. - In a browser console run:
- encodeURIComponent("nostr+walletconnect://...")
- Copy the output (it will look like
nostr%2Bwalletconnect%3A%2F%2F...) and paste it as thenwc=query value. (Do not add spaces or trim parts of the secret.)
- If your MCP endpoint requires the secret in a URL (e.g.,
Save and restart the MCP connection
- After saving the NWC_CONNECTION_STRING in FastMCP, apply/save the configuration and restart or re‑install the MCP server/extension so it picks up the new environment variable.
Verify the connection
- Use the MCP server’s inspect/test features (or your agent’s connection test) to confirm the wallet responds (the server can call
get_info/ show wallet methods). If using Alby’s hosted MCP you can also supply the same NWC secret as a Bearer token in Authorization headers:Authorization: Bearer nostr+walletconnect://.... (docs.nwc.dev)
- Use the MCP server’s inspect/test features (or your agent’s connection test) to confirm the wallet responds (the server can call
Security notes
- Never paste the connection secret in public logs, screenshots, or chat.
- Keep the FastMCP value secret/hidden and rotate/revoke the NWC connection from your wallet if it is ever exposed. (docs.nwc.dev)
If you want, tell me which wallet you plan to use (e.g., Alby extension, mobile Alby, or another NWC-enabled wallet) and I’ll give exact, wallet‑specific steps for copying the connection secret.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Finance
View All →Fear & Greed Index
Provides real-time access to CNN's Fear & Greed Index for US stock market sentiment analysis, retrieving current composite scores and seven individual market indicators including S&P 500 momentum, options ratios, and volatility measures with historical comparisons.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.