Skip to main content
CO

Conekta

v0.2.1API Key

Gateway de pago mexicano: tarjetas, depósitos en efectivo OXXO y transferencias bancarias SPEI. Tu agente cobra en MXN con métodos de pago locales.

21 herramientas1 env vars🇲🇽 Méxicoestable en npm

Qué puede hacer tu agente

Conekta le da a tu agente 21 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_orderCreate a new order
  • get_orderGet order details by ID
  • list_ordersList orders with filters
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_order", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-conekta

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "conekta": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-conekta"
      ],
      "env": {
        "CONEKTA_API_KEY": "<your_conekta_api_key>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 21 herramientas de abajo — probá create_order primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

CONEKTA_API_KEY
obligatoriosecret

API key for Conekta

Herramientas disponibles · 21

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

WRITEcreate_order
Create a new order
READget_order
Get order details by ID
READlist_orders
List orders with filters
WRITEcreate_customer
Create a customer
READget_customer
Get customer by ID
READlist_customers
List customers
WRITEcreate_charge
Create a charge for an existing order
DELETErefund_charge
Refund a charge

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-conekta` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Conekta — MCP server · 21 tools | CodeSpar