loading…
Search for a command to run...
loading…
A FastMCP-based server designed for the banking and fintech domains, providing tools for database queries, Git operations, and deployment management. It feature
A FastMCP-based server designed for the banking and fintech domains, providing tools for database queries, Git operations, and deployment management. It features a modular architecture with reusable prompt templates and integrated security practices for sensitive data handling.
MCP Server xây dựng bằng FastMCP (Python ≥ 3.11), phục vụ domain banking / fintech.
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-asyncio
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ết
python server.py
Server mặc định tại http://0.0.0.0:8000 (cấu hình qua MCP_HOST, MCP_SERVER_PORT).
fastmcp dev server.py
pytest
ruff check . && ruff format .
mypy .
| Namespace | Mô tả |
|---|---|
db |
Database queries |
git |
Git read-only operations |
deploy |
Deployment tools |
config |
Configuration resources |
prompts |
Prompt templates |
.env, không hardcode trong codesanitize_input() trước khi dùnglatest lên productionДобавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"banking-and-fintech-mcp-server": {
"command": "npx",
"args": []
}
}
}