authorize-net-mcp
0
The authorize-net-mcp project is an MCP server designed to handle payment processing through Authorize.net. It enables AI platforms to charge credit cards and create invoices via secure hosted payment pages, ensuring transaction processes are managed efficiently without directly exposing sensitive data.
authorize-net-mcp
This project is a Model Context Protocol (MCP) server that integrates with the Authorize.net Node SDK to provide two primary payment operations:
- takePayment – Charge a credit card directly.
- createInvoice – Generate a hosted payment page for customers.
These operations can be called by AI agents and platforms using the MCP Node SDK, allowing seamless transaction processes without handling sensitive credit card data. The project involves using the MCP Node SDK for creating MCP servers and the Authorize.net Node SDK for transaction management.