Harvey Intel
agents.rugslayer.com
· RugSlayer
MCP server for AI agents providing Solana token safety scoring (DrainBrain ML), trading signals (CORTEX), market regime detection, and social intelligence (Synthia). Pay per call with USDC or use API keys.
agents.rugslayer.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 38/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-14 19:29:29 current | c0eab1b42783… |
view → |
Endpoints
| Agent card | https://agents.rugslayer.com/.well-known/agent-card.json |
| Provider | https://rugslayer.com |
| Docs | https://rugslayer.com/drainbrain |
Skills · 5 declared · mapped to canonical taxonomy
Full DrainBrain ML analysis for a Solana token. 5-model ensemble returns score 0-100, risk level, rug stage, honeypot detection, risk flags, temporal prediction…
AI-generated trading signals with direction, confidence score, and historical win rate for Solana tokens.
Detect whether the Solana market is HOT, NORMAL, or COLD based on graduation velocity and on-chain activity.
Trending terms, frequency, and sources from Synthia's social media monitoring across crypto communities.
Track feature launches, pricing changes, and strategic moves from competitors in the Solana ecosystem.
Health · last 16 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
unknown
2
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agents.rugslayer.com) [](https://agenstry.com/agents/agents.rugslayer.com) [](https://agenstry.com/agents/agents.rugslayer.com) [](https://agenstry.com/agents/agents.rugslayer.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Harvey Intel",
"description": "MCP server for AI agents providing Solana token safety scoring (DrainBrain ML), trading signals (CORTEX), market regime detection, and social intelligence (Synthia). Pay per call with USDC or use API keys.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://agents.rugslayer.com/mcp",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"provider": {
"organization": "RugSlayer",
"url": "https://rugslayer.com"
},
"documentationUrl": "https://rugslayer.com/drainbrain",
"iconUrl": "https://rugslayer.com/icon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"apiKey": {
"httpSecurityScheme": {
"scheme": "bearer",
"bearerFormat": "DrainBrain API Key (db_live_xxx)"
}
},
"x402": {
"httpSecurityScheme": {
"scheme": "x402",
"bearerFormat": "USDC micropayment on Solana"
}
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "scan-token",
"name": "Token Safety Scan",
"description": "Full DrainBrain ML analysis for a Solana token. 5-model ensemble returns score 0-100, risk level, rug stage, honeypot detection, risk flags, temporal prediction.",
"tags": [
"solana",
"security",
"rug-pull",
"ml",
"defi"
],
"examples": [
"Is this Solana token safe?",
"Scan token for rug pull risk",
"Check if token is a honeypot"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "trading-signals",
"name": "CORTEX Trading Signals",
"description": "AI-generated trading signals with direction, confidence score, and historical win rate for Solana tokens.",
"tags": [
"solana",
"trading",
"signals",
"ai"
],
"examples": [
"Get trading signals for SOL",
"What direction is the market going?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "market-regime",
"name": "Market Regime Detection",
"description": "Detect whether the Solana market is HOT, NORMAL, or COLD based on graduation velocity and on-chain activity.",
"tags": [
"solana",
"market",
"regime",
"analysis"
],
"examples": [
"Is the market hot or cold right now?",
"What's the current market regime?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "social-trends",
"name": "Social Intelligence",
"description": "Trending terms, frequency, and sources from Synthia's social media monitoring across crypto communities.",
"tags": [
"social",
"trends",
"intelligence",
"crypto"
],
"examples": [
"What's trending in crypto Twitter?",
"Show social trends for the last 24 hours"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "competitor-intel",
"name": "Competitor Tracking",
"description": "Track feature launches, pricing changes, and strategic moves from competitors in the Solana ecosystem.",
"tags": [
"competitor",
"intelligence",
"tracking"
],
"examples": [
"What are competitors doing?",
"Any recent competitor moves?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}