M2mcent SDK
Rank #27,750io.github.Evozim/m2mcent
x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.
M2mcent SDK is a Model Context Protocol (MCP) server published by Evozim. It ranks #27,750 of 115,591 servers tracked on MCP Toplist. M2mcent SDK is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 22, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 87,841 of 115,591 servers on MCP Toplist.
Use M2mcent SDK
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add m2mcent -e "BASE_RPC_URL=<your BASE_RPC_URL>" -e "RELAYER_PRIVATE_KEY=<your RELAYER_PRIVATE_KEY>" -e "TREASURY_ADDRESS=<your TREASURY_ADDRESS>" -- npx -y m2mcent-sdkReplace each placeholder with your own value before saving.
[mcp_servers.m2mcent]
command = "npx"
args = ["-y", "m2mcent-sdk"]
[mcp_servers.m2mcent.env]
BASE_RPC_URL = "<your BASE_RPC_URL>"
RELAYER_PRIVATE_KEY = "<your RELAYER_PRIVATE_KEY>"
TREASURY_ADDRESS = "<your TREASURY_ADDRESS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"m2mcent": {
"command": "npx",
"args": [
"-y",
"m2mcent-sdk"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>",
"RELAYER_PRIVATE_KEY": "<your RELAYER_PRIVATE_KEY>",
"TREASURY_ADDRESS": "<your TREASURY_ADDRESS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"m2mcent": {
"command": "npx",
"args": [
"-y",
"m2mcent-sdk"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>",
"RELAYER_PRIVATE_KEY": "<your RELAYER_PRIVATE_KEY>",
"TREASURY_ADDRESS": "<your TREASURY_ADDRESS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"m2mcent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"m2mcent-sdk"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>",
"RELAYER_PRIVATE_KEY": "<your RELAYER_PRIVATE_KEY>",
"TREASURY_ADDRESS": "<your TREASURY_ADDRESS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"m2mcent": {
"command": "npx",
"args": [
"-y",
"m2mcent-sdk"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>",
"RELAYER_PRIVATE_KEY": "<your RELAYER_PRIVATE_KEY>",
"TREASURY_ADDRESS": "<your TREASURY_ADDRESS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"m2mcent": {
"command": "npx",
"args": [
"-y",
"m2mcent-sdk"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>",
"RELAYER_PRIVATE_KEY": "<your RELAYER_PRIVATE_KEY>",
"TREASURY_ADDRESS": "<your TREASURY_ADDRESS>"
}
}
}
}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.Evozim%2Fm2mcent)<a href="https://mcptoplist.com/server/io.github.Evozim%2Fm2mcent"><img src="https://mcptoplist.com/badge/io.github.Evozim%2Fm2mcent.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Evozim
Other servers by Evozim
View all Evozim servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.5 | Aug 16, 2026 |
| 1.0.2 | Apr 22, 2026 |
Frequently asked questions
- Who maintains M2mcent SDK?
- M2mcent SDK is maintained by Evozim, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is M2mcent SDK listed on the Official MCP Registry?
- Yes — M2mcent SDK is listed on the Official MCP Registry.
- How many versions does M2mcent SDK have?
- MCP Toplist tracks 2 versions of M2mcent SDK, most recently published on Aug 16, 2026.
- Where can I find the source code for M2mcent SDK?
- The source code for M2mcent SDK is hosted at github.com/Evozim/m2mcent-sdk.