MCP.so
登录

MCP-Upbank

@sirmews

关于 MCP-Upbank

An MCP server for interacting with your up-bank account, retrieving account balances and transactions.

基本信息

分类

其他

许可证

WTFPL

运行时

node

传输方式

stdio

发布者

sirmews

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP-Upbank?

MCP-Upbank is a Model Context Protocol server that provides read-only access to the Up Bank API. It is designed for daily LLM usage, such as fetching transactions or comparing spending habits. The API does not allow any mutations, so there is no risk of accidentally modifying your bank account.

How to use MCP-Upbank?

Follow Up Bank's Getting Started guide to create a Personal Access Token. Configure the server in your MCP client (Claude, VS Code, Cursor) or use Smithery.ai for the exact configuration. Keep your token private and do not share it.

Key features of MCP-Upbank

  • Read-only access to the Up Bank API (no mutations)
  • Uses Zod schemas and types generated from the Up Bank OpenAPI spec
  • Handles opaque cursors with a custom pagination handler
  • Easy installation via Smithery.ai or manual client configuration
  • Focused on daily LLM integration, e.g., transaction journaling

Use cases of MCP-Upbank

  • Get a list of today's transactions and add them to your daily journal
  • Compare spending habits across months
  • Experiment with the Up Bank API in a safe, read-only environment

FAQ from MCP-Upbank

What does this MCP server do?

It exposes the Up Bank API through the Model Context Protocol, allowing LLMs to fetch account data like transactions. All operations are read-only.

Is it safe to use?

Yes. The Up Bank API does not support mutations, so there is no risk of deleting your account or sending money.

How do I install MCP-Upbank?

You can use Smithery.ai to get the exact configuration snippet for your client, or manually configure it using the installation guides for Claude, VS Code, or Cursor.

What do I need to get started?

A Personal Access Token from Up Bank. Follow their Getting Started guide to create one. Keep the token confidential.

Does the server require any other dependencies?

The README does not specify runtime dependencies. It is built using Orval and Zod, so Node.js is likely required. The easiest way to set it up is via Smithery.ai.

评论

其他 分类下的更多 MCP 服务器