MCP.so
Sign In

Prometeo MCP Server

@prometeoapi

About Prometeo MCP Server

A MCP Server for Prometeo API

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

prometeoapi

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "prometeo-mcp": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers