402-mcp
Rank #11,108dev.forgesworn/402-mcp
AI agents discover, pay for, and consume any Lightning-gated API autonomously
402-mcp is a Model Context Protocol (MCP) server published by forgesworn. It ranks #11,108 of 115,460 servers tracked on MCP Toplist. 402-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 11, 2026 and most recently updated on Apr 7, 2026.
Ranks ahead of 104,352 of 115,460 servers on MCP Toplist.
Use 402-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add 402-mcp -e "NWC_URI=<your NWC_URI>" -e "MAX_AUTO_PAY_SATS=<your MAX_AUTO_PAY_SATS>" -- npx -y 402-mcpReplace each placeholder with your own value before saving.
[mcp_servers.402-mcp]
command = "npx"
args = ["-y", "402-mcp"]
[mcp_servers.402-mcp.env]
NWC_URI = "<your NWC_URI>"
MAX_AUTO_PAY_SATS = "<your MAX_AUTO_PAY_SATS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"402-mcp": {
"command": "npx",
"args": [
"-y",
"402-mcp"
],
"env": {
"NWC_URI": "<your NWC_URI>",
"MAX_AUTO_PAY_SATS": "<your MAX_AUTO_PAY_SATS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"402-mcp": {
"command": "npx",
"args": [
"-y",
"402-mcp"
],
"env": {
"NWC_URI": "<your NWC_URI>",
"MAX_AUTO_PAY_SATS": "<your MAX_AUTO_PAY_SATS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"402-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"402-mcp"
],
"env": {
"NWC_URI": "<your NWC_URI>",
"MAX_AUTO_PAY_SATS": "<your MAX_AUTO_PAY_SATS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"402-mcp": {
"command": "npx",
"args": [
"-y",
"402-mcp"
],
"env": {
"NWC_URI": "<your NWC_URI>",
"MAX_AUTO_PAY_SATS": "<your MAX_AUTO_PAY_SATS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"402-mcp": {
"command": "npx",
"args": [
"-y",
"402-mcp"
],
"env": {
"NWC_URI": "<your NWC_URI>",
"MAX_AUTO_PAY_SATS": "<your MAX_AUTO_PAY_SATS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.forgesworn%2F402-mcp)<a href="https://mcptoplist.com/server/dev.forgesworn%2F402-mcp"><img src="https://mcptoplist.com/badge/dev.forgesworn%2F402-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
forgesworn
Other servers by forgesworn
View all forgesworn servers →Available versions (1)
| Version | Published |
|---|---|
| 3.15.2 | Apr 7, 2026 |
Frequently asked questions
- Who maintains 402-mcp?
- 402-mcp is maintained by forgesworn, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is 402-mcp listed on the Official MCP Registry?
- Yes — 402-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does 402-mcp have?
- MCP Toplist tracks 1 version of 402-mcp, most recently published on Apr 7, 2026.
- Where can I find the source code for 402-mcp?
- The source code for 402-mcp is hosted at github.com/forgesworn/402-mcp.