What is the MCPVOT — x402 Facilitator Machine MCP server?
x402 paid APIs for AI agents on Base. Blockchain, wallet, DEX, crypto, web search.
How to install MCPVOT — x402 Facilitator Machine
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcpvot": {
"url": "https://mcpvot.xyz/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcpvot": {
"serverUrl": "https://mcpvot.xyz/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcpvot": {
"type": "http",
"url": "https://mcpvot.xyz/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcpvot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcpvot.xyz/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http mcpvot https://mcpvot.xyz/api/mcpRelated MCP servers
Open-source EIP-2612 Permit-based wallet sessions for AI agents using MCP.
0
View repository →TypeScript
MIT