MCP Integration Overview

VibeHero integrates with AI assistants through the Model Context Protocol (MCP), an open standard for secure, controlled connections between AI applications and external systems.

What is MCP?

Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to data sources, tools, and services. Unlike traditional APIs, MCP provides:

  • Secure Communication: Token-based authentication with controlled access
  • Real-time Updates: Bidirectional communication for live data
  • Structured Data: Type-safe data exchange with schema validation
  • No API Keys: No need to manage or rotate API credentials

Why MCP over REST APIs?

  • Security: No API keys to manage or expose
  • Simplicity: Single connection instead of multiple HTTP endpoints
  • Performance: Real-time bidirectional communication
  • Reliability: Built-in error handling and reconnection logic
  • Future-proof: Open standard supported by major AI platforms

Supported AI Assistants

Claude Code

Official CLI tool from Anthropic with built-in MCP support

Coming Soon

Support for additional AI assistants is in development