Catalog
io.github.meltingpixelsai/harvey-tools
Officialdeprecatedby meltingpixelsai · TypeScript
Web scraping, code review, content generation, and analysis tools. Pay-per-call USDC.
Web scraping, code review, content generation, and analysis tools for agents.
README not available yet.
Install
Configuration
Environment variables
XAI_API_KEYrequiredsecretxAI Grok API key for LLM-powered tools
PAYMENT_WALLETSolana wallet address for receiving USDC payments
claude_desktop_config.json
{
"mcpServers": {
"harvey-tools": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/harvey-tools@1.1.0"
],
"env": {
"XAI_API_KEY": "<YOUR_XAI_API_KEY>",
"PAYMENT_WALLET": "<YOUR_PAYMENT_WALLET>"
}
}
}
}