Lightning Architecture Review
Description
MCP server for [SuperScalar](https://github.com/8144225309/SuperScalar) — Bitcoin Lightning channel factories that onboard N users in one shared UTXO. No soft fork required.
Installation
claude install-skill https://github.com/8144225309/superscalar-mcp README
superscalar-mcp
MCP server for [SuperScalar](https://github.com/8144225309/SuperScalar) — Bitcoin Lightning channel factories that onboard N users in one shared UTXO. No soft fork required.
Tools
| Tool | Description |
|---|---|
superscalar_overview |
Protocol overview — what SuperScalar is, how it works, key properties |
superscalar_estimate_savings |
Estimate on-chain UTXO and fee savings vs individual channel opens |
superscalar_architecture |
Deep dive into a specific component (invalidation tree, timeout tree, channels, MuSig2, watchtower, transport) |
superscalar_resources |
Links to source code, website, papers, and related projects |
Install
npm install -g superscalar-mcp
Usage 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-mcp
Example Queries
Once connected, you can ask Claude things like:
- undefined
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.
- undefined
License
MIT
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official