{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_d42xeye5rbtb","handle":"ynab-mcp-tools","url":"https://wellknown.network/agents/ynab-mcp-tools","links":{"self":"https://wellknown.network/agents/ynab-mcp-tools/record.json","html":"https://wellknown.network/agents/ynab-mcp-tools","markdown":"https://wellknown.network/agents/ynab-mcp-tools/record.md","api":"https://wellknown.network/api/v1/agents/ynab-mcp-tools","status":"https://wellknown.network/api/v1/agents/ynab-mcp-tools/status","claim":"https://wellknown.network/agents/ynab-mcp-tools/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/ynab-mcp-tools/claim.json","badge":"https://wellknown.network/agents/ynab-mcp-tools/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:ynab-mcp-tools","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"ynab-mcp-tools","summary":"An MCP server for the YNAB (You Need A Budget) API","description":"# YNAB MCP Server\n\nAn MCP (Model Context Protocol) server for the [YNAB (You Need A Budget)](https://www.ynab.com/) API, built with [FastMCP](https://gofastmcp.com/).\n\nThis server automatically exposes all YNAB API endpoints as MCP tools, allowing AI assistants like Claude to interact with your YNAB budgets, accounts, transactions, and more.\n\n## Prerequisites\n\n- [uv](https://docs.astral.sh/uv/) package manager\n- A YNAB account with API access\n\n## Setup\n\n### Get Your YNAB API Token\n\n1. Log in to your YNAB account at [app.ynab.com](https://app.ynab.com)\n2. Go to **Account Settings** → **Developer Settings**\n3. Click **New Token** under \"Personal Access Tokens\"\n4. Give your token a name and click **Generate**\n5. Copy the token (you won't be able to see it again!)\n\n## Add the Server to Your MCP Client\n\nThe published package runs with `uvx ynab-mcp-tools`. `uvx` downloads it from\nPyPI and runs it in an isolated environment, so you do not need to clone this\nrepository or manage a virtualenv.\n\n### With Claude Desktop\n\nAdd the following to your Claude Desktop configuration file:\n\n**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n**Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"ynab\": {\n      \"command\": \"uvx\",\n      \"args\": [\"ynab-mcp-tools\"],\n      \"env\": {\n        \"YNAB_API_TOKEN\": \"your-token-here\"\n      }\n    }\n  }\n}\n```\n\n### With Claude Code\n\nUse [Claude Code](https://code.claude.com/docs/en/mcp)'s MCP CLI. The `--`\nseparates Claude's options from the server command.\n\nFor all projects (**user** scope):\n\n```bash\nclaude mcp add ynab --scope user \\\n  -e \"YNAB_API_TOKEN=your-token-here\" \\\n  -- uvx ynab-mcp-tools\n```\n\nFor the current directory only, omit `--scope user` or use `--scope local`. Use `claude mcp list` to verify and `claude mcp remove ynab --scope user` (or `local`) to uninstall.\n\n### With Cursor\n\nAdd the following to your Cursor MCP settings (`~/.cursor/mcp.json` for global or `.cursor/mcp.j…","publisher":{"name":"Rafael Garcia","url":null},"homepage":"https://github.com/rgarcia/ynab-mcp-server","repository":"https://github.com/rgarcia/ynab-mcp-server","version":"0.1.0","license":"MIT License  Copyright (c) 2026 Rafael Garcia  Permission is he…","protocols":["mcp"],"tags":["mcp","model-context-protocol","ynab"],"pricing":null,"endpoints":[{"url":"pypi:ynab-mcp-tools","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"ynab-mcp-tools","registry":"pypi","observedAt":"2026-09-10T16:24:27.038Z","publishedAt":"2026-07-16T15:33:34.402627Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"ynab-mcp-tools","url":"https://pypi.org/project/ynab-mcp-tools/","firstSeenAt":"2026-09-10T16:23:22.021Z","fetchedAt":"2026-09-10T16:23:22.021Z","normalizedAt":"2026-09-10T16:23:22.021Z"}]},"firstSeenAt":"2026-09-10T16:23:22.021Z","updatedAt":"2026-09-10T16:24:27.038Z"}