mcp-server
Verified Safeby 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
npm startEnvironment 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
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
mcp-reference-server
Standardize and manage fulfillment operations for AI agents by providing a universal interface to various fulfillment systems.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.