authorize-net-mcp
If you are the rightful owner of authorize-net-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project is a Model Context Protocol (MCP) server that integrates with the Authorize.net Node SDK to provide payment operations.
The authorize-net-mcp project is a Model Context Protocol (MCP) server designed to integrate with the Authorize.net Node SDK, offering two primary payment operations: 'takePayment' for immediate credit card charges and 'createInvoice' for generating hosted payment pages. By exposing these operations as MCP tools, AI agents and platforms using the MCP Node SDK can seamlessly access Authorize.net functionalities without directly handling sensitive credit card or transaction logic. The MCP framework standardizes communication between AI models and external services, ensuring discoverability, standardized input/output, and secure, compatible interactions. The server advertises its tools and schemas to connected MCP clients, allowing them to process payments via Authorize.net efficiently.
Features
- Integration with Authorize.net Node SDK for payment processing.
- Exposes 'takePayment' and 'createInvoice' as MCP tools.
- Standardized JSON-based input/output for reliable automation workflows.
- Secure and isolated tool execution via MCP framework.
- Discoverable tool functionality and schemas for AI models.