Back to Home
markng icon

sequence-mcp

Verified Safe

by markng

Overview

An MCP server enabling AI assistants to programmatically interact with Sequence banking APIs for fetching account data and triggering automation rules.

Installation

Run Command
python -m sequence_mcp.server

Environment 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

Stats

Interest Score34
Security Score9
Cost ClassLow
Avg Tokens150
Stars2
Forks0
Last Update2026-01-19

Tags

Banking APIAI AssistantFinancial AutomationMCP ServerPython