Verify API for Claude Desktop
io.github.drain54/verify-api
AI infrastructure claim verification — pay-per-query via x402.
client:Claude Desktop
transport:streamable-http
Install Verify API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"verify-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://slinging-chloride-chair.ngrok-free.dev/v1/verify"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs