Back to Harvey Intel
Card snapshot
agents.rugslayer.com
·
2026-05-14 19:29:29 UTC
·
c0eab1b4278312239569bd31c85be4e1915b26b655dea3be684fe6dfca8f2561
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
]
}
]
}