superscalar-mcp
Provides tools for understanding, estimating savings, and exploring the architecture of SuperScalar Bitcoin Lightning channel factories on the Bitcoin blockchain.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@superscalar-mcpestimate savings for 50 users in a channel factory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
superscalar-mcp
MCP server for SuperScalar — Bitcoin Lightning channel factories that onboard N users in one shared UTXO. No soft fork required.
Tools
Tool | Description |
| Protocol overview — what SuperScalar is, how it works, key properties |
| Estimate on-chain UTXO and fee savings vs individual channel opens |
| Deep dive into a specific component (invalidation tree, timeout tree, channels, MuSig2, watchtower, transport) |
| Links to source code, website, papers, and related projects |
Related MCP server: Lightning Tools MCP Server
Install
npm install -g superscalar-mcpUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"superscalar": {
"command": "npx",
"args": ["superscalar-mcp"]
}
}
}Usage with Claude Code
claude mcp add superscalar -- npx superscalar-mcpExample Queries
Once connected, you can ask Claude things like:
"What is SuperScalar and how does it scale Lightning?"
"Estimate the savings if 50 users share a channel factory instead of opening individual channels"
"Explain how the invalidation tree works in SuperScalar"
"What resources exist for learning about channel factories?"
About SuperScalar
SuperScalar combines Decker-Wattenhofer invalidation trees, timeout-signature trees, and Poon-Dryja channels to create Lightning channel factories that work today — no consensus changes needed.
Website: https://SuperScalar.win
Implementation: C, 400+ tests, MuSig2, Taproot, watchtower support
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates interaction with the Bitcoin network via the Model Context Protocol, enabling key generation, address validation, transaction decoding, and blockchain data retrieval.Last updated78976MIT
- AlicenseBqualityFmaintenanceEnables interaction with lightning addresses and common lightning tools via your LLM, providing Lightning Network functionality through natural language.Last updated3351MIT
- -license-quality-maintenanceConnects to Lightning Network nodes and enables natural language queries for channel information, providing both human-readable responses and structured JSON data through the Model Context Protocol.Last updated3
- Alicense-qualityCmaintenanceLightning Network trust oracle for AI agents. Provides real-time node reachability checks, trust scores, and personalized pathfinding for 17,000+ Lightning nodes via 12 MCP tools.Last updated4AGPL 3.0
Related MCP Connectors
Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.
Continuity protocol for autonomous AI agents. Agent messaging with SMTP bridge and LN payments.
Tether MOS telemetry + Boltz BTC↔USDC atomic swap broker MCP
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/8144225309/superscalar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server