MCP Server
Maintained
JMT x402 Agent Tools MCP Server
io.github.jmthomasofficial/x402-agent-tools
What is the JMT x402 Agent Tools MCP server?
25 x402 paid API tools for AI agents on Base mainnet.
How to install JMT x402 Agent Tools
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"x402-agent-tools": {
"command": "npx",
"args": [
"-y",
"@jmthomasofficial/x402-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"x402-agent-tools": {
"command": "npx",
"args": [
"-y",
"@jmthomasofficial/x402-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"x402-agent-tools": {
"command": "npx",
"args": [
"-y",
"@jmthomasofficial/x402-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"x402-agent-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jmthomasofficial/x402-mcp-server"
]
}
}
}Claude Code
claude mcp add x402-agent-tools -- npx -y @jmthomasofficial/x402-mcp-serverRelated MCP servers
JMT x402: 35 pay-per-call Base/USDC tools for agents, auto-paid via x402 v2. No API key.
0
View repository →JavaScript