monter-mcp
#monter-mcp
MCP対応のアシスタントに、自分のお金について質問できます。ローカルで完結し、Monterで作成したエクスポートファイルを使います。
"How much did I spend in July?"
"What do I pay for on autopilot every month?"
"How much does my credit card quietly cost me per month?"
"Is any of my cash sitting idle below market rate?"すべての回答は、自分のデータに対する単純な算術演算です。サーバーもアカウントもテレメトリもありません。このパッケージは、ディスク上の1つのJSONファイルを読み込んで計算するだけです。
セットアップ
iPhoneのMonterで: プロフィール → データをエクスポート(JSON) を選択し、AirDropでコンピュータに転送します(例:
~/Documentsへ)。サーバーをアシスタントに追加します。
Claude Desktop(claude_desktop_config.json):
{
"mcpServers": {
"monter": {
"command": "npx",
"args": ["-y", "monter-mcp", "--export", "/Users/you/Documents/monter-export-2026-08-21.json"]
}
}
}Claude Code:
claude mcp add monter -- npx -y monter-mcp --export ~/Documents/monter-export-2026-08-21.jsonいつでも再エクスポートできます。サーバーは新しいファイルを自動的に取得します(変更時に再読み込みします)。毎回エクスポートの名前を変更する場合は、~/Documents/monter-export.json のような安定したパスを設定に指定してください。
Related MCP server: plaid-mcp
ツール
ツール | 回答内容 |
| エクスポートの鮮度と内容 |
| 月または期間の合計支出とカテゴリ別支出 |
| 期間の合計収入 |
| 店舗名またはカテゴリで取引を検索 |
| 月額に換算した定期費用 |
| 残高、APR、月あたりの利息 |
| ウォレット別・通貨別の残高 |
| 1ヶ月分の支出を超え、3%未満で運用されている現金 |
| 保険料の合計と月間支出に占める割合 |
| 貯蓄目標と進捗 |
| チェックインの連続記録とポイント |
| アプリの0〜100の財務健全性スコアとその構成要素 * |
| 検出された漏れ、月間コスト、解決済みの改善点 * |
| ユーザーのプランに基づくFreeday Dayの見積もり * |
| 設定内容: 支出、クッション目標、収入源 |
| 予算上限と実際の支出の比較 |
* Monter 1.1+ で作成されたエクスポート(schemaVersion 2、計算レイヤー付き)が必要です。古いエクスポートでも、その他のツールはすべて動作します。
プライバシー
このパッケージを通じて、あなたのエクスポートがマシンの外に出ることはありません。サーバーはローカルで動作し、ネットワーク呼び出しは一切行わず、いかなる種類の分析機能も含みません。正直な注意点が1つあります。接続するアシスタントはあなたの選択次第であり、これらのツールを通じて読み取られる内容はすべて、そのアシスタントのプロバイダーとの契約に基づいて送信されます。
数値はすべてあなた自身のデータを算術的に並べ替えたものです。ここに記載されている内容は金融アドバイスではありません。
開発
npm install
npm test # builds and runs smoke tests against test/fixture.jsonMIT © MB Utilab
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides an MCP server for querying and managing Monarch Money personal finance data through a local SQLite mirror with read-only SQL access. It enables users to sync transaction history from the Monarch API and analyze accounts, categories, and tags.1MIT
- AlicenseAqualityDmaintenanceA read-only MCP server that enables users to analyze their real bank, credit card, loan, and brokerage data through Plaid. It provides financial analysis tools for transactions, balances, investments, liabilities, and debt while keeping all access tokens and data locally stored.24MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying personal finance data including accounts, transactions, spending, holdings, net worth, and budgets from your self-hosted OpenCoffer instance. Supports natural language queries through any MCP-compatible client.14MIT
- FlicenseNot gradedqualityCmaintenanceConverts Quicken QIF files into a queryable DuckDB database and exposes financial data through MCP tools, enabling LLMs to query transactions, accounts, and summaries.15
Related MCP Connectors
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Akhows/monter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server