Back to Home
greatgitsby icon

ynab-mcp

Verified Safe

by greatgitsby

Overview

Exposes YNAB (You Need A Budget) financial data to LLMs via the Model Context Protocol (MCP) for querying budget information.

Installation

Run Command
uv run mcp dev src/ynab_mcp/server.py

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

YNABBudgetingLLM IntegrationMCPFinancial