Enables AI-powered predictive fraud detection and behavioral analysis for addresses on the Polygon blockchain, forecasting fraudulent activity and assessing wallet trustworthiness.
Enables AI-powered predictive fraud detection for addresses on the TON blockchain, forecasting fraudulent activity and performing AML/Anti-Money Laundering checks.
🧠 ChainAware Behavioural Prediction MCP Server
MCP Server Name: ChainAware Behavioural Prediction MCP
Category: Web3 / Security / DeFi Analytics
Status: Public tools – Private backend
Access: By request (API key)
Server URL: [https://prediction.mcp.chainaware.ai/sse]
Repository: [https://github.com/ChainAware/behavioral-prediction-mcp]
Website: [https://chainaware.ai/]
Twitter: [https://x.com/ChainAware/]
mcp-name: io.github.ChainAware/chainaware-behavioral-prediction-mcp
📖 Description
The Behavioural Prediction MCP Server provides AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction.
Developers and platforms can integrate these tools through the MCP protocol to safeguard DeFi users, monitor liquidity risks, and score wallet or contract trustworthiness.
All tools follow the Model Context Protocol (MCP) and can be consumed via MCP-compatible clients.
⚙️ Available Tools
1. Predictive Fraud Detection Tool
ID: predictive_fraud
Description: This AI‑powered algorithm forecasts the likelihood of fraudulent activity on a given wallet address before it happens (≈98% accuracy), and performs AML/Anti‑Money‑Laundering checks. Use this when your user wants a risk assessment or early‑warning on a blockchain address.
➡️ Example Use Cases:
Inputs:
Name | Type | Required | Description |
| string | ✅ | API key for authentication |
| string | ✅ | Blockchain network ( |
| string | ✅ | The wallet address to evaluate |
Outputs (JSON):
Error cases:
2. Predictive Behaviour Analysis Tool
ID: predictive_behaviour
Description: This AI‑driven engine projects what a wallet address intentions or what address is likely to do next, profiles its past on‑chain history, and recommends personalized actions.
➡️ Example Use Cases:
Inputs:
Name | Type | Required | Description |
| string | ✅ | API key for authentication |
| string | ✅ | Blockchain network ( |
| string | ✅ | The wallet address to evaluate |
Outputs (JSON):
Error cases:
3. Predictive Rug‑Pull Detection Tool
ID: predictive_rug_pull
Description: This AI‑powered engine forecasts which liquidity pools or contracts are likely to perform a “rug pull” in the future. Use this when you need to warn users before they deposit into risky pools or to monitor smart‑contract security on-chain.
➡️ Example Use Cases:
Inputs:
Name | Type | Required | Description |
| string | ✅ | API key for authentication |
| string | ✅ | Blockchain network ( |
| string | ✅ | Smart contract or liquidity pool address |
Outputs (JSON):
Error cases:
🧠 Example Client Usage
Node.js Example
Python Example
Service Configuration:
🔌 Integration Notes
✅ Compatible with MCP clients across Node.js, Python, and browser-based environments
🔁 Uses Server-Sent Events (SSE) for streaming / real-time responses
📐 JSON schemas conform to the MCP specification
🚦 Rate limits may apply depending on usage tier
🔑 API key required for production endpoints
Claude Code (CLI) Configuration
Use the Claude CLI to register the MCP server via SSE transport:
📚 Documentation: https://code.claude.com/docs/en/mcp
ChatGPT Connector Configuration
Available in ChatGPT environments that support Connectors / MCP (Developer Mode).
Steps
Open ChatGPT Settings
Navigate to Apps / Connectors
Click Add Connector
Enter the integration name and URL below
Save the configuration
Integration Details
Name
Integration URL
Claude Web & Claude Desktop Configuration
Steps
Open Claude Web or Claude Desktop
Go to Settings → Integrations
Click Add integration
Enter the name and URL below
Click Add to complete setup
Integration Details
Name
Integration URL
📚 Documentation: https://platform.claude.com/docs/en/agents-and-tools/remote-mcp-servers
Cursor Configuration
Add the MCP server to your Cursor configuration file (e.g. mcp.json):
📚 Documentation: https://cursor.com/docs/context/mcp
🔐 Security Notes
Do not hard-code API keys in public repositories
Prefer environment variables or secret managers when supported
Rotate keys regularly in production environments
🔒 Access Policy
The MCP server requires an API key for production usage. To request access:
You can subscribe to listed available plans via: https://chainaware.ai/pricing
🧾 License
MIT (for client examples). Server implementation and backend logic are proprietary and remain private.