Test your remote MCP Server with AgentPay integration.
mcp.json
{ "mcpServers": { "my-test-server": { "command": "npx", "args": [ "-y", "mcp-remote", "YOUR_SERVER_URL", "--header", "X-AGENTPAY-API-KEY:YOUR_TEST_API_KEY", "--allow-http" // Required for local development without HTTPS ], "env": {} } } }
mcp-remote
npx -p mcp-remote@latest mcp-remote-client YOUR_SERVER_URL
rm -rf ~/.mcp-auth