Mexican payment gateway: cards, OXXO cash deposits, and SPEI bank transfers. Your agent charges in MXN with local payment methods.
$ npm install @codespar/mcp-conektaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"conekta": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-conekta"
],
"env": {
"CONEKTA_API_KEY": "<your_conekta_api_key>"
}
}
}
}After restart, your agent can call any of the 21 tools below โ try create_order first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
CONEKTA_API_KEYAPI key for Conekta
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_orderget_orderlist_orderscreate_customerget_customerlist_customerscreate_chargerefund_chargeMCP is a protocol โ any framework that speaks it can mount this server.