ynab-mcp
Verified Safeby greatgitsby
Overview
Exposes YNAB (You Need A Budget) financial data to LLMs via the Model Context Protocol (MCP) for querying budget information.
Installation
uv run mcp dev src/ynab_mcp/server.pyEnvironment Variables
- YNAB_API_TOKEN
Security Notes
The server securely handles the YNAB API token by requiring it via an environment variable (YNAB_API_TOKEN) and using it for Bearer authentication with the YNAB API via the httpx library. There are no hardcoded secrets, 'eval' usage, or obvious malicious patterns. Input parameters for resources/tools are validated or used in API calls, reducing direct injection risks. Output is formatted into human-readable text, which is generally safer for LLM consumption than raw JSON.
Similar Servers
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
loanpro-mcp-server
Exposes read-only LoanPro financial data via Model Context Protocol (MCP) using HTTP, SSE, and stdio transports for integration with AI agents or other clients.
ai-mcp-server-client-fastmcp
Builds a local MCP server with stock market tools for a LangChain AI agent to fetch financial data.
mcp-finance-intel
A financial intelligence MCP server providing structured market analysis and insights for crypto and equities, designed for LLM and human developer consumption.