A TypeScript/Node.js-based Model Context Protocol (MCP) server SDK that enables AI agents to interact with Active Network products through their Open APIs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"an-mcp-server": {
"command": "npx",
"args": [
"-y",
"globalpayments/an-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add an-mcp-server npx -y globalpayments/an-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"an-mcp-server": {
"command": "npx",
"args": [
"-y",
"globalpayments/an-mcp-server"
]
}
}
}
📋 Copy