sequence-mcp
Verified Safeby markng
Overview
An MCP server enabling AI assistants to programmatically interact with Sequence banking APIs for fetching account data and triggering automation rules.
Installation
python -m sequence_mcp.serverEnvironment Variables
- SEQUENCE_ACCESS_TOKEN
Security Notes
The server uses environment variables (SEQUENCE_ACCESS_TOKEN) and direct parameters (API secrets) for credentials, which is a good practice. It handles API errors robustly and explicitly advises users on securing their tokens. No 'eval' or direct shell command injection points are apparent. All network communication is over HTTPS. The project clearly states its unofficial status.
Similar Servers
genai-toolbox
Provides an open-source MCP server to simplify the development and deployment of Gen AI tools that interact with various databases, handling complexities like connection pooling and authentication.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
investec-mcp
An MCP server that integrates with the Investec Open Banking API, enabling AI agents to access banking information and perform transactions.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.