Behavioural Prediction Mcp
@ChainAware
关于 Behavioural Prediction Mcp
The Behavioural Prediction MCP Server provides AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"behavioral-prediction-mcp": {
"type": "http",
"url": "https://prediction.mcp.chainaware.ai/sse",
"description": "The Behavioural Prediction MCP Server provides AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction.",
"auth": {
"type": "api_key",
"header": "X-API-Key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Behavioural Prediction MCP?
The Behavioural Prediction MCP Server provides AI-powered tools to analyze wallet behaviour, detect fraud, and predict rug pulls on blockchain networks. It is designed for developers and platforms integrating security analytics into DeFi and Web3 applications via the Model Context Protocol (MCP).
How to use Behavioural Prediction MCP?
Use any MCP‑compatible client to connect to the server URL (https://prediction.mcp.chainaware.ai/sse), provide an API key in the X-API-Key header, and call one of the three available tools (predictive_fraud, predictive_behaviour, or predictive_rug_pull). Example client code in Node.js and Python is provided in the README.
Key features of Behavioural Prediction MCP
- Predictive fraud detection with ~98% accuracy and AML checks.
- Behaviour analysis to forecast wallet intentions and risk profiles.
- Rug‑pull prediction for DeFi liquidity pools and contracts.
- Supports multiple networks: ETH, BNB, POLYGON, TON, BASE, TRON, HAQQ.
- Real‑time responses via Server‑Sent Events (SSE).
- API‑key authentication for production endpoints.
Use cases of Behavioural Prediction MCP
- Evaluate a wallet address for fraud before interacting.
- Forecast what a wallet will do next (trade, stake, deposit).
- Warn users before they invest in a risky DeFi pool.
- Monitor smart‑contract security for potential exploits.
FAQ from Behavioural Prediction MCP
What blockchains are supported?
The fraud detection tool supports ETH, BNB, POLYGON, TON, BASE, TRON, and HAQQ. The behaviour analysis and rug‑pull detection tools support ETH, BNB, BASE, and HAQQ.
How do I authenticate with the MCP server?
An API key is required. Set it in the HTTP header X-API-Key when connecting to the server. Access can be requested via ChainAware pricing plans.
What errors can occur when calling a tool?
Errors include 403 Unauthorized (invalid API key), 400 Bad Request (malformed network or address), and 500 Internal Server Error (temporary downstream failure).
Is the server implementation open source?
The client examples are released under the MIT license, but the server implementation and backend logic are proprietary.
How do I get an API key?
You can subscribe to available plans at https://chainaware.ai/pricing to request production access.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论