Clawpay MCP
Rank #25,607io.github.up2itnow0822/clawpay-mcp
MCP server providing clawpay-mcp capabilities
Clawpay MCP is a Model Context Protocol (MCP) server published by up2itnow0822. It ranks #25,607 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Clawpay MCP is listed on Official MCP, with 4 tracked versions. It was first listed on Feb 26, 2026 and most recently updated on Mar 5, 2026.
Ranks ahead of 89,853 of 115,460 servers on MCP Toplist.
Use Clawpay MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add clawpay-mcp -e "AGENT_PRIVATE_KEY=<your AGENT_PRIVATE_KEY>" -e "BASE_RPC_URL=<your BASE_RPC_URL>" -- npx -y clawpay-mcpReplace each placeholder with your own value before saving.
[mcp_servers.clawpay-mcp]
command = "npx"
args = ["-y", "clawpay-mcp"]
[mcp_servers.clawpay-mcp.env]
AGENT_PRIVATE_KEY = "<your AGENT_PRIVATE_KEY>"
BASE_RPC_URL = "<your BASE_RPC_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawpay-mcp": {
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawpay-mcp": {
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"clawpay-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawpay-mcp": {
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawpay-mcp": {
"command": "npx",
"args": [
"-y",
"clawpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}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.up2itnow0822%2Fclawpay-mcp)<a href="https://mcptoplist.com/server/io.github.up2itnow0822%2Fclawpay-mcp"><img src="https://mcptoplist.com/badge/io.github.up2itnow0822%2Fclawpay-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
up2itnow0822
Other servers by up2itnow0822
- Webmcp Sdk#18,136 · 2 vers
- Agentpay#31,603 · 2 vers
- ReadyTrader-Stocks#84,844
- ReadyTrader-FOREX#103,497
Available versions (4)
| Version | Published |
|---|---|
| 1.2.0 | Mar 5, 2026 |
| 1.1.2 | Mar 4, 2026 |
| 1.1.1 | Feb 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Clawpay MCP?
- Clawpay MCP is maintained by up2itnow0822, which publishes 12 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Clawpay MCP listed on the Official MCP Registry?
- Yes — Clawpay MCP is listed on the Official MCP Registry.
- How many versions does Clawpay MCP have?
- MCP Toplist tracks 4 versions of Clawpay MCP, most recently published on Mar 5, 2026.
- Where can I find the source code for Clawpay MCP?
- The source code for Clawpay MCP is hosted at github.com/up2itnow0822/clawpay-mcp.