Up Bank MCP Server
@stuliston
关于 Up Bank MCP Server
MCP (Model Context Protocol) server implementation for Up Bank's API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"up-bank-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Up Bank MCP Server?
An MCP (Model Context Protocol) server implementation for Up Bank's API, allowing AI agents to interact with Up Bank accounts. It provides account balance checking, transaction history viewing, and secure API token handling.
How to use Up Bank MCP Server?
Clone the repository, create a Python virtual environment (3.10+), install dependencies via pip install -r requirements.txt, and create a .env file with your Up Bank API token as UP_TOKEN. Then run the MCP server.
Key features of Up Bank MCP Server
- Account balance checking
- Transaction history viewing
- Secure API token handling via
.env - MCP‑compliant server implementation
Use cases of Up Bank MCP Server
- AI agents retrieving current account balances
- AI agents viewing recent transaction history
- Integrating Up Bank data into MCP‑compatible tools
FAQ from Up Bank MCP Server
What does Up Bank MCP Server do?
It allows AI agents to interact with Up Bank accounts by providing account balance and transaction data through the Model Context Protocol.
What are the requirements?
Python 3.10 or later, a valid Up Bank API token, and the MCP SDK.
How do I set it up?
Clone the repository, create and activate a virtual environment, install dependencies from requirements.txt, and set your Up Bank API token in a .env file under UP_TOKEN.
How are API tokens handled?
Tokens are stored in a .env file, which is not committed to the repository, following Up Bank API security best practices.
Is the server production‑ready?
No, it is currently in the initial development phase with basic features being implemented.
金融与商务 分类下的更多 MCP 服务器
Alpaca Trading MCP Server
laukikkMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
Awesome Crypto MCP Servers
badkkA collection of crypto MCP servers.
Boba MCP
Able-labs-xyzBoba CLI - The bridge between agents and decentralized trading.
评论