ChainAware Behavioral Prediction MCP
What This Skill Does
The ChainAware Behavioral Prediction MCP connects any AI agent to a continuously updated
Web3 behavioral intelligence layer: 14M+ wallet profiles across 8 blockchains, built from
1.3 billion+ predictive data points. It delivers fourteen capabilities via a single MCP endpoint:
- Fraud Detection — predict fraudulent wallet behavior before it happens (~98% accuracy on ETH)
- Batch Fraud Detection — async batch job for fraud screening large wallet lists; returns
job_id + signature
- Behavioral Analysis — profile wallet intent, risk tolerance, experience, and next likely actions
- Batch Behavioral Analysis — async batch job for behavioral profiling large wallet lists; returns
job_id + signature
- Batch Job Status — poll the progress of any running batch job
- Batch Job Results — retrieve full per-wallet results from a completed or partial batch job
- Rug Pull Detection — forecast whether a smart contract or liquidity pool will rug pull
- Credit Score — crypto credit/trust score (1–9) combining fraud probability and social graph analysis
- Token Rank List — rank tokens by holder community strength across chains and categories
- Token Rank Single — deep-dive into a single token's community quality and top holders
- Token Audit — deep multi-module smart contract audit via async get-or-create pipeline; 8 modules (ownership, liquidity, supply, honeypot, reentrancy, permissions, shadow functions, drainability); aggregate risk score 0–100; supports eth, bsc, base, arbitrum, avalanche, optimism, polygon (lowercase)
- Token Audit Results — poll or retrieve completed token audit; full module breakdown when
audit_status == "complete"; never present data while still queued or running
- Agent Trust Score List — list ERC-8004 registered AI agents with on-chain trust scores (0–1000); paginated and sortable; use to discover agents or resolve agent_id
- Agent Trust Score Single — full trust profile for a single ERC-8004 agent by
agent_id + chain_id; includes trust score, tier, wallet_verified, owner_address; hard warning if wallet_verified == false or error is non-null
Unlike forensic blockchain tools that describe the past, this MCP is predictive — it tells your
agent what is about to happen.
MCP Server URL: https://prediction.mcp.chainaware.ai/sse
GitHub: https://github.com/ChainAware/behavioral-prediction-mcp
Website: https://chainaware.ai
Pricing / API Key: https://chainaware.ai/pricing · x402 payment supported
Twitter: https://x.com/ChainAware/
LinkedIn: https://www.linkedin.com/company/chainaware
Blog: https://chainaware.ai/blog
Learn: https://chainaware.ai/learn
Examples: https://github.com/ChainAware/examples
Fraud Detection Accuracy: 98% backtesting verified
Rug Pull Detection Accuracy: 90.1% backtesting verified
Recognition: CB Insights Fraud Prevention Market Map (2026) · BNB Chain AI Landscape (2025) · BNB Chain Kickstart (2025) · Google Cloud $250k Grant (2025) · AWS Fintech Accelerator (2024) · Safary Club Web3 Growth Landscape (2024)
Capabilities
- Fraud Detection — predict fraudulent wallet behavior before it happens (~98% accuracy on ETH)
- Batch Fraud Detection — async batch fraud screening for large wallet lists; fire-and-fetch pattern via
predictive_fraud_batch → check_job_status → get_job_results
- Behavioral Analysis — profile wallet intent, risk tolerance, experience, and next likely actions across DeFi, NFT, and trading segments
- Batch Behavioral Analysis — async batch behavioral profiling for large wallet lists; same fire-and-fetch pattern via
predictive_behaviour_batch → check_job_status → get_job_results
- Rug Pull Detection — forecast whether a smart contract or liquidity pool will rug pull
- Credit Score — crypto credit/trust score (1–9) combining fraud probability and social graph analysis for DeFi lending decisions
- Token Rank List — rank tokens by holder community strength across ETH, BNB, BASE, and Solana
- Token Rank Single — deep-dive into a specific token's community quality and top holders
When to Use This Skill
- User asks about wallet safety, fraud risk, or suspicious activity
- User wants to screen a wallet, contract, or LP before interacting with it
- User needs AML/compliance checks on a blockchain address
- User wants behavioral profiling or DeFi personalization for a wallet
- User asks about token quality, community strength, or holder analysis
- User is building a DeFi platform, AI agent, launchpad, or compliance tool
- User wants to integrate the ChainAware MCP into their codebase
When NOT to Use This Skill
- User asks about general blockchain data (balances, transaction history) → use a block explorer
- User wants real-time price data or market cap → use a market data API
- User wants to analyze smart contract code for bugs → use a code auditing tool
- For complex behavioural analysis (deep wallet profiling including fraud signals) → escalate to
chainaware-wallet-auditor subagent
- For batch screening of many wallets → use batch MCP tools (
predictive_fraud_batch / predictive_behaviour_batch) for large lists, or chainaware-fraud-detector subagent for small lists
- For marketing personalization → use
chainaware-wallet-marketer subagent
Supported Blockchains
| Tool |
Networks |
predictive_fraud |
ETH, BNB, POLYGON, TON, BASE, TRON, HAQQ |
predictive_fraud_batch |
ETH, BNB, POLYGON, TON, BASE, TRON, HAQQ |
predictive_behaviour |
ETH, BNB, BASE, HAQQ, SOLANA |
predictive_behaviour_batch |
ETH, BNB, BASE, HAQQ, SOLANA |
check_job_status |
Network-agnostic (uses job_id + signature) |
get_job_results |
Network-agnostic (uses job_id + signature) |
predictive_rug_pull |
ETH, BNB, BASE, HAQQ |
credit_score |
ETH |
token_rank_list |
ETH, BNB, BASE, SOLANA |
token_rank_single |
ETH, BNB, BASE, SOLANA |
run_token_audit |
eth, bsc, base, arbitrum, avalanche, optimism, polygon (lowercase) |
get_token_audit_result |
eth, bsc, base, arbitrum, avalanche, optimism, polygon (lowercase) |
agents_trust_score_list |
Chain-ID-based (ERC-8004 registry) |
agents_trust_score_single |
Chain-ID-based (ERC-8004 registry) |
Step-by-Step Workflow
For wallet fraud screening
- Confirm inputs — wallet address and network. If network is missing, ask.
- Call
predictive_fraud with the wallet address and network.
- Interpret
probabilityFraud using the threshold table below.
- Scan
forensic_details for negative flags (mixer use, sanctioned entities, darknet, etc.).
- Report status, score, and any forensic flags in plain language.
For behavioral profiling / personalization
- Confirm inputs — wallet address and network.
- Call
predictive_behaviour with the wallet address and network.
- Extract key signals:
intention.Value (Prob_Trade/Stake/Bridge/NFT_Buy), experience.Value, categories, recommendation.
- Classify the wallet by dominant category and intent signal.
- Generate personalized recommendations or next-best-action based on the profile.
For rug pull / contract safety checks
- Confirm inputs — smart contract or LP address and network.
- Optionally call
predictive_fraud on the deployer address first for extra signal.
- Call
predictive_rug_pull with the contract address.
- Interpret
probabilityFraud and scan forensic_details for liquidity and contract risk flags.
- Apply the Deployer Risk Amplifier: if deployer fraud score ≥ 0.5, escalate overall risk one level.
- Report verdict with supporting forensic evidence.
For token ranking / discovery
- Identify the request — list of tokens or single token deep-dive?
- For lists: call
token_rank_list with appropriate category, network, sort_by: communityRank, sort_order: DESC.
- For single tokens: call
token_rank_single with contract_address and network.
- Report
communityRank, normalizedRank, totalHolders, and top holder profiles.
For batch fraud or behavioural screening (large wallet lists)
- Schedule — call
predictive_fraud_batch or predictive_behaviour_batch with the wallet list and network.
- Store both
job_id and signature from the response — required for all follow-up calls.
- Poll — call
check_job_status with job_id + signature until status is completed or partial.
- Status
pending or processing → wait and retry.
- Status
partial → some wallets failed but results are available for completed items.
- Retrieve — call
get_job_results with job_id + signature to fetch the full per-wallet data.
- Process — the
data array returns the same schema as single-wallet predictive_behaviour / predictive_fraud results.
Never call get_job_results while status is still pending or processing. The job expires_at timestamp in the status response indicates how long results are retained.
For full due diligence (multi-tool)
- Call
predictive_fraud → get fraud score and forensic flags
- Call
predictive_behaviour → get behavioral profile and intent
- Call
predictive_rug_pull (if a contract address) → get contract risk
- Synthesize all three into a unified verdict with risk level and recommendation
For complex due diligence workflows, escalate to the chainaware-wallet-auditor subagent.
Risk Score Thresholds
| Score Range |
Label |
Recommended Action |
| 0.00 – 0.20 |
🟢 Low Risk |
Safe to proceed |
| 0.21 – 0.50 |
🟡 Medium Risk |
Proceed with caution, monitor |
| 0.51 – 0.80 |
🔴 High Risk |
Block or require additional verification |
| 0.81 – 1.00 |
⛔ Critical Risk |
Reject immediately |
Available Tools
1. predictive_fraud — Fraud Detection
Forecasts the probability that a wallet will engage in fraudulent activity. Includes AML checks.
Use when a user wants to screen a wallet before interacting with it.
Inputs:
apiKey (string, required) — ChainAware API key
network (string, required) — e.g. ETH, BNB, BASE
walletAddress (string, required) — the wallet to evaluate
Key output fields:
status — "Fraud", "Not Fraud", or "New Address"
probabilityFraud — decimal 0.00–1.00
forensic_details — deep on-chain breakdown
Example prompts that trigger this tool:
- "Is it safe to interact with 0xABC... on Ethereum?"
- "What is the fraud risk of this BNB wallet?"
- "Run an AML check on this address."
- "Screen this wallet before onboarding."
- "Is this address on any sanctions list?"
- "Pre-screen this user's wallet for compliance."
2. predictive_behaviour — Behavioral Analysis & Personalization
Profiles a wallet's on-chain history and predicts its next actions.
Inputs:
apiKey (string, required)
network (string, required)
walletAddress (string, required)
Key output fields:
intention — predicted next actions (Prob_Trade, Prob_Stake, Prob_Bridge, Prob_NFT_Buy — High/Medium/Low)
recommendation — personalized action suggestions
categories — behavioral segments (DeFi Lender, NFT Trader, Bridge User, etc.)
riskProfile — risk tolerance and balance age breakdown
experience — experience score 0–10 (beginner → expert)
protocols — which protocols this wallet uses (Aave, Uniswap, GMX, etc.)
Example prompts that trigger this tool:
- "What will this wallet do next?"
- "Is this user a DeFi lender or an NFT trader?"
- "Recommend the best yield strategy for this address."
- "What's the experience level of this wallet?"
- "Personalize my DeFi agent's response for this user."
- "Segment this wallet for my marketing campaign."
3. predictive_rug_pull — Rug Pull Detection
Forecasts whether a smart contract or liquidity pool is likely to execute a rug pull.
Inputs:
apiKey (string, required)
network (string, required)
walletAddress (string, required) — smart contract or LP address
Key output fields:
status — "Fraud" or "Not Fraud"
probabilityFraud — decimal 0.00–1.00
forensic_details — on-chain metrics behind the score
Example prompts that trigger this tool:
- "Will this new DeFi pool rug pull if I stake my assets?"
- "Is this smart contract safe?"
- "Check if this launchpad project is legitimate."
- "Monitor this LP position for rug pull risk."
- "Is this contract deployer trustworthy?"
4. credit_score — Crypto Credit Score
Calculates a credit/trust score (1–9) for a wallet by combining fraud probability with social graph analysis. Designed for DeFi lending and any use case needing a fast single-number creditworthiness signal.
Inputs:
apiKey (string, required)
network (string, required) — ETH
walletAddress (string, required) — the wallet to score
Key output fields:
creditData.riskRating — integer 1–9 (1 = highest risk, 9 = highest trust)
creditData.walletAddress — echoed wallet address
| riskRating |
Label |
Lending Interpretation |
| 9 |
✅ Prime |
Highest creditworthiness — best terms |
| 7–8 |
🟢 Reliable |
Low credit risk — standard terms |
| 5–6 |
🟡 Moderate |
Elevated caution — higher collateral |
| 3–4 |
🔴 High Risk |
Restricted terms or decline |
| 1–2 |
⛔ Very High Risk |
Do not lend |
Example prompts that trigger this tool:
- "What is the credit score for 0xABC...?"
- "Is this wallet a reliable borrower?"
- "Calculate credit score for this address on ETH."
- "Rate this wallet's creditworthiness."
- "Trust score for lending — 0xDEF... on BNB."
5. token_rank_list — Token Ranking by Holder Strength
Ranks tokens by the quality and strength of their holder community.
Inputs:
limit (string, required) — items per page
offset (string, required) — page number
network (string, required) — ETH, BNB, BASE, SOLANA
sort_by (string, required) — e.g. communityRank
sort_order (string, required) — ASC or DESC
category (string, required) — AI Token, RWA Token, DeFi Token, DeFAI Token, DePIN Token
contract_name (string, required) — token name search (empty string for no filter)
Key output fields:
data.total — total matching tokens
data.contracts[] — array with contractAddress, contractName, ticker, chain, category, communityRank, normalizedRank, totalHolders
Example prompts that trigger this tool:
- "What are the top AI tokens on Ethereum?"
- "Rank DeFi tokens on BNB by community strength."
- "Which RWA tokens have the strongest holder base on BASE?"
- "Show me the top 10 tokens by community rank on ETH."
- "Compare DePIN tokens across Solana and Ethereum."
6. token_rank_single — Single Token Rank & Top Holders
Returns the rank and top holders for a specific token by contract address.
Inputs:
contract_address (string, required) — token contract or mint address
network (string, required) — ETH, BNB, BASE, SOLANA
Key output fields:
data.contract — token details including communityRank, normalizedRank, totalHolders
data.topHolders[] — holder wallet addresses with balance, walletAgeInDays, transactionsNumber, totalPoints, globalRank
Example prompts that trigger this tool:
- "What is the token rank for USDT on Ethereum?"
- "Who are the top holders of 0xdAC17F... on ETH?"
- "How strong is the holder base of this contract on BNB?"
- "Show me the best holders of this Solana token."
7. predictive_fraud_batch — Batch Fraud Detection (Schedule)
Schedules an async fraud detection job for a list of wallet addresses. Returns a job handle immediately — results are fetched later via check_job_status + get_job_results.
Inputs:
apiKey (string, required) — ChainAware API key
network (string, required) — ETH, BNB, POLYGON, TON, BASE, TRON, HAQQ
addresses (array[objects], required) — list of wallet address objects to evaluate
Key output fields:
job_id — unique job identifier (store this)
signature — access token for follow-up calls (store this)
status — always "pending" on schedule response
total_items — number of wallets submitted
Example prompts that trigger this tool:
- "Run fraud screening on this list of 500 wallets on ETH."
- "Batch AML check for these addresses on BNB."
- "Screen all wallets from this CSV for fraud on BASE."
8. predictive_behaviour_batch — Batch Behavioral Analysis (Schedule)
Schedules an async behavioral analysis job for a list of wallet addresses. Same fire-and-fetch pattern as predictive_fraud_batch.
Inputs:
apiKey (string, required) — ChainAware API key
network (string, required) — ETH, BNB, BASE, HAQQ, SOLANA
addresses (array[objects], required) — list of wallet address objects to evaluate
Key output fields:
job_id — unique job identifier (store this)
signature — access token for follow-up calls (store this)
status — always "pending" on schedule response
total_items — number of wallets submitted
Example prompts that trigger this tool:
- "Profile all wallets in this list on ETH — intent, experience, risk."
- "Batch behavioural analysis for these 200 addresses on BASE."
- "Run segment analysis across all wallets in this Solana list."
9. check_job_status — Batch Job Progress
Checks the progress of a scheduled batch job. Returns counts only — no wallet data. Call this after scheduling a batch job and before fetching results.
Inputs:
job_id (string, required) — from predictive_fraud_batch or predictive_behaviour_batch
signature (string, required) — from the same schedule call
Key output fields:
status — "pending" | "processing" | "partial" | "completed"
completed_items, failed_items, pending_items — progress counts
expires_at — when results will be purged
| Status |
Meaning |
Next Action |
pending |
Queued, not started |
Wait and retry |
processing |
Actively running |
Wait and retry |
partial |
Some done, some failed |
Safe to call get_job_results |
completed |
All wallets processed |
Call get_job_results |
10. get_job_results — Batch Job Results
Retrieves the full per-wallet results from a completed or partial batch job. Returns the same rich schema as the single-wallet tools. Only call when check_job_status shows completed or partial.
Inputs:
job_id (string, required) — from the schedule call
signature (string, required) — from the same schedule call
Key output fields:
data[] — array of per-wallet results; each entry mirrors predictive_behaviour / predictive_fraud output schema
Example prompts that trigger this tool:
- "Get the results for job 0fc5897a on ETH."
- "Fetch the completed batch fraud results."
- "Retrieve wallet profiles from the batch I scheduled earlier."
Validation Checkpoints
Input Validation
- ✅ Wallet address provided and non-empty
- ✅ Network specified and supported for the tool being called (check table above)
- ✅
CHAINAWARE_API_KEY environment variable is set (not required for check_job_status / get_job_results)
- ✅ For
token_rank_list: limit, offset, sort_by, sort_order, and category all provided
- ✅ For
token_rank_single: both contract_address and network provided
- ✅ For batch tools: both
job_id and signature stored from the schedule response before calling follow-up tools
- ⚠️ If network is missing, ask the user before proceeding
- ⚠️ If network is not supported for the requested tool, inform the user and suggest an alternative
- ⚠️ Never call
get_job_results while job status is pending or processing
Output Validation
- ✅
probabilityFraud is present and in range 0.00–1.00
- ✅ Risk threshold label applied correctly (see table above)
- ✅ Forensic flags surfaced in plain language, not raw JSON
- ✅ Every recommendation cites the specific signal that drove it
- ✅ Network limitations clearly stated when a tool doesn't support the requested chain
- ✅ For behavioral profiles: at least
intention, experience, and categories included in response
- ✅ For batch jobs: always report
job_id to the user after scheduling; they may need it to check status manually
Example Output
Fraud Check — 0xABC... on ETH
🔮 FRAUD ASSESSMENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Wallet: 0xABC...
Network: ETH
Status: 🟡 MEDIUM RISK
Fraud Probability: 0.34
Risk Level: Medium — proceed with caution
Forensic Highlights:
• 3 transactions flagged as suspicious
• No mixer/tumbler activity detected
• No sanctioned entity connections
• Wallet age: 187 days
Recommendation: Monitor this wallet. Not safe for large-value
interactions without additional verification.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Behavioral Profile — 0xDEF... on BASE
🧠 BEHAVIORAL PROFILE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Wallet: 0xDEF...
Network: BASE
Experience: 7.2/10 — Experienced
Segment: DeFi Lender, Bridge User
Risk Profile: Balanced
Intent Signals:
Trade: High
Stake: Medium
Bridge: High
NFT Buy: Low
Protocols Used: Aave, Uniswap, Across Bridge
Recommendation:
→ Promote yield optimization vaults
→ Highlight cross-chain bridging incentives
→ Skip NFT-focused messaging
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Requirements
- API Key — a
CHAINAWARE_API_KEY environment variable is required for subscription-based access. Obtain one at https://chainaware.ai/pricing
- x402 payments — the MCP server supports the x402 protocol for pay-per-call access without a subscription; compatible clients settle payment automatically on HTTP 402 responses
- MCP-compatible host — Claude Code, Cursor, Claude Desktop, ChatGPT Connectors, or any MCP client that supports SSE transport
- Network awareness — different tools support different blockchains; see the Supported Blockchains table above
- No local installation — the MCP server runs remotely at
https://prediction.mcp.chainaware.ai/sse; no packages to install
Integration Setup
Claude Code (CLI)
claude mcp add --transport sse chainaware-behavioural-prediction-mcp-server \
https://prediction.mcp.chainaware.ai/sse \
--header "X-API-Key: your-key-here"
📚 Docs: https://code.claude.com/docs/en/mcp
Claude Web / Claude Desktop
- Go to Settings → Integrations → Add integration
- Name:
ChainAware Behavioural Prediction MCP Server
- URL:
https://prediction.mcp.chainaware.ai/sse?apiKey=your-key-here
📚 Docs: https://platform.claude.com/docs/en/agents-and-tools/remote-mcp-servers
Cursor (mcp.json)
{
"mcpServers": {
"chainaware-behavioural-prediction-mcp-server": {
"url": "https://prediction.mcp.chainaware.ai/sse",
"transport": "sse",
"headers": {
"X-API-Key": "your-key-here"
}
}
}
}
📚 Docs: https://cursor.com/docs/context/mcp
ChatGPT Connectors
- Open ChatGPT Settings → Apps / Connectors → Add Connector
- Name:
ChainAware Behavioural Prediction MCP Server
- URL:
https://prediction.mcp.chainaware.ai/sse?apiKey=your-key-here
Node.js
import { MCPClient } from "mcp-client";
const client = new MCPClient("https://prediction.mcp.chainaware.ai/");
const fraud = await client.call("predictive_fraud", {
apiKey: process.env.CHAINAWARE_API_KEY,
network: "ETH",
walletAddress: "0xYourWalletAddress"
});
const topTokens = await client.call("token_rank_list", {
limit: "10", offset: "0", network: "ETH",
sort_by: "communityRank", sort_order: "DESC",
category: "AI Token", contract_name: ""
});
Python
from mcp_client import MCPClient
import os
client = MCPClient("https://prediction.mcp.chainaware.ai/")
result = client.call("predictive_fraud", {
"apiKey": os.environ["CHAINAWARE_API_KEY"],
"network": "ETH",
"walletAddress": "0xYourWalletAddress"
})
Real-World Use Cases
DeFi Platforms
- Risk-adjusted lending — use fraud scores and behavioral profiles to set collateral requirements and interest rates per borrower
- Liquidity management — use intent signals to pre-position reserves and prevent pool drain
- Yield routing — identify wallets with high yield-seeking intent and route them to optimal vaults
AI Agent Personalization
- Give your agent a real-time behavioral profile of each wallet it talks to
- Segment users automatically into DeFi Lender, NFT Trader, Bridge User, New Wallet, etc.
Fraud & Compliance
- Screen wallets at the point of entry to your Dapp — before any transaction takes place
- Run AML monitoring across all active wallets
- Detect rug pull contracts at launchpad listing stage
NFT & GameFi
- Personalize in-game economies based on a player wallet's on-chain history
- Filter bot wallets and wash traders from NFT drops using fraud scores
Tips for Success
- Always specify the network — many tools behave differently across chains
- Run fraud check first — before any behavioral profiling, gate on fraud score
- Combine tools for full due diligence — fraud + behaviour + rug pull together give a complete picture
- Use the Deployer Risk Amplifier — a clean contract from a fraudulent deployer is still high risk
- For small lists (< 5 wallets) — use subagents like
chainaware-fraud-detector or chainaware-airdrop-screener which call single-wallet tools in a loop
- For 5+ wallets — use batch tools directly:
predictive_fraud_batch or predictive_behaviour_batch → check_job_status → get_job_results
- Always store job_id + signature — both are required for every follow-up batch call; losing either means you cannot retrieve results
- Surface forensic flags in plain language — never return raw JSON to end users
Related Subagents (Claude Code)
These subagents in .claude/agents/ provide specialized autonomous execution:
| Subagent |
Use When |
chainaware-wallet-auditor |
Full due diligence — deep behavioural profiling including fraud signals |
chainaware-fraud-detector |
Fast fraud screening, batch wallet checks |
chainaware-rug-pull-detector |
Contract/LP safety checks |
chainaware-wallet-marketer |
Personalized marketing messages per wallet segment |
chainaware-reputation-scorer |
Reputation score 0–1000 |
chainaware-aml-scorer |
AML compliance scoring 0–100 |
chainaware-trust-scorer |
Simple composable trust score 0.00–1.00 |
chainaware-credit-scorer |
Crypto credit score 1–9 for lending and creditworthiness decisions |
chainaware-wallet-ranker |
Wallet experience rank and leaderboard |
chainaware-whale-detector |
Whale tier classification for VIP treatment |
chainaware-onboarding-router |
Route wallets to beginner / intermediate / skip onboarding |
chainaware-token-ranker |
Discover and rank tokens by holder community strength |
chainaware-token-analyzer |
Single token deep-dive — community rank + top holders |
chainaware-defi-advisor |
Personalized DeFi product recommendations by experience + risk tier |
chainaware-airdrop-screener |
Batch screen wallets for airdrop eligibility, filter bots and fraud |
chainaware-lending-risk-assessor |
Borrower risk grade (A–F), collateral ratio, interest rate tier |
chainaware-token-launch-auditor |
Pre-listing launch safety audit — APPROVED / CONDITIONAL / REJECTED |
chainaware-agent-screener |
AI agent trust score 0–10 via agent + feeder wallet fraud checks |
chainaware-cohort-analyzer |
Segment a batch of wallets into behavioral cohorts with engagement strategies |
chainaware-counterparty-screener |
Real-time pre-transaction go/no-go (Safe / Caution / Block) |
chainaware-governance-screener |
DAO voter Sybil detection and voting weight calculation |
chainaware-sybil-detector |
Bulk Sybil attack detection for DAO votes — ELIGIBLE / REVIEW / EXCLUDE per wallet, pattern flags, and vote multipliers |
chainaware-transaction-monitor |
Real-time transaction risk for autonomous agents — ALLOW / FLAG / HOLD / BLOCK |
chainaware-lead-scorer |
Sales lead qualification — score, tier, conversion probability, outreach angle |
chainaware-upsell-advisor |
Next product recommendation and upsell message for existing users |
chainaware-platform-greeter |
Contextual welcome message per wallet per platform |
chainaware-marketing-director |
Full-cycle campaign orchestrator — segments, leads, whales, per-cohort messages |
chainaware-compliance-screener |
MiCA-aligned compliance report — PASS / EDD / REJECT (~70–75% MiCA coverage) |
chainaware-gamefi-screener |
Web3 game / P2E bot detection, player tier classification, reward eligibility |
chainaware-portfolio-risk-advisor |
Portfolio-level rug pull scan, risk grade (A–F), rebalancing plan |
chainaware-rwa-investor-screener |
RWA investor suitability — QUALIFIED / CONDITIONAL / REFER_TO_KYC / DISQUALIFIED |
chainaware-ltv-estimator |
12-month revenue potential (LTV) as a USD range — tx count × avg tx value × fee rate, scaled by behavioral multipliers. Optional: platform_share, fee_rate |
chainaware-agent-trust-screener |
ERC-8004 agent trust score (0–1000) — list → single workflow; Elite/High/Moderate/Low/Very Low/Fraud tiers; hard warnings on wallet_verified=false |
chainaware-token-audit-analyst |
Deep multi-module contract audit via async pipeline — aggregate risk score 0–100, ⛔ CRITICAL if can_drain=true; ⚠️ lowercase networks |
Background Reading
Data & Privacy
What data leaves your environment
Every tool call transmits the following to https://prediction.mcp.chainaware.ai/sse:
| Field |
Example |
Notes |
walletAddress |
0xABC... |
Pseudonymous on-chain identifier — not PII |
network |
ETH |
Chain identifier only |
apiKey |
(your key) |
Sourced from CHAINAWARE_API_KEY env var; never logged |
What is NOT sent: names, emails, IP addresses, private keys, raw transaction history, or any off-chain personal data.
API key handling
CHAINAWARE_API_KEY is read from the environment and passed as the apiKey parameter in each tool call. It is never included in output, never written to disk, and never logged by this skill. Treat it as a secret and rotate it regularly.
The MCP server also supports x402 payments — if your client supports the x402 protocol, payment is settled automatically on HTTP 402 responses with no API key required.
Integration-specific privacy notes
- Claude Code / Cursor: key passed via
X-API-Key header — does not appear in URLs or logs
- Claude Web / ChatGPT: key must be appended to the SSE URL (
?apiKey=...) — these platforms do not support custom SSE headers. Be aware the key will appear in your browser's network tab. Use a restricted-scope key for these integrations.
Operator responsibilities
Wallet addresses are pseudonymous identifiers. Whether they constitute personal data in your jurisdiction depends on your regulatory context (e.g. GDPR, MiCA). Operators processing wallets linked to identified users should perform their own data protection assessment.
Privacy policy: https://chainaware.ai/privacy
Security Notes
- Never hard-code API keys in public repositories
- The server uses SSE (Server-Sent Events) for streaming responses
- Rate limits apply depending on your subscription tier
Error Reference
| Code |
Meaning |
403 Unauthorized |
Invalid or missing apiKey (not applicable when using x402 payments) |
402 Payment Required |
x402 payment required — compatible clients settle automatically |
400 Bad Request |
Malformed network or walletAddress |
500 Internal Server Error |
Temporary backend failure — retry after a short delay |
Access & Pricing
Two access methods are supported:
- API key — subscribe at https://chainaware.ai/pricing and pass the key via
CHAINAWARE_API_KEY env var
- x402 payments — pay-per-call via the x402 protocol; no subscription required, compatible clients handle payment automatically on HTTP 402 responses
1---2name: chainaware-behavioral-prediction3description: Use this skill whenever a user asks about wallet safety, fraud risk, rug pull detection, wallet behavior analysis, DeFi personalization, on-chain reputation scoring, AML checks, token ranking by holder quality, airdrop screening, lending risk, token launch auditing, or AI agent trust scoring. Triggers on questions like: is this wallet safe?, will this pool rug pull?, what will this address do next?, score this wallet, detect fraud for address, personalize my DeFi agent, rank this token, top AI tokens, best holders of this token, check this contract, is this token safe?, profile this wallet, KYC this address, pre-screen this user, AML check this wallet, is this address suspicious?, screen this wallet before onboarding, what is the risk score of this address?, analyze on-chain behavior, is this LP safe to deposit?, will this contract rug?, what DeFi products suit this wallet?, segment this user, what is this wallet's experience level?, find strong token holders, which token has the best community?,rank tokens b4license: MIT5---67# ChainAware Behavioral Prediction MCP89## What This Skill Does1011The **ChainAware Behavioral Prediction MCP** connects any AI agent to a continuously updated12Web3 behavioral intelligence layer: **14M+ wallet profiles** across **8 blockchains**, built from13**1.3 billion+ predictive data points**. It delivers fourteen capabilities via a single MCP endpoint:14151. **Fraud Detection** — predict fraudulent wallet behavior before it happens ([~98% accuracy on ETH](https://chainaware.ai/scam-db))162. **Batch Fraud Detection** — async batch job for fraud screening large wallet lists; returns `job_id` + `signature`173. **Behavioral Analysis** — profile wallet intent, risk tolerance, experience, and next likely actions184. **Batch Behavioral Analysis** — async batch job for behavioral profiling large wallet lists; returns `job_id` + `signature`195. **Batch Job Status** — poll the progress of any running batch job206. **Batch Job Results** — retrieve full per-wallet results from a completed or partial batch job217. **Rug Pull Detection** — forecast whether a smart contract or liquidity pool will rug pull228. **Credit Score** — crypto credit/trust score (1–9) combining fraud probability and social graph analysis239. **Token Rank List** — rank tokens by holder community strength across chains and categories2410. **Token Rank Single** — deep-dive into a single token's community quality and top holders2511. **Token Audit** — deep multi-module smart contract audit via async get-or-create pipeline; 8 modules (ownership, liquidity, supply, honeypot, reentrancy, permissions, shadow functions, drainability); aggregate risk score 0–100; supports eth, bsc, base, arbitrum, avalanche, optimism, polygon (lowercase)2612. **Token Audit Results** — poll or retrieve completed token audit; full module breakdown when `audit_status == "complete"`; never present data while still queued or running2713. **Agent Trust Score List** — list ERC-8004 registered AI agents with on-chain trust scores (0–1000); paginated and sortable; use to discover agents or resolve agent_id2814. **Agent Trust Score Single** — full trust profile for a single ERC-8004 agent by `agent_id` + `chain_id`; includes trust score, tier, `wallet_verified`, `owner_address`; hard warning if `wallet_verified == false` or `error` is non-null2930Unlike forensic blockchain tools that describe the past, this MCP is **predictive** — it tells your31agent what is *about to happen*.3233**MCP Server URL:** `https://prediction.mcp.chainaware.ai/sse` 34**GitHub:** https://github.com/ChainAware/behavioral-prediction-mcp 35**Website:** https://chainaware.ai 36**Pricing / API Key:** https://chainaware.ai/pricing · x402 payment supported 37**Twitter:** https://x.com/ChainAware/ 38**LinkedIn:** https://www.linkedin.com/company/chainaware 39**Blog:** https://chainaware.ai/blog 40**Learn:** https://chainaware.ai/learn 41**Examples:** https://github.com/ChainAware/examples 42**Fraud Detection Accuracy:** [98% backtesting verified](https://chainaware.ai/scam-db) 43**Rug Pull Detection Accuracy:** [90.1% backtesting verified](https://chainaware.ai/resources/rugpull-verification) 44**Recognition:** [CB Insights Fraud Prevention Market Map](https://www.cbinsights.com/research/report/the-fraud-prevention-market-map-for-the-ai-era/) (2026) · [BNB Chain AI Landscape](https://x.com/BNBCHAIN/status/1947597551139500419) (2025) · [BNB Chain Kickstart](https://www.bnbchain.org/en/programs/kickstart#services) (2025) · [Google Cloud $250k Grant](https://chainaware.ai/blog/google-cloud-grant/) (2025) · [AWS Fintech Accelerator](https://chainaware.ai/blog/aws-grant/) (2024) · [Safary Club Web3 Growth Landscape](https://x.com/Safaryclub/status/1822983239734329613) (2024)4546---4748## Capabilities4950- **Fraud Detection** — predict fraudulent wallet behavior before it happens ([~98% accuracy on ETH](https://chainaware.ai/scam-db))51- **Batch Fraud Detection** — async batch fraud screening for large wallet lists; fire-and-fetch pattern via `predictive_fraud_batch` → `check_job_status` → `get_job_results`52- **Behavioral Analysis** — profile wallet intent, risk tolerance, experience, and next likely actions across DeFi, NFT, and trading segments53- **Batch Behavioral Analysis** — async batch behavioral profiling for large wallet lists; same fire-and-fetch pattern via `predictive_behaviour_batch` → `check_job_status` → `get_job_results`54- **Rug Pull Detection** — forecast whether a smart contract or liquidity pool will rug pull55- **Credit Score** — crypto credit/trust score (1–9) combining fraud probability and social graph analysis for DeFi lending decisions56- **Token Rank List** — rank tokens by holder community strength across ETH, BNB, BASE, and Solana57- **Token Rank Single** — deep-dive into a specific token's community quality and top holders5859---6061## When to Use This Skill6263- User asks about wallet safety, fraud risk, or suspicious activity64- User wants to screen a wallet, contract, or LP before interacting with it65- User needs AML/compliance checks on a blockchain address66- User wants behavioral profiling or DeFi personalization for a wallet67- User asks about token quality, community strength, or holder analysis68- User is building a DeFi platform, AI agent, launchpad, or compliance tool69- User wants to integrate the ChainAware MCP into their codebase7071## When NOT to Use This Skill7273- User asks about general blockchain data (balances, transaction history) → use a block explorer74- User wants real-time price data or market cap → use a market data API75- User wants to analyze smart contract code for bugs → use a code auditing tool76- For complex behavioural analysis (deep wallet profiling including fraud signals) → escalate to `chainaware-wallet-auditor` subagent77- For batch screening of many wallets → use batch MCP tools (`predictive_fraud_batch` / `predictive_behaviour_batch`) for large lists, or `chainaware-fraud-detector` subagent for small lists78- For marketing personalization → use `chainaware-wallet-marketer` subagent7980---8182## Supported Blockchains8384| Tool | Networks |85|---|---|86| `predictive_fraud` | ETH, BNB, POLYGON, TON, BASE, TRON, HAQQ |87| `predictive_fraud_batch` | ETH, BNB, POLYGON, TON, BASE, TRON, HAQQ |88| `predictive_behaviour` | ETH, BNB, BASE, HAQQ, SOLANA |89| `predictive_behaviour_batch` | ETH, BNB, BASE, HAQQ, SOLANA |90| `check_job_status` | Network-agnostic (uses job_id + signature) |91| `get_job_results` | Network-agnostic (uses job_id + signature) |92| `predictive_rug_pull` | ETH, BNB, BASE, HAQQ |93| `credit_score` | ETH |94| `token_rank_list` | ETH, BNB, BASE, SOLANA |95| `token_rank_single` | ETH, BNB, BASE, SOLANA |96| `run_token_audit` | eth, bsc, base, arbitrum, avalanche, optimism, polygon *(lowercase)* |97| `get_token_audit_result` | eth, bsc, base, arbitrum, avalanche, optimism, polygon *(lowercase)* |98| `agents_trust_score_list` | Chain-ID-based (ERC-8004 registry) |99| `agents_trust_score_single` | Chain-ID-based (ERC-8004 registry) |100101---102103## Step-by-Step Workflow104105### For wallet fraud screening1061071. **Confirm inputs** — wallet address and network. If network is missing, ask.1082. **Call `predictive_fraud`** with the wallet address and network.1093. **Interpret `probabilityFraud`** using the threshold table below.1104. **Scan `forensic_details`** for negative flags (mixer use, sanctioned entities, darknet, etc.).1115. **Report** status, score, and any forensic flags in plain language.112113### For behavioral profiling / personalization1141151. **Confirm inputs** — wallet address and network.1162. **Call `predictive_behaviour`** with the wallet address and network.1173. **Extract key signals**: `intention.Value` (Prob_Trade/Stake/Bridge/NFT_Buy), `experience.Value`, `categories`, `recommendation`.1184. **Classify the wallet** by dominant category and intent signal.1195. **Generate** personalized recommendations or next-best-action based on the profile.120121### For rug pull / contract safety checks1221231. **Confirm inputs** — smart contract or LP address and network.1242. **Optionally call `predictive_fraud`** on the *deployer* address first for extra signal.1253. **Call `predictive_rug_pull`** with the contract address.1264. **Interpret `probabilityFraud`** and scan `forensic_details` for liquidity and contract risk flags.1275. **Apply the Deployer Risk Amplifier**: if deployer fraud score ≥ 0.5, escalate overall risk one level.1286. **Report** verdict with supporting forensic evidence.129130### For token ranking / discovery1311321. **Identify the request** — list of tokens or single token deep-dive?1332. **For lists**: call `token_rank_list` with appropriate `category`, `network`, `sort_by: communityRank`, `sort_order: DESC`.1343. **For single tokens**: call `token_rank_single` with `contract_address` and `network`.1354. **Report** `communityRank`, `normalizedRank`, `totalHolders`, and top holder profiles.136137### For batch fraud or behavioural screening (large wallet lists)1381391. **Schedule** — call `predictive_fraud_batch` or `predictive_behaviour_batch` with the wallet list and network.1402. **Store** both `job_id` and `signature` from the response — required for all follow-up calls.1413. **Poll** — call `check_job_status` with `job_id` + `signature` until status is `completed` or `partial`.142 - Status `pending` or `processing` → wait and retry.143 - Status `partial` → some wallets failed but results are available for completed items.1444. **Retrieve** — call `get_job_results` with `job_id` + `signature` to fetch the full per-wallet data.1455. **Process** — the `data` array returns the same schema as single-wallet `predictive_behaviour` / `predictive_fraud` results.146147> Never call `get_job_results` while status is still `pending` or `processing`. The job `expires_at` timestamp in the status response indicates how long results are retained.148149### For full due diligence (multi-tool)1501511. Call `predictive_fraud` → get fraud score and forensic flags1522. Call `predictive_behaviour` → get behavioral profile and intent1533. Call `predictive_rug_pull` (if a contract address) → get contract risk1544. Synthesize all three into a unified verdict with risk level and recommendation155156> For complex due diligence workflows, escalate to the `chainaware-wallet-auditor` subagent.157158---159160## Risk Score Thresholds161162| Score Range | Label | Recommended Action |163|---|---|---|164| 0.00 – 0.20 | 🟢 Low Risk | Safe to proceed |165| 0.21 – 0.50 | 🟡 Medium Risk | Proceed with caution, monitor |166| 0.51 – 0.80 | 🔴 High Risk | Block or require additional verification |167| 0.81 – 1.00 | ⛔ Critical Risk | Reject immediately |168169---170171## Available Tools172173### 1. `predictive_fraud` — Fraud Detection174175Forecasts the probability that a wallet will engage in fraudulent activity. Includes AML checks.176Use when a user wants to screen a wallet before interacting with it.177178**Inputs:**179- `apiKey` (string, required) — ChainAware API key180- `network` (string, required) — e.g. `ETH`, `BNB`, `BASE`181- `walletAddress` (string, required) — the wallet to evaluate182183**Key output fields:**184- `status` — `"Fraud"`, `"Not Fraud"`, or `"New Address"`185- `probabilityFraud` — decimal 0.00–1.00186- `forensic_details` — deep on-chain breakdown187188**Example prompts that trigger this tool:**189- *"Is it safe to interact with 0xABC... on Ethereum?"*190- *"What is the fraud risk of this BNB wallet?"*191- *"Run an AML check on this address."*192- *"Screen this wallet before onboarding."*193- *"Is this address on any sanctions list?"*194- *"Pre-screen this user's wallet for compliance."*195196---197198### 2. `predictive_behaviour` — Behavioral Analysis & Personalization199200Profiles a wallet's on-chain history and predicts its next actions.201202**Inputs:**203- `apiKey` (string, required)204- `network` (string, required)205- `walletAddress` (string, required)206207**Key output fields:**208- `intention` — predicted next actions (`Prob_Trade`, `Prob_Stake`, `Prob_Bridge`, `Prob_NFT_Buy` — High/Medium/Low)209- `recommendation` — personalized action suggestions210- `categories` — behavioral segments (DeFi Lender, NFT Trader, Bridge User, etc.)211- `riskProfile` — risk tolerance and balance age breakdown212- `experience` — experience score 0–10 (beginner → expert)213- `protocols` — which protocols this wallet uses (Aave, Uniswap, GMX, etc.)214215**Example prompts that trigger this tool:**216- *"What will this wallet do next?"*217- *"Is this user a DeFi lender or an NFT trader?"*218- *"Recommend the best yield strategy for this address."*219- *"What's the experience level of this wallet?"*220- *"Personalize my DeFi agent's response for this user."*221- *"Segment this wallet for my marketing campaign."*222223---224225### 3. `predictive_rug_pull` — Rug Pull Detection226227Forecasts whether a smart contract or liquidity pool is likely to execute a rug pull.228229**Inputs:**230- `apiKey` (string, required)231- `network` (string, required)232- `walletAddress` (string, required) — smart contract or LP address233234**Key output fields:**235- `status` — `"Fraud"` or `"Not Fraud"`236- `probabilityFraud` — decimal 0.00–1.00237- `forensic_details` — on-chain metrics behind the score238239**Example prompts that trigger this tool:**240- *"Will this new DeFi pool rug pull if I stake my assets?"*241- *"Is this smart contract safe?"*242- *"Check if this launchpad project is legitimate."*243- *"Monitor this LP position for rug pull risk."*244- *"Is this contract deployer trustworthy?"*245246---247248### 4. `credit_score` — Crypto Credit Score249250Calculates a credit/trust score (1–9) for a wallet by combining fraud probability with social graph analysis. Designed for DeFi lending and any use case needing a fast single-number creditworthiness signal.251252**Inputs:**253- `apiKey` (string, required)254- `network` (string, required) — `ETH`255- `walletAddress` (string, required) — the wallet to score256257**Key output fields:**258- `creditData.riskRating` — integer 1–9 (1 = highest risk, 9 = highest trust)259- `creditData.walletAddress` — echoed wallet address260261| riskRating | Label | Lending Interpretation |262|-----------|-------|------------------------|263| 9 | ✅ Prime | Highest creditworthiness — best terms |264| 7–8 | 🟢 Reliable | Low credit risk — standard terms |265| 5–6 | 🟡 Moderate | Elevated caution — higher collateral |266| 3–4 | 🔴 High Risk | Restricted terms or decline |267| 1–2 | ⛔ Very High Risk | Do not lend |268269**Example prompts that trigger this tool:**270- *"What is the credit score for 0xABC...?"*271- *"Is this wallet a reliable borrower?"*272- *"Calculate credit score for this address on ETH."*273- *"Rate this wallet's creditworthiness."*274- *"Trust score for lending — 0xDEF... on BNB."*275276---277278### 5. `token_rank_list` — Token Ranking by Holder Strength279280Ranks tokens by the quality and strength of their holder community.281282**Inputs:**283- `limit` (string, required) — items per page284- `offset` (string, required) — page number285- `network` (string, required) — `ETH`, `BNB`, `BASE`, `SOLANA`286- `sort_by` (string, required) — e.g. `communityRank`287- `sort_order` (string, required) — `ASC` or `DESC`288- `category` (string, required) — `AI Token`, `RWA Token`, `DeFi Token`, `DeFAI Token`, `DePIN Token`289- `contract_name` (string, required) — token name search (empty string for no filter)290291**Key output fields:**292- `data.total` — total matching tokens293- `data.contracts[]` — array with `contractAddress`, `contractName`, `ticker`, `chain`, `category`, `communityRank`, `normalizedRank`, `totalHolders`294295**Example prompts that trigger this tool:**296- *"What are the top AI tokens on Ethereum?"*297- *"Rank DeFi tokens on BNB by community strength."*298- *"Which RWA tokens have the strongest holder base on BASE?"*299- *"Show me the top 10 tokens by community rank on ETH."*300- *"Compare DePIN tokens across Solana and Ethereum."*301302---303304### 6. `token_rank_single` — Single Token Rank & Top Holders305306Returns the rank and top holders for a specific token by contract address.307308**Inputs:**309- `contract_address` (string, required) — token contract or mint address310- `network` (string, required) — `ETH`, `BNB`, `BASE`, `SOLANA`311312**Key output fields:**313- `data.contract` — token details including `communityRank`, `normalizedRank`, `totalHolders`314- `data.topHolders[]` — holder wallet addresses with `balance`, `walletAgeInDays`, `transactionsNumber`, `totalPoints`, `globalRank`315316**Example prompts that trigger this tool:**317- *"What is the token rank for USDT on Ethereum?"*318- *"Who are the top holders of 0xdAC17F... on ETH?"*319- *"How strong is the holder base of this contract on BNB?"*320- *"Show me the best holders of this Solana token."*321322---323324### 7. `predictive_fraud_batch` — Batch Fraud Detection (Schedule)325326Schedules an async fraud detection job for a list of wallet addresses. Returns a job handle immediately — results are fetched later via `check_job_status` + `get_job_results`.327328**Inputs:**329- `apiKey` (string, required) — ChainAware API key330- `network` (string, required) — `ETH`, `BNB`, `POLYGON`, `TON`, `BASE`, `TRON`, `HAQQ`331- `addresses` (array[objects], required) — list of wallet address objects to evaluate332333**Key output fields:**334- `job_id` — unique job identifier (store this)335- `signature` — access token for follow-up calls (store this)336- `status` — always `"pending"` on schedule response337- `total_items` — number of wallets submitted338339**Example prompts that trigger this tool:**340- *"Run fraud screening on this list of 500 wallets on ETH."*341- *"Batch AML check for these addresses on BNB."*342- *"Screen all wallets from this CSV for fraud on BASE."*343344---345346### 8. `predictive_behaviour_batch` — Batch Behavioral Analysis (Schedule)347348Schedules an async behavioral analysis job for a list of wallet addresses. Same fire-and-fetch pattern as `predictive_fraud_batch`.349350**Inputs:**351- `apiKey` (string, required) — ChainAware API key352- `network` (string, required) — `ETH`, `BNB`, `BASE`, `HAQQ`, `SOLANA`353- `addresses` (array[objects], required) — list of wallet address objects to evaluate354355**Key output fields:**356- `job_id` — unique job identifier (store this)357- `signature` — access token for follow-up calls (store this)358- `status` — always `"pending"` on schedule response359- `total_items` — number of wallets submitted360361**Example prompts that trigger this tool:**362- *"Profile all wallets in this list on ETH — intent, experience, risk."*363- *"Batch behavioural analysis for these 200 addresses on BASE."*364- *"Run segment analysis across all wallets in this Solana list."*365366---367368### 9. `check_job_status` — Batch Job Progress369370Checks the progress of a scheduled batch job. Returns counts only — no wallet data. Call this after scheduling a batch job and before fetching results.371372**Inputs:**373- `job_id` (string, required) — from `predictive_fraud_batch` or `predictive_behaviour_batch`374- `signature` (string, required) — from the same schedule call375376**Key output fields:**377- `status` — `"pending"` | `"processing"` | `"partial"` | `"completed"`378- `completed_items`, `failed_items`, `pending_items` — progress counts379- `expires_at` — when results will be purged380381| Status | Meaning | Next Action |382|--------|---------|-------------|383| `pending` | Queued, not started | Wait and retry |384| `processing` | Actively running | Wait and retry |385| `partial` | Some done, some failed | Safe to call `get_job_results` |386| `completed` | All wallets processed | Call `get_job_results` |387388---389390### 10. `get_job_results` — Batch Job Results391392Retrieves the full per-wallet results from a completed or partial batch job. Returns the same rich schema as the single-wallet tools. **Only call when `check_job_status` shows `completed` or `partial`.**393394**Inputs:**395- `job_id` (string, required) — from the schedule call396- `signature` (string, required) — from the same schedule call397398**Key output fields:**399- `data[]` — array of per-wallet results; each entry mirrors `predictive_behaviour` / `predictive_fraud` output schema400401**Example prompts that trigger this tool:**402- *"Get the results for job 0fc5897a on ETH."*403- *"Fetch the completed batch fraud results."*404- *"Retrieve wallet profiles from the batch I scheduled earlier."*405406---407408## Validation Checkpoints409410### Input Validation411- ✅ Wallet address provided and non-empty412- ✅ Network specified and supported for the tool being called (check table above)413- ✅ `CHAINAWARE_API_KEY` environment variable is set (not required for `check_job_status` / `get_job_results`)414- ✅ For `token_rank_list`: `limit`, `offset`, `sort_by`, `sort_order`, and `category` all provided415- ✅ For `token_rank_single`: both `contract_address` and `network` provided416- ✅ For batch tools: both `job_id` and `signature` stored from the schedule response before calling follow-up tools417- ⚠️ If network is missing, ask the user before proceeding418- ⚠️ If network is not supported for the requested tool, inform the user and suggest an alternative419- ⚠️ Never call `get_job_results` while job status is `pending` or `processing`420421### Output Validation422- ✅ `probabilityFraud` is present and in range 0.00–1.00423- ✅ Risk threshold label applied correctly (see table above)424- ✅ Forensic flags surfaced in plain language, not raw JSON425- ✅ Every recommendation cites the specific signal that drove it426- ✅ Network limitations clearly stated when a tool doesn't support the requested chain427- ✅ For behavioral profiles: at least `intention`, `experience`, and `categories` included in response428- ✅ For batch jobs: always report `job_id` to the user after scheduling; they may need it to check status manually429430---431432## Example Output433434### Fraud Check — 0xABC... on ETH435436```437🔮 FRAUD ASSESSMENT438━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━439Wallet: 0xABC...440Network: ETH441Status: 🟡 MEDIUM RISK442443Fraud Probability: 0.34444Risk Level: Medium — proceed with caution445446Forensic Highlights:447 • 3 transactions flagged as suspicious448 • No mixer/tumbler activity detected449 • No sanctioned entity connections450 • Wallet age: 187 days451452Recommendation: Monitor this wallet. Not safe for large-value453interactions without additional verification.454━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━455```456457### Behavioral Profile — 0xDEF... on BASE458459```460🧠 BEHAVIORAL PROFILE461━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━462Wallet: 0xDEF...463Network: BASE464465Experience: 7.2/10 — Experienced466Segment: DeFi Lender, Bridge User467Risk Profile: Balanced468469Intent Signals:470 Trade: High471 Stake: Medium472 Bridge: High473 NFT Buy: Low474475Protocols Used: Aave, Uniswap, Across Bridge476477Recommendation:478 → Promote yield optimization vaults479 → Highlight cross-chain bridging incentives480 → Skip NFT-focused messaging481━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━482```483484---485486## Requirements487488- **API Key** — a `CHAINAWARE_API_KEY` environment variable is required for subscription-based access. Obtain one at https://chainaware.ai/pricing489- **x402 payments** — the MCP server supports the [x402 protocol](https://x402.org) for pay-per-call access without a subscription; compatible clients settle payment automatically on HTTP 402 responses490- **MCP-compatible host** — Claude Code, Cursor, Claude Desktop, ChatGPT Connectors, or any MCP client that supports SSE transport491- **Network awareness** — different tools support different blockchains; see the Supported Blockchains table above492- **No local installation** — the MCP server runs remotely at `https://prediction.mcp.chainaware.ai/sse`; no packages to install493494---495496## Integration Setup497498### Claude Code (CLI)499500```bash501claude mcp add --transport sse chainaware-behavioural-prediction-mcp-server \502 https://prediction.mcp.chainaware.ai/sse \503 --header "X-API-Key: your-key-here"504```505506📚 Docs: https://code.claude.com/docs/en/mcp507508### Claude Web / Claude Desktop5095101. Go to **Settings → Integrations → Add integration**5112. Name: `ChainAware Behavioural Prediction MCP Server`5123. URL: `https://prediction.mcp.chainaware.ai/sse?apiKey=your-key-here`513514📚 Docs: https://platform.claude.com/docs/en/agents-and-tools/remote-mcp-servers515516### Cursor (`mcp.json`)517518```json519{520 "mcpServers": {521 "chainaware-behavioural-prediction-mcp-server": {522 "url": "https://prediction.mcp.chainaware.ai/sse",523 "transport": "sse",524 "headers": {525 "X-API-Key": "your-key-here"526 }527 }528 }529}530```531532📚 Docs: https://cursor.com/docs/context/mcp533534### ChatGPT Connectors5355361. Open **ChatGPT Settings → Apps / Connectors → Add Connector**5372. Name: `ChainAware Behavioural Prediction MCP Server`5383. URL: `https://prediction.mcp.chainaware.ai/sse?apiKey=your-key-here`539540### Node.js541542```javascript543import { MCPClient } from "mcp-client";544const client = new MCPClient("https://prediction.mcp.chainaware.ai/");545546const fraud = await client.call("predictive_fraud", {547 apiKey: process.env.CHAINAWARE_API_KEY,548 network: "ETH",549 walletAddress: "0xYourWalletAddress"550});551552const topTokens = await client.call("token_rank_list", {553 limit: "10", offset: "0", network: "ETH",554 sort_by: "communityRank", sort_order: "DESC",555 category: "AI Token", contract_name: ""556});557```558559### Python560561```python562from mcp_client import MCPClient563import os564565client = MCPClient("https://prediction.mcp.chainaware.ai/")566result = client.call("predictive_fraud", {567 "apiKey": os.environ["CHAINAWARE_API_KEY"],568 "network": "ETH",569 "walletAddress": "0xYourWalletAddress"570})571```572573---574575## Real-World Use Cases576577### DeFi Platforms578- **Risk-adjusted lending** — use fraud scores and behavioral profiles to set collateral requirements and interest rates per borrower579- **Liquidity management** — use intent signals to pre-position reserves and prevent pool drain580- **Yield routing** — identify wallets with high yield-seeking intent and route them to optimal vaults581582### AI Agent Personalization583- Give your agent a real-time behavioral profile of each wallet it talks to584- Segment users automatically into DeFi Lender, NFT Trader, Bridge User, New Wallet, etc.585586### Fraud & Compliance587- Screen wallets at the point of entry to your Dapp — before any transaction takes place588- Run AML monitoring across all active wallets589- Detect rug pull contracts at launchpad listing stage590591### NFT & GameFi592- Personalize in-game economies based on a player wallet's on-chain history593- Filter bot wallets and wash traders from NFT drops using fraud scores594595---596597## Tips for Success5985991. **Always specify the network** — many tools behave differently across chains6002. **Run fraud check first** — before any behavioral profiling, gate on fraud score6013. **Combine tools for full due diligence** — fraud + behaviour + rug pull together give a complete picture6024. **Use the Deployer Risk Amplifier** — a clean contract from a fraudulent deployer is still high risk6035. **For small lists (< 5 wallets)** — use subagents like `chainaware-fraud-detector` or `chainaware-airdrop-screener` which call single-wallet tools in a loop6046. **For 5+ wallets** — use batch tools directly: `predictive_fraud_batch` or `predictive_behaviour_batch` → `check_job_status` → `get_job_results`6057. **Always store job_id + signature** — both are required for every follow-up batch call; losing either means you cannot retrieve results6068. **Surface forensic flags in plain language** — never return raw JSON to end users607608---609610## Related Subagents (Claude Code)611612These subagents in `.claude/agents/` provide specialized autonomous execution:613614| Subagent | Use When |615|---|---|616| `chainaware-wallet-auditor` | Full due diligence — deep behavioural profiling including fraud signals |617| `chainaware-fraud-detector` | Fast fraud screening, batch wallet checks |618| `chainaware-rug-pull-detector` | Contract/LP safety checks |619| `chainaware-wallet-marketer` | Personalized marketing messages per wallet segment |620| `chainaware-reputation-scorer` | Reputation score 0–1000 |621| `chainaware-aml-scorer` | AML compliance scoring 0–100 |622| `chainaware-trust-scorer` | Simple composable trust score 0.00–1.00 |623| `chainaware-credit-scorer` | Crypto credit score 1–9 for lending and creditworthiness decisions |624| `chainaware-wallet-ranker` | Wallet experience rank and leaderboard |625| `chainaware-whale-detector` | Whale tier classification for VIP treatment |626| `chainaware-onboarding-router` | Route wallets to beginner / intermediate / skip onboarding |627| `chainaware-token-ranker` | Discover and rank tokens by holder community strength |628| `chainaware-token-analyzer` | Single token deep-dive — community rank + top holders |629| `chainaware-defi-advisor` | Personalized DeFi product recommendations by experience + risk tier |630| `chainaware-airdrop-screener` | Batch screen wallets for airdrop eligibility, filter bots and fraud |631| `chainaware-lending-risk-assessor` | Borrower risk grade (A–F), collateral ratio, interest rate tier |632| `chainaware-token-launch-auditor` | Pre-listing launch safety audit — APPROVED / CONDITIONAL / REJECTED |633| `chainaware-agent-screener` | AI agent trust score 0–10 via agent + feeder wallet fraud checks |634| `chainaware-cohort-analyzer` | Segment a batch of wallets into behavioral cohorts with engagement strategies |635| `chainaware-counterparty-screener` | Real-time pre-transaction go/no-go (Safe / Caution / Block) |636| `chainaware-governance-screener` | DAO voter Sybil detection and voting weight calculation |637| `chainaware-sybil-detector` | Bulk Sybil attack detection for DAO votes — ELIGIBLE / REVIEW / EXCLUDE per wallet, pattern flags, and vote multipliers |638| `chainaware-transaction-monitor` | Real-time transaction risk for autonomous agents — ALLOW / FLAG / HOLD / BLOCK |639| `chainaware-lead-scorer` | Sales lead qualification — score, tier, conversion probability, outreach angle |640| `chainaware-upsell-advisor` | Next product recommendation and upsell message for existing users |641| `chainaware-platform-greeter` | Contextual welcome message per wallet per platform |642| `chainaware-marketing-director` | Full-cycle campaign orchestrator — segments, leads, whales, per-cohort messages |643| `chainaware-compliance-screener` | MiCA-aligned compliance report — PASS / EDD / REJECT (~70–75% MiCA coverage) |644| `chainaware-gamefi-screener` | Web3 game / P2E bot detection, player tier classification, reward eligibility |645| `chainaware-portfolio-risk-advisor` | Portfolio-level rug pull scan, risk grade (A–F), rebalancing plan |646| `chainaware-rwa-investor-screener` | RWA investor suitability — QUALIFIED / CONDITIONAL / REFER_TO_KYC / DISQUALIFIED |647| `chainaware-ltv-estimator` | 12-month revenue potential (LTV) as a USD range — tx count × avg tx value × fee rate, scaled by behavioral multipliers. Optional: platform_share, fee_rate |648| `chainaware-agent-trust-screener` | ERC-8004 agent trust score (0–1000) — list → single workflow; Elite/High/Moderate/Low/Very Low/Fraud tiers; hard warnings on wallet_verified=false |649| `chainaware-token-audit-analyst` | Deep multi-module contract audit via async pipeline — aggregate risk score 0–100, ⛔ CRITICAL if can_drain=true; ⚠️ lowercase networks |650651---652653## Background Reading654655| Article | URL |656|---|---|657| Complete Product Guide | https://chainaware.ai/blog/chainaware-ai-products-complete-guide/ |658| Fraud Detector Guide | https://chainaware.ai/blog/chainaware-fraud-detector-guide/ |659| Rug Pull Detector Guide | https://chainaware.ai/blog/chainaware-rugpull-detector-guide/ |660| Token Rank Guide | https://chainaware.ai/blog/chainaware-token-rank-guide/ |661| Wallet Rank Guide | https://chainaware.ai/blog/chainaware-wallet-rank-guide/ |662| Wallet Auditor Guide | https://chainaware.ai/blog/chainaware-wallet-auditor-how-to-use/ |663| Transaction Monitoring Guide | https://chainaware.ai/blog/chainaware-transaction-monitoring-guide/ |664| Web3 Behavioral Analytics Guide | https://chainaware.ai/blog/chainaware-web3-behavioral-user-analytics-guide/ |665| Credit Score Guide | https://chainaware.ai/blog/chainaware-credit-score-the-complete-guide-to-web3-credit-scoring-in-2026/ |666| Credit Scoring Agent Guide | https://chainaware.ai/blog/chainaware-credit-scoring-agent-guide/ |667| Agent Trust Score for Agentic Commerce | https://chainaware.ai/blog/agent-trust-score-agentic-commerce/ |668| Token Audit: 10,000 CoinGecko Token Results | https://chainaware.ai/blog/token-audit-10000-coingecko-results/ |669| Prediction MCP Developer Guide | https://chainaware.ai/blog/prediction-mcp-for-ai-agents-personalize-decisions-from-wallet-behavior/ |670| Top 5 Ways Prediction MCP Turbocharges DeFi | https://chainaware.ai/blog/top-5-ways-prediction-mcp-will-turbocharge-your-defi-platform/ |671| Why Personalization Is Next for AI Agents | https://chainaware.ai/blog/why-personalization-is-the-next-big-thing-for-ai-agents/ |672| Web3 User Segmentation for DApp Growth | https://chainaware.ai/blog/web3-user-segmentation-behavioral-analytics-for-dapp-growth-2026/ |673| AI-Powered Blockchain Analysis | https://chainaware.ai/blog/ai-powered-blockchain-analysis-machine-learning-for-crypto-security-2026/ |674| Forensic vs AI-Based Crypto Analytics | https://chainaware.ai/blog/forensic-crypto-analytics-versus-ai-based-crypto-analytics/ |675| Web3 Business Potential | https://chainaware.ai/blog/web3-business-potential/ |676677---678679## Data & Privacy680681### What data leaves your environment682683Every tool call transmits the following to `https://prediction.mcp.chainaware.ai/sse`:684685| Field | Example | Notes |686|---|---|---|687| `walletAddress` | `0xABC...` | Pseudonymous on-chain identifier — not PII |688| `network` | `ETH` | Chain identifier only |689| `apiKey` | _(your key)_ | Sourced from `CHAINAWARE_API_KEY` env var; never logged |690691**What is NOT sent:** names, emails, IP addresses, private keys, raw transaction history, or any off-chain personal data.692693### API key handling694695`CHAINAWARE_API_KEY` is read from the environment and passed as the `apiKey` parameter in each tool call. It is never included in output, never written to disk, and never logged by this skill. Treat it as a secret and rotate it regularly.696697The MCP server also supports **x402 payments** — if your client supports the x402 protocol, payment is settled automatically on HTTP 402 responses with no API key required.698699### Integration-specific privacy notes700701- **Claude Code / Cursor**: key passed via `X-API-Key` header — does not appear in URLs or logs702- **Claude Web / ChatGPT**: key must be appended to the SSE URL (`?apiKey=...`) — these platforms do not support custom SSE headers. Be aware the key will appear in your browser's network tab. Use a restricted-scope key for these integrations.703704### Operator responsibilities705706Wallet addresses are pseudonymous identifiers. Whether they constitute personal data in your jurisdiction depends on your regulatory context (e.g. GDPR, MiCA). Operators processing wallets linked to identified users should perform their own data protection assessment.707708**Privacy policy:** https://chainaware.ai/privacy709710---711712## Security Notes713714- **Never hard-code API keys** in public repositories715- The server uses **SSE (Server-Sent Events)** for streaming responses716- Rate limits apply depending on your subscription tier717718---719720## Error Reference721722| Code | Meaning |723|---|---|724| `403 Unauthorized` | Invalid or missing `apiKey` (not applicable when using x402 payments) |725| `402 Payment Required` | x402 payment required — compatible clients settle automatically |726| `400 Bad Request` | Malformed `network` or `walletAddress` |727| `500 Internal Server Error` | Temporary backend failure — retry after a short delay |728729---730731## Access & Pricing732733Two access methods are supported:734735- **API key** — subscribe at https://chainaware.ai/pricing and pass the key via `CHAINAWARE_API_KEY` env var736- **x402 payments** — pay-per-call via the [x402 protocol](https://x402.org); no subscription required, compatible clients handle payment automatically on HTTP 402 responses