Arc Pay is a safe, easy way for your AI agents to pay for physical or digital goods and services — autonomously, but on your terms.
Arc Pay supports the following payment methods:
- USDC payment
- Credit Card (soon)
- See server root path (GET /)
- Use included Postman collection
- Use
npm run mcp:inspectto interact with MCP server
First install the dependencies.
npm installSet the necessary environment variables.
cp .env.example .envStart the local Redis instance using Docker Compose.
docker compose up -dThen run the development server
npm run devThe local development server should be running on port 3000.
open http://localhost:3000