Back to Home
Intra-Pay icon

mcp-server

Verified Safe

by Intra-Pay

Overview

A Model Context Protocol (MCP) server exposing Brazilian Pix payment (cash-in/cash-out) and webhook operations from the Intra Pay API to AI agents and IDEs.

Installation

Run Command
npm start

Environment Variables

  • INTRAPAY_BASE_URL
  • INTRAPAY_CLIENT_KEY
  • INTRAPAY_CLIENT_SECRET
  • INTRAPAY_ENV
  • PORT
  • INTRAPAY_WEBHOOK_SECRET

Security Notes

The server properly handles sensitive API keys and secrets by requiring them via environment variables (INTRAPAY_CLIENT_KEY, INTRAPAY_CLIENT_SECRET, INTRAPAY_WEBHOOK_SECRET), rather than hardcoding them. It implements a token caching mechanism to minimize authentication calls. Network requests to the external Intra Pay API include retry logic with exponential backoff and comprehensive error normalization. Logging is implemented with caution, explicitly avoiding the logging of secrets. The README advises enabling IP allowlisting on the Intra Pay dashboard, indicating good security awareness. No 'eval' or similar dangerous dynamic code execution patterns were identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2025-11-26

Tags

FinancialPaymentsPixAPI GatewayMCPWebhook