| name | chainaware-behavioral-prediction |
| version | 1.0.0 |
| license | MIT |
| description | 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 by holder quality, should we list this token?, audit this launch, is this deployer trustworthy?, vet this IDO, launch safety check, screen this airdrop list, filter bots from airdrop, rank these wallets for token distribution, fair airdrop allocation, assess this borrower, what collateral ratio for this wallet?, lending risk for 0x..., what interest rate for this borrower?, should I lend to this wallet?, screen this AI agent, is this agent wallet safe?, agent trust score for 0x..., check the feeder wallet for this agent, can I trust this agent?, route this wallet to onboarding, is this user a beginner?, skip onboarding for this wallet?, or any request to analyze a blockchain wallet address, smart contract, token, or AI agent for risk, behavior, intent, community strength, or trustworthiness. Also use when integrating the ChainAware MCP server into Claude Code, Cursor, ChatGPT, or any MCP-compatible AI agent framework. |
| metadata | {"openclaw":{"requires":{"env":["CHAINAWARE_API_KEY"]},"primaryEnv":"CHAINAWARE_API_KEY","env_usage":{"CHAINAWARE_API_KEY":"Passed as the `apiKey` parameter in every tool call (predictive_fraud, predictive_fraud_batch, predictive_behaviour, predictive_behaviour_batch, predictive_rug_pull, credit_score). Not required for check_job_status or get_job_results โ those use job_id + signature. Never logged or included in output. Sourced exclusively from the CHAINAWARE_API_KEY environment variable โ never hardcoded."},"data_handling":{"external_endpoints":[{"url":"https://prediction.mcp.chainaware.ai/sse","transport":"SSE","purpose":"Blockchain wallet and contract behavioural analysis","data_sent":["Wallet addresses (pseudonymous on-chain identifiers)","Smart contract / LP addresses","Network identifier (e.g. ETH, BNB, BASE)"],"data_NOT_sent":["Names, emails, or any off-chain PII","Raw transaction data","Private keys or seed phrases"],"retention":"Governed by ChainAware's privacy policy","privacy_policy":"https://chainaware.ai/privacy"}]},"emoji":"๐ฎ","homepage":"https://github.com/ChainAware/behavioral-prediction-mcp","author":"ChainAware","tags":["web3","blockchain","fraud-detection","rug-pull","wallet-analytics","defi","mcp","ai-agents","personalization","aml","token-rank","on-chain-intelligence"]}} |
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
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. Obtain one at https://chainaware.ai/pricing
- 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 with deployer analysis |
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.
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 |
400 Bad Request | Malformed network or walletAddress |
500 Internal Server Error | Temporary backend failure โ retry after a short delay |
Access & Pricing
API key required. Subscribe at: https://chainaware.ai/pricing