MCP Configuration
Vouch exposes an MCP (Model Context Protocol) server via SSE transport. Any AI model or agent framework that supports MCP can connect directly to Vouch.
MCP Configuration
// Add to your MCP client configuration (e.g., Claude, Claude Code) { "mcpServers": { "vouch": { "url": "https://api.vouchprotocol.xyz/mcp/sse" } } }
Network: The MCP server connects to Solana devnet.
Authentication: No authentication is required to connect to the MCP endpoint.
Connection limits: 5 SSE connections per IP, 100 total connections, 30-minute idle timeout. Sessions are bound to the originating IP address.