Battery Proposal Agent for Claude Desktop
io.github.quli-ops/battery-proposal-agent
Validate US battery proposals and purchase policy-aware quote and payback results through x402.
client:Claude Desktop
transport:streamable-http
tools:2
Install Battery Proposal Agent in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"battery-proposal-agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://battery-proposal-agent-mainnet.quli1016908036.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs