Back to Home
newline53 icon

newline-mcp-server

Verified Safe

by newline53

Overview

Enables AI agents to interact with the Newline Banking API for managing synthetic accounts, transfers, customers, transactions, and other banking operations via the Model Context Protocol (MCP).

Installation

Run Command
No command provided

Environment Variables

  • NEWLINE_HMAC_KEY
  • NEWLINE_PROGRAM_ID
  • NEWLINE_BASE_URL
  • HTTPS_PROXY
  • https_proxy

Security Notes

The server uses JWT-based authentication with HMAC signing, relying on a secret key (`NEWLINE_HMAC_KEY`). While sensitive keys are loaded from environment variables as recommended, the `config.ts` provides default placeholder strings if these variables are not set. This would lead to authentication failures rather than a direct security compromise, but is a noteworthy configuration risk. The project explicitly states that external pull requests are not accepted due to operating within a regulated banking environment, and directs vulnerability reports to a HackerOne program, indicating a strong internal security focus. Proxy support is implemented via `https-proxy-agent`. Running via `npx git+...` involves executing remote code, which is a common practice but carries inherent supply chain risks.

Similar Servers

Stats

Interest Score38
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-12

Tags

BankingFinancial ServicesAI AgentsMCPAPI Integration