Banking and Fintech MCP Server
Provides tools for performing read-only operations on Git repositories.
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., "@Banking and Fintech MCP ServerShow me the last 10 failed transactions for the payments service"
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.
My MCP Server
MCP Server xây dựng bằng FastMCP (Python ≥ 3.11), phục vụ domain banking / fintech.
Cấu trúc
server.py — Entry point, mount sub-servers
tools/ — @tool: mỗi file là 1 sub-server FastMCP
resources/ — @resource: dữ liệu LLM đọc (read-only)
prompts/ — @prompt: prompt templates tái sử dụng
models/schemas.py — Pydantic models chia sẻ
utils/helpers.py — Decorator, sanitization, logging
tests/ — pytest-asyncioCài đặt
uv venv .venv && source .venv/bin/activate
uv pip install -r requirements-dev.txt
cp .env.example .env # điền các biến môi trường cần thiếtChạy
python server.pyServer mặc định tại http://0.0.0.0:8000 (cấu hình qua MCP_HOST, MCP_SERVER_PORT).
Kiểm tra tools
fastmcp dev server.pyTest & Lint
pytest
ruff check . && ruff format .
mypy .Sub-servers
Namespace | Mô tả |
| Database queries |
| Git read-only operations |
| Deployment tools |
| Configuration resources |
| Prompt templates |
Bảo mật
Secrets qua
.env, không hardcode trong codeMọi input qua
sanitize_input()trước khi dùngKhông deploy tag
latestlênproductionStructured logging (JSON) — không log thông tin nhạy cảm
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/anhtuanluu/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server