{
  "markdown": "# Mintline MCP Server\n\nConnect AI assistants to your Mintline receipts and transactions via the [Model Context Protocol](https://modelcontextprotocol.io).\n\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io/servers/io.github.mintlineai/mintline-mcp)\n[![mcp.so](https://img.shields.io/badge/mcp.so-Listed-green)](https://mcp.so/server/mintline-mcp)\n[![npm](https://img.shields.io/npm/v/@mintline/mcp)](https://www.npmjs.com/package/@mintline/mcp)\n\n## Installation\n\n```bash\nnpm install -g @mintline/mcp\n```\n\n## Setup\n\n### 1. Get your API key\n\nCreate an API key at [mintline.ai/app/settings/api-keys](https://mintline.ai/app/settings/api-keys)\n\n### 2. Configure Claude Desktop\n\nAdd to your `~/.claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"mintline\": {\n      \"command\": \"mintline-mcp\",\n      \"env\": {\n        \"MINTLINE_API_KEY\": \"ml_live_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n### 3. Restart Claude Desktop\n\nThe Mintline tools will now be available.\n\n## Available Tools\n\nTools are loaded dynamically from the Mintline API and stay automatically in sync.\n\n**View all available tools:**\n- Documentation: [mintline.ai/docs/mcp](https://mintline.ai/docs/mcp)\n- CLI: `npx @mintline/mcp --list-tools`\n\n## Example Prompts\n\n### Receipts & Transactions\n- \"Show me my unmatched receipts\"\n- \"Find receipts from Amazon\"\n- \"List transactions from my Chase statement\"\n- \"Show details for receipt rcpt_01abc123\"\n\n### Matching\n- \"What matches need my review?\"\n- \"Confirm the top match\"\n- \"Reject match mtch_01xyz789 - wrong vendor\"\n\n### Analytics\n- \"How much did I spend this month?\"\n- \"What are my top vendors by spending?\"\n- \"Show me spending trends for the last 6 months\"\n- \"Break down my spending by week\"\n- \"How much did I spend at AWS last quarter?\"\n- \"What needs my attention?\" (shows unmatched items)\n- \"Do I have any large transactions without receipts?\"\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `MINTLINE_API_KEY` | Yes | Your Mintline API key |\n| `MINTLINE_API_URL` | No | API URL (default: https://api.mintline.ai) |\n\n## Development\n\n```bash\ngit clone https://github.com/mintlineai/mintline-mcp.git\ncd mintline-mcp\nnpm install\n\n# Run locally\nMINTLINE_API_KEY=ml_live_... node src/index.js\n```\n\n## License\n\nMIT\n",
  "bytes": 2352,
  "sha": "40ca013661b96e318bb4c8fa3ae39fdd93645e993b13fcacd89d702d63467d1e",
  "repo_slug": "mintlineai/mintline-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mintlineai_mintline_mcp_aca01f10/readme"
}