Agent Payment MCP Server
Rank #47,578io.github.evidai/agent-payment
Stripe-style USDC billing layer for any API or MCP. Non-custodial. Demo Mode requires zero setup.
Agent Payment MCP Server is a Model Context Protocol (MCP) server published by evidai. It ranks #47,578 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Agent Payment MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on May 7, 2026 and most recently updated on May 22, 2026.
Ranks ahead of 68,013 of 115,591 servers on MCP Toplist.
Use Agent Payment MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-payment -e "LEMON_CAKE_BUYER_JWT=<your LEMON_CAKE_BUYER_JWT>" -- npx -y agent-payment-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agent-payment]
command = "npx"
args = ["-y", "agent-payment-mcp"]
[mcp_servers.agent-payment.env]
LEMON_CAKE_BUYER_JWT = "<your LEMON_CAKE_BUYER_JWT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-payment": {
"command": "npx",
"args": [
"-y",
"agent-payment-mcp"
],
"env": {
"LEMON_CAKE_BUYER_JWT": "<your LEMON_CAKE_BUYER_JWT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-payment": {
"command": "npx",
"args": [
"-y",
"agent-payment-mcp"
],
"env": {
"LEMON_CAKE_BUYER_JWT": "<your LEMON_CAKE_BUYER_JWT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-payment": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-payment-mcp"
],
"env": {
"LEMON_CAKE_BUYER_JWT": "<your LEMON_CAKE_BUYER_JWT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-payment": {
"command": "npx",
"args": [
"-y",
"agent-payment-mcp"
],
"env": {
"LEMON_CAKE_BUYER_JWT": "<your LEMON_CAKE_BUYER_JWT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-payment": {
"command": "npx",
"args": [
"-y",
"agent-payment-mcp"
],
"env": {
"LEMON_CAKE_BUYER_JWT": "<your LEMON_CAKE_BUYER_JWT>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.evidai%2Fagent-payment)<a href="https://mcptoplist.com/server/io.github.evidai%2Fagent-payment"><img src="https://mcptoplist.com/badge/io.github.evidai%2Fagent-payment.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
evidai
Other servers by evidai
View all evidai servers →Available versions (2)
| Version | Published |
|---|---|
| 0.8.1 | May 22, 2026 |
| 0.6.1 | May 16, 2026 |
Frequently asked questions
- Who maintains Agent Payment MCP Server?
- Agent Payment MCP Server is maintained by evidai, which publishes 12 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Agent Payment MCP Server listed on the Official MCP Registry?
- Yes — Agent Payment MCP Server is listed on the Official MCP Registry.
- How many versions does Agent Payment MCP Server have?
- MCP Toplist tracks 2 versions of Agent Payment MCP Server, most recently published on May 22, 2026.
- Where can I find the source code for Agent Payment MCP Server?
- The source code for Agent Payment MCP Server is hosted at github.com/evidai/agent-payment-mcp.