Model Context Protocol integration for the Vercube framework
npm install @vercube/mcp

!NPM Version&labelColor=%23000&color=%232e2e2e&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40vercube%2Fmcp>)
!GitHub License&labelColor=%23000&color=%232f2f2f>)
!Codecov&labelColor=%23000&color=%232f2f2f>)
Expose your app's functionality to AI agents via MCP. Define tools with @MCPTool, validate with Zod, let LLMs call your code.
- Decorator-based - @MCPTool on methods to expose them as tools
- Type-safe - Zod schemas for input/output validation
- Auto endpoint - MCP protocol available at /api/mcp
- Tool annotations - mark tools as read-only, idempotent, etc.
``bash``
pnpm add @vercube/mcp
Check out the full documentation