Conekta MCP Server
Uses Basic authentication with API key as username and empty password. 0 is set via the Accept header. Obtain your API key from the Conekta Dashboard. Its 21 documented tools cover webhook, order, customer, charge.
People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.
One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →
VERIFIED ACTIVE
LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25
MIT · JavaScript servers · how we verify → /methodology
01 · Install Conekta
before you install - you'll need
Set CONEKTA_API_KEY, MCP_HTTP before connecting.
Claude Code
claude mcp add codespar-mcp-dev-latam-packages-mexico-c -- npx -y @codespar/mcp-conekta Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"codespar-mcp-dev-latam-packages-mexico-c": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-conekta"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @codespar/mcp-conekta - published under the repo owner's npm scope (@codespar)
registry namespace io.github.codespar is GitHub-verified and matches the repo owner
03 · What Conekta can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can create a new order, get order details by ID, list orders with filters, and create a customer.
Capability map
Tools grouped from the project's README - what Conekta lets an agent do.
Webhook
5 tools - e.g. List webhook events (Conekta Events); Retrieve a single webhook event by ID; Create a webhook endpoint
get_webhook_events · get_webhook_event · create_webhook · update_webhook · delete_webhook
Order
4 tools - e.g. Create a new order; Get order details by ID; Update an order (line_items, metadata, etc.)
create_order · get_order · update_order · cancel_order
Customer
4 tools - e.g. Create a customer; Get customer by ID; Update a customer
create_customer · get_customer · update_customer · delete_customer
Payment
3 tools - e.g. List payment sources for a customer; Create a payment source (card token) for a customer; Delete a payment source from a customer
list_payment_sources · create_payment_source · delete_payment_source
read & search
2 tools - e.g. List orders with filters; List customers
list_orders · list_customers
create & write
1 tool - e.g. Create a charge for an existing order
create_charge
Refund
1 tool - e.g. Refund a charge
refund_charge
Capture
1 tool - e.g. Capture a pre-authorized order (pre_authorized → paid)
capture_charge
04 · Who maintains Conekta
mcp-conekta is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.
- mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
- mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
- mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
- mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
- mcp-stripe-acp Stripe ACP - AI agent checkout, payment delegation, products, invoices ★ 269
- mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269
05 · Facts
- repository
- github.com/codespar/mcp-dev-latam
- category
- finance - actively maintained as of 2026-08-25.
- registry
- io.github.codespar/mcp-conekta (active, first published 2026-04-12 · 3 versions)
- packages
- npm:@codespar/mcp-conekta
06 · Conekta FAQ
Is Conekta still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.
What can Conekta do?
With this server connected, an agent can create a new order, get order details by ID, list orders with filters, and create a customer.
How do I install Conekta?
Run `npx -y @codespar/mcp-conekta`. The README documents 2 environment variables (CONEKTA_API_KEY, MCP_HTTP) to set first. Set CONEKTA_API_KEY, MCP_HTTP before connecting. You can also paste the ready-made client config above.
Does Conekta run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Conekta
Alternatives to Conekta
Maintained finance servers if Conekta isn't the fit.
- Tradingview MCP Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex. ★ 4,214 · 2026-08-24
- Edgar Tools Open-source SEC EDGAR toolkit - 11 tools, 7 prompts, every filing type. No API key required. ★ 2,613 · 2026-08-25
- Emilia Protocol Exact-action approval for consequential agent actions: request, track, and verify signed receipts. ★ 787 · 2026-08-25
- xbbg MCP Local Bloomberg tools for xbbg users. ★ 737 · 2026-08-14
- TickDB Market Data Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes ★ 712 · 2026-06-20
- Finlab AI Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples. ★ 413 · 2026-08-14
Pairs well with
Servers that cover what Conekta doesn't - only shown when the pairing reason fits the companion.