Case study
DevSan Link
Git-backed link-in-bio with local MCP tools.
shippedSolo buildAI AgentsFull Stack2026

Summary
A link-in-bio site you edit via git, with a local MCP server that exposes the link list as an agent tool. Small, but proof of MCP fluency.
Problem
Link-in-bio tools are either someone else's SaaS or a static page with no agent surface. I wanted one I could edit via git, deploy by push, and expose to my own coding agents as a typed MCP tool — so the same link list could power the public page and an agent workflow.
Architecture
UserServiceStoreAgent
Result
DevSan Link runs as a git-backed Astro site with a local MCP server that exposes the link list as an agent tool. Small, but a real working example of MCP fluency. Shipped, indexed, and in use.
Highlights
- Edit via PR; deploy via push
- Local MCP server exposes the list to coding agents
- Tiny working example of MCP in a real product
Have something similar?