← Back to Plugins
MCP Server MCP

io.github.meltingpixelsai/harvey-tools

github By github 👁 1 views ▲ 0 votes

Web scraping, code review, content generation, and analysis tools. Pay-per-call USDC.

Homepage Verified source GitHub

Install

npx -y @meltingpixels/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@meltingpixels/harvey-tools",
      "version": "1.1.0",
      "transport": {
        "type": "streamable-http",
        "url": "https://tools.rugslayer.com/mcp"
      },
      "environmentVariables": [
        {
          "description": "xAI Grok API key for LLM-powered tools",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "XAI_API_KEY"
        },
        {
          "description": "Solana wallet address for receiving USDC payments",
          "format": "string",
          "name": "PAYMENT_WALLET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...