Prometeo MCP Server
@prometeoapi
关于 Prometeo MCP Server
A MCP Server for Prometeo API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"prometeo-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Prometeo MCP Server?
Prometeo MCP Server is a Python‑based implementation of the Model Context Protocol (MCP) that connects to the Prometeo API. It provides tools for banking information access, account validation, CURP queries, and cross‑border payments, targeting developers building LLM‑powered financial applications.
How to use Prometeo MCP Server?
Install by cloning the repository, creating a virtual environment with uv, and installing dependencies. To run it inside MCP‑compatible LLMs (e.g., Claude Desktop), add a JSON configuration that launches uv run prometeo_mcp/server.py and sets the PROMETEO_API_KEY and PROMETEO_ENVIRONMENT environment variables.
Key features of Prometeo MCP Server
- Python 3.11+ with Pydantic v2.x and FastMCP
- CURP validation and reverse query
- Bank account validation across Latin America and the US
- Banking login, accounts, movements, and logout tools
- Cross‑border payin/payout creation and management
- OpenAPI resource listing and reading
Use cases of Prometeo MCP Server
- Validate Mexican CURP identity documents programmatically
- Verify bank account existence and holder details in multiple countries
- Authenticate to banking providers and retrieve account balances and transaction history
- Create and manage cross‑border payments (payins with virtual accounts or QR codes, payouts via local rails)
- Generate client code from Prometeo OpenAPI resources
FAQ from Prometeo MCP Server
What Python version and dependencies are required?
Python 3.11+ is required. The server uses Pydantic v2.x, FastMCP, and the Prometeo API SDK.
How do I obtain a Prometeo API key?
Register at Prometeo to get an API key. You can use sandbox or production keys.
How do I configure this server for Claude Desktop?
Add a mcpServers entry in Claude Desktop’s JSON config with "command": "uv", "args": ["--directory", "/your/path/to/host", "run", "prometeo_mcp/server.py"], and environment variables PROMETEO_API_KEY and PROMETEO_ENVIRONMENT.
What environments are supported?
The server supports both sandbox and production environments, set via the PROMETEO_ENVIRONMENT environment variable.
What account number formats are supported for validation?
The server handles CLABE (Mexico), CBU/CVU (Argentina), CCI (Peru), PIX keys (Brazil), and others across supported countries.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论