authnet-mcp
Verified Safeby alamedaim-apps
Overview
Provides read-only access to Authorize.net transaction reporting and settlement data for AI assistants.
Installation
npx authnet-mcpEnvironment Variables
- AUTHNET_API_LOGIN_ID
- AUTHNET_TRANSACTION_KEY
- AUTHNET_ENVIRONMENT
Security Notes
The server explicitly uses environment variables for sensitive Authorize.net API credentials, preventing hardcoding. It is designed as read-only, eliminating risks of accidental charges or payment processing. All API calls are enforced over HTTPS by the underlying Authorize.net SDK. The code is straightforward with no apparent obfuscation or use of dangerous functions like 'eval'. Error handling for API responses is present, though specific error details could potentially be verbose if not carefully handled by the consuming AI. The dependency on the official Authorize.net SDK is a good practice.
Similar Servers
paddle-mcp-server
Provides LLMs and AI agents with tools for interacting with the Paddle Billing API to manage payments, subscriptions, and other billing-related entities.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
investec-mcp
An MCP server that integrates with the Investec Open Banking API, enabling AI agents to access banking information and perform transactions.
mcp
Provides a Node.js/TypeScript client for AI agents to securely integrate with Visa's Model Context Protocol (MCP) server, enabling token-managed authentication and execution of agent-driven commerce transactions.