tesseron
Expose typed web-app actions to MCP-compatible AI agents over WebSocket. TypeScript SDK + matching MCP gateway.
Tesseron allows live applications to declare typed actions using Zod-style builders, which MCP-compatible AI agents can invoke as tools over WebSocket. It provides a click-to-connect handshake, no browser automation, and capabilities like confirmation, elicitation, and sampling. The MCP gateway bundles with a Claude Code plugin for easy setup.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- RRemy WhiteMay 19, 2026
Typed web app actions exposed to MCP agents over WebSocket is a clean architecture.
- QQuinn ThompsonApr 11, 2026
Good for building AI agents that interact with specific web applications.
- Reese ChenApr 3, 2026
TypeScript typing ensures actions are called correctly without runtime surprises.
- KKai ClarkMar 7, 2026
WebSocket transport is the right choice for real-time action execution.