Honeycheck for Cline
xyz.honeycheck/honeycheck-mcp
Before buying a token on Arc, test whether it can be sold back. Free, or 1-5c a call over x402.
client:Cline
transport:stdio
runtime:npm
Install Honeycheck in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"honeycheck-mcp": {
"command": "npx",
"args": [
"-y",
"honeycheck-mcp"
],
"env": {
"HONEYCHECK_WALLET_KEY": "<HONEYCHECK_WALLET_KEY>",
"HONEYCHECK_MAX_USDC_PER_CALL": "<HONEYCHECK_MAX_USDC_PER_CALL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs