Conekta MCP Server
Rank #60,409glama/conekta/mcp-server
Enables 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.
Conekta MCP Server is a Model Context Protocol (MCP) server published by conekta. It ranks #60,409 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Conekta MCP Server is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Mar 6, 2026.
Ranks ahead of 71,637 of 132,046 servers on MCP Toplist.
Use Conekta MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http conekta https://mcp.conekta.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.conekta]
url = "https://mcp.conekta.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.conekta.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"conekta": {
"url": "https://mcp.conekta.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"conekta": {
"type": "http",
"url": "https://mcp.conekta.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"conekta": {
"serverUrl": "https://mcp.conekta.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"conekta": {
"url": "https://mcp.conekta.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fconekta%2Fmcp-server)<a href="https://mcptoplist.com/server/glama%2Fconekta%2Fmcp-server"><img src="https://mcptoplist.com/badge/glama%2Fconekta%2Fmcp-server.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
conekta
Other servers by conekta
View all conekta servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Conekta MCP Server?
- Conekta MCP Server is maintained by conekta, which publishes 2 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Conekta MCP Server listed on the Official MCP Registry?
- Conekta MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Conekta MCP Server have?
- Conekta MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Conekta MCP Server?
- The source code for Conekta MCP Server is hosted at github.com/conekta/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.