AgentHubAgentHub

ChainAware Behavioural Prediction MCP Server

MCP ServerMCP Registry官方收录

io.github.ChainAware/chainaware-behavioral-prediction-mcp · v1.0.0

AI-powered tools to analyze wallet behaviour prediction, fraud detection and rug pull prediction.

概览

ChainAware Behavioural Prediction MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 sse 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "chainaware-behavioral-prediction-mcp": {
      "url": "https://prediction.mcp.chainaware.ai/sse"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.ChainAware/chainaware-behavioral-prediction-mcp",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "ChainAware Behavioural Prediction MCP Server",
  "description": "AI-powered tools to analyze wallet behaviour prediction, fraud detection and rug pull prediction.",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "sse",
        "url": "https://prediction.mcp.chainaware.ai/sse"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ChainAware/chainaware-behavioral-prediction-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ChainAware%2Fchainaware-behavioral-prediction-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ChainAware Behavioural Prediction MCP Server — MCP Server 安装与配置 · AgentHub