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.
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント