Back to Home
laramarcodes icon

plaid-transactions-mcp

Verified Safe

by laramarcodes

Overview

An MCP server enabling Claude to sync, search, and analyze financial transactions securely using Plaid's API.

Installation

Run Command
/Users/sfinnerty/codingProjects/plaid-transactions-mcp/.venv/bin/python /Users/sfinnerty/codingProjects/plaid-transactions-mcp/plaid_mcp.py

Security Notes

Credentials (Plaid Client ID, Secret, and Access Tokens) are securely managed using macOS Keychain, preventing hardcoding or storage in plain-text files. The server avoids environment variables for sensitive data. A temporary local HTTP server is launched for Plaid Link OAuth callbacks, which is well-contained and shuts down after use. Input validation is performed using Pydantic models. No 'eval' or malicious patterns were identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3500
Stars0
Forks0
Last Update2026-01-05

Tags

PlaidTransactionsFinancial AnalysisMCP ServermacOS Keychain