MCP Server
GadgetHumans x402 MCP MCP Server
io.github.scotia1973-bot/gadgethumans-x402
What is the GadgetHumans x402 MCP MCP server?
337 MCP tools with x402 micropayments on Base. $0.001/call. No signup, no API keys.
How to install GadgetHumans x402 MCP
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": {
"gadgethumans-x402": {
"command": "npx",
"args": [
"-y",
"@gadgethumans/x402"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gadgethumans-x402": {
"command": "npx",
"args": [
"-y",
"@gadgethumans/x402"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gadgethumans-x402": {
"command": "npx",
"args": [
"-y",
"@gadgethumans/x402"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gadgethumans-x402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gadgethumans/x402"
]
}
}
}Claude Code
claude mcp add gadgethumans-x402 -- npx -y @gadgethumans/x402Related MCP servers
46 MCP tools + 300+ REST endpoints. Free tier, no API key. One-line install.
View repository →