ethnmcl/MCP-Server
3.2
If you are the rightful owner of MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This MCP server is designed to handle authentication, check-ins, analytics, resources, and prompts, all in-memory without external storage.
Tools
5
Resources
0
Prompts
0
MCP Server (Option B, In-Memory): Auth + Check-Ins + Analytics + Resources + Prompts
No external storage. All data is held in memory and resets on cold start.
Namespaces & Tools
- auth: request_otp, verify_otp, status, signout
- checkins: log, list, history, classify, analytics
- ops: health
- resources: checkins_today
- prompts: daily_digest, checkin_summary
Response Envelope
{ "requestId": "...", "ok": true, "data": {...}, "traceId": "..." }
Errors: { "requestId": "...", "ok": false, "error": { "code": -32060, "message": "ValidationError" }, "traceId": "..." }
Dev
cp .env.example .env npm i npm run dev # POST http://localhost:3000/api/mcp
Deploy
Import to Vercel → add env vars (optional) → deploy.