Asterpay
Rank #2,015io.github.timolein74/asterpay
MCP server providing asterpay capabilities
Asterpay is a Model Context Protocol (MCP) server published by timolein74. It ranks #2,015 of 115,591 servers tracked on MCP Toplist, and its repository has 122 GitHub stars. Asterpay is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 7, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 113,576 of 115,591 servers on MCP Toplist.
Use Asterpay
claude mcp add asterpay -- npx -y @asterpay/mcp-server[mcp_servers.asterpay]
command = "npx"
args = ["-y", "@asterpay/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"asterpay": {
"command": "npx",
"args": [
"-y",
"@asterpay/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"asterpay": {
"command": "npx",
"args": [
"-y",
"@asterpay/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"asterpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@asterpay/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"asterpay": {
"command": "npx",
"args": [
"-y",
"@asterpay/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"asterpay": {
"command": "npx",
"args": [
"-y",
"@asterpay/mcp-server"
]
}
}
}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.timolein74%2Fasterpay)<a href="https://mcptoplist.com/server/io.github.timolein74%2Fasterpay"><img src="https://mcptoplist.com/badge/io.github.timolein74%2Fasterpay.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
timolein74
Other servers by timolein74
View all timolein74 servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Mar 15, 2026 |
| 1.0.1 | Feb 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Asterpay?
- Asterpay is maintained by timolein74, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Asterpay listed on the Official MCP Registry?
- Yes — Asterpay is listed on the Official MCP Registry.
- How many versions does Asterpay have?
- MCP Toplist tracks 3 versions of Asterpay, most recently published on Mar 15, 2026.
- Where can I find the source code for Asterpay?
- The source code for Asterpay is hosted at github.com/timolein74/asterpay-api.