mcp-ynab
Verified Safeby brynsp
Overview
Integrates the YNAB API for read-only budgeting data access via Model Context Protocol, allowing AI assistants to query YNAB data.
Installation
docker run -e YNAB_TOKEN=your-personal-access-token ynab-mcp-serverEnvironment Variables
- YNAB_TOKEN
- YNAB_BASE_URL
Security Notes
The server is explicitly designed for read-only access to the YNAB API, minimizing risks of data modification. The YNAB API token is securely handled via environment variables, not hardcoded. Good container security practices are mentioned in the documentation, including running as a non-root user and installing only necessary dependencies. No obvious malicious patterns or unsafe functions like `eval` were found in the provided source code. Input arguments for tools are passed directly to the YNAB client, relying on the YNAB API for input validation.
Similar Servers
keyboard-local
Enables AI clients to execute real-world tasks through connected third-party tools (APIs, CLIs, SDKs) with human approval, leveraging a secure GitHub Codespace environment.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
1mcp
Orchestrates AI agent tool calls by executing JavaScript/TypeScript code in a WASM sandbox, reducing LLM context bloat and managing security policies.
mcp-4get
An MCP server providing LLM clients seamless access to the 4get Meta Search engine API for web, image, and news searches.