Back to directory
deshartman/twilio-agent-payments-mcp-server

deshartman/twilio-agent-payments-mcp-server

@deshartman

MCP server for handling agent-assisted payments via the Twilio API with enhanced features for asynchronous callbacks and guided workflow

twiliopaymentsmcp-serverpci-compliancevoice-callsagent-assistedtokenizationfinance

Installation & Configuration

{
  "mcpServers": {
    "twilio-agent-payments": {
      "command": "npx",
      "args": [
        "-y",
        "twilio-agent-payments-mcp-server",
        "your_account_sid_here",
        "your_api_key_here",
        "your_api_secret_here"
      ],
      "env": {
        "TOKEN_TYPE": "reusable",
        "CURRENCY": "USD",
        "PAYMENT_CONNECTOR": "your_connector_name",
        "NGROK_AUTH_TOKEN": "your_ngrok_auth_token_here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15