an-mcp-server

globalpayments/an-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "an-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "globalpayments/an-mcp-server"
      ]
    }
  }
}