FinCobra MCP
FinCobra MCP — Krypto-Checkout für Claude, Cursor und Codex
Model Context Protocol (MCP)-Server für den FinCobra-Krypto-Checkout und Zahlungen. Erstellen Sie gehostete Rechnungen für BTC, USDT und USDC (Settlement-Assets stammen aus den Zahlungsmethoden des Dashboards; Beträge sind in USD). Funktioniert mit Claude Code, Cursor und Codex. Der Watchlist-Zugriff ist schreibgeschützt. Noch nicht auf npm — von GitHub installieren.
Dokumentation: FinCobra Checkout MCP
fincobra-mcp 0.1.0 ist noch nicht auf npm veröffentlicht. Bis dahin von GitHub installieren:
npx -y github:dexstandard/fincobra-mcpPinnen Sie eine Quell-Release mit npx -y github:dexstandard/fincobra-mcp#v0.1.0. Erfordert Node.js 20+.
Checkout: eine gehostete Zahlungsrechnung erstellen und deren Status abrufen
Watchlist: schreibgeschützte Quellenliste und manuelle Nettovermögensaufstellung
Dies ist keine Zahlungsplattform und keine Watchlist-Schreib-API.
Tools (v0)
Checkout
Tool | Beschreibung |
| Erstellt eine USD-Rechnung. Gibt |
| Ruft eine bekannte Rechnung anhand der |
Es gibt kein list_invoices-Tool. Checkout-API-Schlüssel können keine Rechnungen auflisten.
Rechnungsbeträge sind in USD. Settlement-Assets stammen aus den Zahlungsmethoden des Dashboards:
Netzwerk | Assets |
Bitcoin (xpub) | BTC |
Ethereum mainnet | USDT, USDC |
Solana | USDT, USDC |
Arbitrum One | USDC |
Base | USDC |
Watchlist (schreibgeschützt)
Tool | Beschreibung |
| Manuelle Summen für Banken / Bargeld / Immobilien in USD. |
| Wallets, Börsen und manuelle Vermögenswerte aus vorhandenen Listen-APIs. |
| Eine Quelle anhand der ID ( |
Die Watchlist hat keinen öffentlichen API-Schlüssel. Die Authentifizierung erfolgt über das Identity-session-Cookie, das von der Watchlist-Web-App verwendet wird.
Banken, Bargeld und Immobilien sind manuelle Produkteinträge, keine Live-Bank- oder Grundbuch-Feeds. Live-Krypto-USD-Salden werden in der Watchlist-Oberfläche berechnet und sind nicht in der Listen-API enthalten. Der Server erfindet keine cryptoUsd-Summe.
Watchlist-Tools fügen keine Wallets hinzu, bearbeiten keine Banken, ändern keine Abrechnung und exportieren keine Steuern.
Related MCP server: Infini Payment MCP Server
Umgebung
Variable | Erforderlich | Beschreibung |
| Eine der beiden Oberflächen | Checkout-Dashboard-API-Schlüssel ( |
| Nein | Checkout-Origin. Standardmäßig |
| Eine der beiden Oberflächen | Wert des Identity- |
| Nein | Watchlist-Origin. Standardmäßig |
Konfigurieren Sie Checkout, Watchlist oder beides. Tools für eine fehlende Oberfläche geben einen Konfigurationsfehler zurück.
Entwicklungs-Origins: https://dev.fincobra.com und https://watch.dev.fincobra.com.
Cursor
Fügen Sie zu .cursor/mcp.json (Projekt) oder ~/.cursor/mcp.json (Benutzer) hinzu:
{
"mcpServers": {
"fincobra": {
"command": "npx",
"args": ["-y", "github:dexstandard/fincobra-mcp"],
"env": {
"FINCOBRA_CHECKOUT_API_KEY": "fc_live_...",
"FINCOBRA_CHECKOUT_BASE_URL": "https://fincobra.com",
"FINCOBRA_WATCHLIST_SESSION_TOKEN": "<session-cookie-value>",
"FINCOBRA_WATCHLIST_BASE_URL": "https://watch.fincobra.com"
}
}
}
}Claude Code
claude mcp add fincobra \
--env FINCOBRA_CHECKOUT_API_KEY=fc_live_... \
--env FINCOBRA_WATCHLIST_SESSION_TOKEN=<session-cookie-value> \
-- npx -y github:dexstandard/fincobra-mcpOder fügen Sie dasselbe mcpServers-Objekt zu .mcp.json / ~/.claude.json hinzu.
Codex
codex mcp add fincobra \
--env FINCOBRA_CHECKOUT_API_KEY=fc_live_... \
--env FINCOBRA_WATCHLIST_SESSION_TOKEN=<session-cookie-value> \
-- npx -y github:dexstandard/fincobra-mcpOder in ~/.codex/config.toml:
[mcp_servers.fincobra]
command = "npx"
args = ["-y", "github:dexstandard/fincobra-mcp"]
[mcp_servers.fincobra.env]
FINCOBRA_CHECKOUT_API_KEY = "fc_live_..."
FINCOBRA_WATCHLIST_SESSION_TOKEN = "<session-cookie-value>"Lokal ausführen
npm install
FINCOBRA_CHECKOUT_API_KEY=fc_live_... \
FINCOBRA_WATCHLIST_SESSION_TOKEN=... \
npm startDer Prozess spricht MCP über stdio. Schreiben Sie keine Anwendungsprotokolle nach stdout.
Smoke-Test
FINCOBRA_CHECKOUT_API_KEY=fc_live_... \
FINCOBRA_WATCHLIST_SESSION_TOKEN=... \
npm run smokeUnit-Tests mocken die APIs und benötigen keine Anmeldedaten:
npm testAuthentifizierung
Oberfläche | Zugangsdaten | Header / Cookie |
Checkout | Dashboard-API-Schlüssel ( |
|
Watchlist | Identity-Session-Cookie ( |
|
Kopieren Sie das Watchlist-session-Cookie aus einem angemeldeten Browser (DevTools → Application → Cookies). Bewahren Sie Schlüssel und Session-Tokens in der MCP-Server-Umgebung auf, nicht im Chat.
API
Checkout:
POST /api/checkout/invoicesGET /api/checkout/invoices/:idAuthentifizierung:
X-Api-Key
Watchlist:
GET /api/watchlist/walletsGET /api/watchlist/exchangesGET /api/watchlist/manual-assetsGET /api/watchlist/fx-ratesAuthentifizierung:
Cookie: session=...
Senden Sie den Zahlenden an paymentUrl. Behandeln Sie confirmed und paid_out_of_band als bezahlt. Behandeln Sie payment_detected als ausstehend, es sei denn, Sie akzeptieren unbestätigte Krypto-Zahlungen.
Lizenz
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables form management, response handling, and analytics through the Fillout.io API for enhanced form interactions and insights.
- AlicenseAqualityDmaintenanceEnables cryptocurrency payment processing through the Infini Payment API, supporting order management, multi-chain withdrawals, and webhook verification for USDC/USDT transactions.71AGPL 3.0

Conekta MCP Serverofficial
FlicenseAqualityDmaintenanceEnables interaction with the Conekta payment API to manage orders, customers, subscriptions, and financial transactions. It provides a comprehensive suite of tools for core payment operations like processing refunds, creating checkouts, and monitoring account balances.322- AlicenseBqualityDmaintenanceEnables interaction with the Telnyx API for billing, phone numbers, and messaging.12MIT
Related MCP Connectors
Access SEC filings, insider transactions, and financial data via the ShareSEER API.
Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway
Connect to the COTI blockchain to manage accounts, transfer native tokens, and deploy and operate…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dexstandard/fincobra-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server