{
  "markdown": "# Harvey Intel\n\nMCP server for AI agents. Token safety scoring, trading signals, market regime detection, and social intelligence. Two payment options: x402 USDC micropayments or API key subscriptions.\n\nBuilt by [RugSlayer](https://rugslayer.com).\n\n## Live Endpoint\n\n```\nhttps://agents.rugslayer.com/mcp\n```\n\n## Tools\n\n### Free\n\n| Tool | Description |\n|------|-------------|\n| `list_tools` | List all tools with pricing |\n| `health` | Server status and payment config |\n| `scan_token_preview` | Quick risk level (LOW/MEDIUM/HIGH/CRITICAL) |\n\n### Paid (USDC on Solana via x402)\n\n| Tool | Price | Description |\n|------|-------|-------------|\n| `scan_token` | $0.01 | Full DrainBrain ML risk analysis - score, honeypot, rug stage, risk flags, temporal prediction |\n| `get_trading_signals` | $0.02 | CORTEX trading signals - direction, confidence, win rate per token |\n| `get_market_regime` | $0.02 | Market regime detection - HOT/NORMAL/COLD with velocity metrics |\n| `get_social_trends` | $0.02 | Trending terms from social monitoring (tokens, hashtags, names) |\n| `get_competitor_intel` | $0.02 | Competitor activity tracking with significance scoring |\n\n## Authentication\n\nHarvey Intel supports two payment methods. Choose whichever fits your workflow:\n\n### Option 1: API Key (recommended for recurring use)\n\nGet a free API key at [rugslayer.com/drainbrain](https://rugslayer.com/drainbrain), then pass it in the `Authorization` header:\n\n```json\n{\n  \"mcpServers\": {\n    \"harvey-intel\": {\n      \"url\": \"https://agents.rugslayer.com/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer db_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n**Tiers:**\n| Tier | Rate Limit | Price |\n|------|-----------|-------|\n| Free | 100 calls/day | $0 |\n| Pro | Unlimited | $199/mo |\n| PAYG | Unlimited | $49/mo + usage |\n\n### Option 2: x402 USDC Micropayments (no account needed)\n\n```bash\nnpx mcpay connect --urls https://agents.rugslayer.com/mcp --svm <SOLANA_SECRET_KEY> --svm-network solana\n```\n\n1. Agent calls a paid tool\n2. Server responds with `PAYMENT_REQUIRED` + price details\n3. MCPay proxy sends USDC payment on Solana\n4. Payment verified via [PayAI facilitator](https://facilitator.payai.network)\n5. Tool executes and returns data\n\n### Direct MCP (free tools only)\n\n```json\n{\n  \"mcpServers\": {\n    \"harvey-intel\": {\n      \"url\": \"https://agents.rugslayer.com/mcp\"\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add harvey-intel --transport http https://agents.rugslayer.com/mcp\n```\n\n## Registries\n\n- [Official MCP Registry](https://registry.modelcontextprotocol.io) - `io.github.meltingpixelsai/harvey-intel`\n- [Smithery](https://smithery.ai/servers/meltingpixelsai/harvey-intel)\n- [npm](https://www.npmjs.com/package/@meltingpixels/harvey-intel)\n\n## Data Sources\n\n- **DrainBrain** - 5-model ML ensemble trained on 175K+ labeled Solana tokens\n- **CORTEX** - Algorithmic trading system (SOL/JUP/RAY)\n- **Synthia** - Social intelligence monitoring across X, Telegram, and other platforms\n\n## License\n\nMIT\n",
  "bytes": 3004,
  "sha": "aa787c13a8bccafd861d643704eb54bf143fd2174cbde28399e9f2847a7d4c30",
  "repo_slug": "meltingpixelsai/harvey-intel",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_meltingpixelsai_harvey_intel_1b12a598/readme"
}