Skip to main content
Glama
zostaje

Zostaje MCP

by zostaje

Zostaje MCP

Official, open-source MCP server for connecting a user's Zostaje account to ChatGPT and other MCP clients.

The repository is public, but financial data is not. Every request requires a user authorization token and the server exposes read-only tools by default.

Tools

  • zostaje_status

  • list_accounts

  • get_monthly_summary

  • list_transactions (bounded to at most 500 records per call)

The financial tools are implemented against the planned Zostaje API contract. They become usable when the corresponding endpoints and OAuth scopes ship in zostaje/backend.

Related MCP server: ZenMoney MCP

Local development

cp .env.example .env
npm install
ZOSTAJE_ACCESS_TOKEN=development-secret npm run dev

The MCP endpoint is http://127.0.0.1:4200/mcp. The development token mode is for local tests only and supports one user.

Production security gate

Do not expose this server publicly with ZOSTAJE_ACCESS_TOKEN. Before remote deployment, replace DevelopmentTokenVerifier with Zostaje OAuth/OIDC token verification and publish protected-resource/authorization-server metadata. Required scopes should start with finance:read; write tools are intentionally out of scope.

ChatGPT connects to remote MCP servers. A public deployment therefore needs HTTPS, OAuth, refresh-token support (typically offline_access), rate limiting, audit logs and token revocation. The code must never log bearer tokens or return credentials in tool output.

Status

This is a safe integration scaffold, not yet a production connector. It refuses unauthenticated MCP calls and the backend currently exposes only /health.

A
license - permissive license
-
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
    C
    quality
    B
    maintenance
    Unofficial MCP server for Monarch Money that exposes tools for managing accounts, transactions, budgets, and other financial data through natural language.
    100
    1
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Read-only MCP server for ZenMoney that syncs financial data into memory and exposes it through tools and resources, enabling agentic analysis of transactions and spending patterns.
    10
    12
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An unofficial MCP server that connects Despezzas financial data to MCP clients like ChatGPT, enabling listing accounts, cards, categories, searching transactions, and performing write operations with safety protections.
    35
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A read-only MCP server that securely connects Swedish/Nordic bank accounts to AI assistants, keeping all financial data local and encrypted.
    50
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2

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/zostaje/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server