Stress recovery protocols via Lightning payments: post-concussion, post-COVID, burnout
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-reitsmasieto-wq-overcome-stress": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
MCP Security Weekly
Get CVE alerts and security updates for io.github.reitsmasieto-wq/overcome-stress and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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/
├── a
... [View full README on GitHub](https://github.com/reitsmasieto-wq/overcome-stress-mcp#readme)