copilot-money-mcp
Verified Safeby ignaciohermosillacornejo
Overview
The Copilot Money MCP Server enables AI-powered queries of personal financial data by reading locally cached Copilot Money data.
Installation
copilot-money-mcpSecurity Notes
The server explicitly states it is 100% local, read-only, and performs zero network requests, aligning with strong privacy commitments. All tools are marked with `readOnlyHint: true`. Data is accessed from the local Copilot Money LevelDB cache. It copies the database to a temporary directory for read access, ensuring no conflicts with the running app. Zod is used for data validation, contributing to robustness. No hardcoded external secrets or malicious patterns were identified. A score of 9 is given due to its strong privacy and local-only guarantees, with a slight deduction as any local file access has inherent, albeit minor, system interaction risks.
Similar Servers
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
blz
Provides fast, local documentation search and retrieval for AI agents, using llms.txt files for line-accurate citations.
copilot-memory-store
A persistent local memory store for AI assistants and coding agents, enabling context engineering by saving, searching, and compressing developer-specific knowledge across conversations.
local_media_search_mcp_server
Enables AI assistants to semantically search local images and videos using natural language, prioritizing user privacy by processing all data locally without cloud uploads.