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?"

모든 답변은 여러분의 숫자에 대한 단순한 산술입니다. 서버도, 계정도, 원격 측정도 없습니다. 이 패키지는 디스크에 있는 하나의 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

한 달 지출 이상이면서 3% 미만 수익을 내는 현금

insurance_overview

보험료 총액 및 월 지출에서 차지하는 비중

goals_overview

저축 목표 및 진행 상황

checkins_stats

체크인 연속 기록 및 포인트

health_score

앱의 0-100 재무 건강 점수와 구성 요소 *

money_leaks

감지된 누수, 월 비용, 해결된 개선 사항 *

freedom_day

사용자 계획에서의 Freedom Day 추정치 *

profile_overview

명시된 설정: 지출, 완충 목표, 수입원

budgets_overview

예산 한도 대비 실제 지출

* Monter 1.1+ (schemaVersion 2, 계산 계층 포함)에서 만든 내보내기가 필요합니다. 이전 내보내기는 다른 모든 기능에서 여전히 작동합니다.

개인정보 보호

이 패키지를 통해 내보내기 파일이 기기를 떠나지 않습니다. 서버는 로컬에 있으며, 네트워크 호출을 하지 않고, 어떤 분석도 포함하지 않습니다. 한 가지 솔직한 주의사항: 연결하는 어시스턴트는 여러분의 선택입니다. 이 도구를 통해 읽는 모든 것은 해당 어시스턴트 제공업체를 통해 전송되며, 이는 여러분과 그들의 계약에 따릅니다.

숫자는 여러분의 데이터를 산술적으로 재배열한 것입니다. 여기 있는 어떤 것도 재정적 조언이 아닙니다.

개발

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