Skip to main content
Glama
Akhows

monter-mcp

by Akhows

#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ファイルを読み込んで計算するだけです。

セットアップ

  1. iPhoneのMonterで: プロフィール → データをエクスポート(JSON) を選択し、AirDropでコンピュータに転送します(例: ~/Documents へ)。

  2. サーバーをアシスタントに追加します。

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

ツール

ツール

回答内容

snapshot_meta

エクスポートの鮮度と内容

spending

月または期間の合計支出とカテゴリ別支出

income

期間の合計収入

transactions_search

店舗名またはカテゴリで取引を検索

subscriptions_overview

月額に換算した定期費用

debts_overview

残高、APR、月あたりの利息

wallets_overview

ウォレット別・通貨別の残高

idle_cash_check

1ヶ月分の支出を超え、3%未満で運用されている現金

insurance_overview

保険料の合計と月間支出に占める割合

goals_overview

貯蓄目標と進捗

checkins_stats

チェックインの連続記録とポイント

health_score

アプリの0〜100の財務健全性スコアとその構成要素 *

money_leaks

検出された漏れ、月間コスト、解決済みの改善点 *

freedom_day

ユーザーのプランに基づくFreeday Dayの見積もり *

profile_overview

設定内容: 支出、クッション目標、収入源

budgets_overview

予算上限と実際の支出の比較

* Monter 1.1+ で作成されたエクスポート(schemaVersion 2、計算レイヤー付き)が必要です。古いエクスポートでも、その他のツールはすべて動作します。

プライバシー

このパッケージを通じて、あなたのエクスポートがマシンの外に出ることはありません。サーバーはローカルで動作し、ネットワーク呼び出しは一切行わず、いかなる種類の分析機能も含みません。正直な注意点が1つあります。接続するアシスタントはあなたの選択次第であり、これらのツールを通じて読み取られる内容はすべて、そのアシスタントのプロバイダーとの契約に基づいて送信されます。

数値はすべてあなた自身のデータを算術的に並べ替えたものです。ここに記載されている内容は金融アドバイスではありません。

開発

npm install
npm test   # builds and runs smoke tests against test/fixture.json

MIT © MB Utilab

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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.
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    24
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    14
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Converts Quicken QIF files into a queryable DuckDB database and exposes financial data through MCP tools, enabling LLMs to query transactions, accounts, and summaries.
    15

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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