Zostaje MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zostaje MCPShow me my recent transactions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_statuslist_accountsget_monthly_summarylist_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 devThe 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.
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
- AlicenseCqualityBmaintenanceUnofficial MCP server for Monarch Money that exposes tools for managing accounts, transactions, budgets, and other financial data through natural language.1001MIT
- AlicenseBqualityAmaintenanceRead-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.1012MIT
- AlicenseAqualityCmaintenanceAn 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.35MIT
- Alicense-qualityBmaintenanceA read-only MCP server that securely connects Swedish/Nordic bank accounts to AI assistants, keeping all financial data local and encrypted.50MIT
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
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/zostaje/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server