Server data from the Official MCP Registry
Stress recovery protocols via Lightning payments: post-concussion, post-COVID, burnout
Stress recovery protocols via Lightning payments: post-concussion, post-COVID, burnout
Remote endpoints: streamable-http: https://mcp.overcomestress.io/mcp
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
5 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-reitsmasieto-wq-overcome-stress": {
"url": "https://mcp.overcomestress.io/mcp"
}
}
}From the project's GitHub README.
Een server die jouw 16 AI-agent skill blocks serveert achter Lightning Network paywalls via het L402 protocol. AI-agents betalen per query in sats — geen accounts, geen API-keys, geen signup.
AI-Agent → GET /api/skills/K01 → Server antwoordt: HTTP 402 + Lightning invoice (50 sats)
AI-Agent → Betaalt invoice via Lightning → Ontvangt preimage
AI-Agent → GET /api/skills/K01 + Authorization: L402 {macaroon}:{preimage}
Server → Verifieert betaling → Serveert volledige skill content
Sats → Stromen naar jouw Lightning wallet
| Service | Wat het doet |
|---|---|
| API Server | Python Flask app die skills serveert achter L402 paywall |
| LNbits | Lightning payment backend — maakt invoices, checkt betalingen |
| Caddy | Reverse proxy met automatische HTTPS (Let's Encrypt) |
Goedkoopste optie: Hetzner Cloud (€4,51/maand voor CX22)
# Vanaf je computer (of gebruik FileZilla):
scp -r skill-server/ root@JOUW-IP:/root/skill-server/
ssh root@JOUW-IP
cd /root/skill-server
chmod +x deploy.sh
./deploy.sh
http://JOUW-IP:5000 in je browserLNBITS_ADMIN_KEYLNBITS_API_KEYnano .env
# Plak de keys bij LNBITS_API_KEY en LNBITS_ADMIN_KEY
# Save: Ctrl+X → Y → Enter
docker compose restart api
# Catalogus ophalen (gratis)
curl http://JOUW-IP:8402/api/catalog
# Skill opvragen (krijgt 402 + invoice terug)
curl http://JOUW-IP:8402/api/skills/K01
# Preview ophalen (gratis)
curl http://JOUW-IP:8402/api/skills/K01/preview
skills.overcomestress.com)Caddyfile aan met je domeindocker compose restart caddy| Endpoint | Auth | Prijs | Beschrijving |
|---|---|---|---|
GET / | Nee | Gratis | Server info |
GET /api/catalog | Nee | Gratis | Volledige skill catalogus |
GET /api/skills/{id}/preview | Nee | Gratis | Eerste sectie van skill |
GET /api/skills/{id} | L402 | 50-100 sats | Volledige skill content |
GET /api/trajectories/{id} | L402 | 150 sats | Traject routering |
GET /api/payment/{hash}/status | Nee | Gratis | Betaalstatus check |
GET /api/stats | Nee | Gratis | Publieke statistieken |
GET /health | Nee | Gratis | Health check |
| Type | Aantal | Prijs/query |
|---|---|---|
| Knowledge (K01-K08) | 8 | 50 sats |
| Intervention (I01-I07) | 7 | 75 sats |
| Proprietary (I08) | 1 | 100 sats |
| Trajectories (T01-T04) | 4 | 150 sats |
LNbits start standaard met een FakeWallet (voor testen). Voor echte betalingen:
Phoenixd is de server-versie van Phoenix Wallet.
# Installeer phoenixd op je server
# Zie: https://phoenix.acinq.co/server
# Pas docker-compose.yml aan:
# Uncomment de PhoenixdWallet regels bij lnbits environment
# Herstart: docker compose up -d
Als je een LND node hebt of wilt draaien:
# Pas docker-compose.yml aan:
# Uncomment de LndRestWallet regels bij lnbits environment
# Vul je LND REST endpoint, cert, en macaroon in
# Herstart: docker compose up -d
skill-server/
├── api/
│ ├── server.py # Hoofd API server met L402 protocol
│ └── requirements.txt # Python dependencies
├── skills/ # De 16 skill markdown bestanden
│ ├── K01_what_is_stress.md
│ ├── K02_autonomic_nervous_system.md
│ ├── ... (16 bestanden)
│ └── I08_vergeetmuts_technique.md
├── docker-compose.yml # Service orchestratie
├── Dockerfile # API server container
├── Caddyfile # HTTPS reverse proxy config
├── deploy.sh # Deployment script
├── .env.example # Environment template
└── README.md # Dit bestand
# Logs bekijken
docker compose logs -f api
docker compose logs -f lnbits
# Status checken
docker compose ps
# Herstarten
docker compose restart
# Stoppen
docker compose down
© 2024-2026 Sieto Reitsma. Alle rechten voorbehouden. Forgive and Forget Hood: © 2025 Dr. Paula Zeestraten-Bartholomeus, ReAttach Therapy International Foundation. Corpus Systemics® — Geregistreerd Handelsmerk, Benelux.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.