No install? Use cloud.anythingmcp.com directly.
Sign in, install the N26 Open Banking (PSD2) in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
Access N26 bank account data via the PSD2 Open Banking API. View account balances, transactions, and account details with proper authorization.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → N26 Open Banking (PSD2), pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
N26 Open Banking (PSD2) + Gemini
Access N26 bank account data via the PSD2 Open Banking API. View account balances, transactions, and account details with proper authorization.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
N26_CLIENT_ID, N26_CLIENT_SECRET
Paso 1 — Obtener credenciales
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en Gemini
Gemini CLI lee servidores MCP desde ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json en Windows). Añade:
{
"mcpServers": {
"anythingmcp": {
"httpUrl": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
- Guarda el archivo y reinicia
gemini. - Ejecuta
/mcpen la Gemini CLI —N26 Open Banking (PSD2)debería aparecer como disponible. - Vertex AI Studio: pasa
https://cloud.anythingmcp.com/mcpal arraytoolsde tu petición con el mismo header Bearer.
Herramientas disponibles
| Tool | What it does |
|---|---|
n26_get_accounts | List all accounts associated with the authorized N26 user |
n26_get_account_balances | Get current balances for a specific N26 account including booked balance and available balance |
n26_get_transactions | Get transactions for a specific N26 account |
FAQ
¿Gemini 1.5 Pro o 2.x soportan MCP? Sí — Gemini CLI ≥ 0.4 y la API de tools de Vertex AI aceptan conectores MCP httpUrl con header Bearer.
Siguientes pasos
¿Te ha sido útil esta guía?