AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Rewind

mcp-pdugan20-rewind · by pdugan20

Personal data aggregation service. Syncs data from Strava, Last.fm, Discogs, Plex, Trakt, and Letterboxd into a centralized API.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add mcp-pdugan20-rewind

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-pdugan20-rewind)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Rewind? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Rewind

[](https://github.com/pdugan20/rewind/actions/workflows/ci.yml) [](https://docs.rewind.rest) [](https://workers.cloudflare.com) [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/rewind-mcp-server)

Personal data aggregation API. Syncs data from multiple services on a schedule, normalizes everything into a unified schema, and serves it through a REST API with a cross-domain activity feed.

Domains

| Domain | Sources | Description | | -------------- | ---------------------- | -------------------------------------------------------------------- | | Listening | Last.fm, Apple Music | Scrobble history, top artists/albums/tracks, streaks, stats | | Running | Strava | Activities with splits, personal records, gear, yearly summaries | | Watching | Plex, Letterboxd | Watch history, ratings, reviews, movies and TV shows via TMDB | | Collecting | Discogs, Trakt | Vinyl/CD collection, physical media (Blu-ray/4K UHD/HD DVD) | | Reading | Instapaper | Articles, reading progress, highlights, word count, article metadata | | Attending | Google Calendar, Gmail | Live events, tickets, sports games (MLB/NFL/NBA), concerts, venues |

Live endpoints

| Service | URL | | ---------- | ------------------------------------------------------------------ | | API | api.rewind.rest | | API Docs | docs.rewind.rest | | MCP Server | docs.rewind.rest/mcp-server | | Image CDN | cdn.rewind.rest |

Built with

Hono on Cloudflare Workers. D1 (SQLite) for storage, R2 for images, Drizzle ORM for type-safe queries. End-to-end type inference via Hono RPC -- consuming apps get a fully typed client with zero codegen. Full OpenAPI 3.1 spec with interactive docs via Scalar.

Development

npm run dev          # Start local dev server
npm run deploy       # Deploy to Cloudflare Workers
npm test             # Vitest
npm run type-check   # TypeScript strict mode
npm run lint         # ESLint
npm run db:generate  # Generate Drizzle migrations
npm run db:migrate   # Apply migrations locally

See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for system design, sync flow, caching strategy, and image pipeline details.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.