VIC MCP (Model Context Protocol) Client for Node.js - A TypeScript client for connecting to VIC MCP server with automatic authentication and token management.
This package provides a complete client implementation for integrating with VIC Model Context Protocol server. It handles authentication, token refresh, tool discovery, and tool execution with built-in retry logic.
VISA_MCP_BASE_URL- Base URL for Visa MCP server (used bycreateVisaMcpClient())- All authentication credentials are managed by @visa/token-manager
For complete usage examples, API documentation, environment variable setup, and working code samples, see the mcp-examples directory.
This package is used by:
- mcp-examples - MCP usage examples and workflow demonstrations
- vic-agent - LangGraph agent implementation