This directory contains working examples for Visa client packages:
Complete examples demonstrating the @visa/mcp-client package for integrating with VIC MCP server.
Get started:
cd vic-mcp-examples
npm install
npm run mcp:connection # Test MCP server connectionSee vic-mcp-examples/README.md for full documentation.
Complete examples demonstrating the @visa/api-client package for direct REST API integration with VIC platform.
Get started:
cd vic-api-examples
npm install
npm run api:create-cancel # Run a VIC workflowSee vic-api-examples/README.md for full documentation.
Examples demonstrating VDP connectivity testing using the @visa/api-client package.
Get started:
cd vdp-api-examples
npm install
npm run api:test-connection # Test VDP connectionSee vdp-api-examples/README.md for full documentation.
- @visa/mcp-client - MCP Client for Visa Intelligent Commerce
- @visa/token-manager - VIC MCP Authentication
- @visa/api-client - REST API Client with X-Pay and MLE support