Overview

Beosin KYT MCP is a server built on the Model Context Protocol (MCP), tailor-made for AI Agents. It turns AI Agents into professional Web3 compliance officers to efficiently complete tasks such as address screening and transaction risk assessment.

Why Choose Beosin KYT MCP?

Users can directly send requests to AI tools that support MCP. The AI tools will automatically initiate API calls through Beosin KYT MCP and return comprehensive and highly readable results.

Quick Integration

AI Agents can be directly called through MCP-supported clients (such as Claude, Cursor, etc.) with simple configuration.

Natural Language Interaction

Users only need to initiate query instructions in natural language to obtain complete risk assessments.

Institutional-Grade Risk Assessment

Leveraging massive address labels and 29 high-risk types (sanctions, money laundering, fraud, etc.), it provides AI Agents with precise risk determination and compliance analysis support.

Quick Access Guide

Complete configuration in 3 steps, and AI Agents will immediately have on-chain compliance analysis capabilities, no professional development experience required:

Step 1

Install an MCP-Supported Client

Step 2

Configure the MCP Server: Add the following code to the client configuration file to connect to Beosin KYT MCP

{
  "mcpServers": {
    "kyt-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@beosin/kyt-mcp-server@latest"
      ],
      "env": {
        "KYT_APP_ID": "your APPID",
        "KYT_APP_SECRET": "your APP-SECRET"
      }
    }
  }
}
Step 3

Add your API Key + Installation: Apply for/purchase an API Key of Beosin KYT, and execute npm install -g beosinkyt to complete global installation.

Core Functions

Beosin KYT MCP integrates multiple functions, covering the entire scenario of on-chain compliance and risk analysis for AI Agents. All functions can be triggered by natural language without additional adaptation:

Name
Core Function
AI Agent Calling Scenarios
mcp_beosinkyt_detect_address_chain
Detect the chain and token type of an address
Quickly identify basic address information to lay the foundation for subsequent analysis
mcp_beosinkyt_get_address_labels
Obtain address labels (exchange/mixer/black-gray industry, etc.)
Determine address attributes and identify potential high-risk entities
mcp_beosinkyt_get_address_risk
Address risk level determination
Quickly assess address risk and issue risk warnings
mcp_beosinkyt_check_malicious_fund
Detect whether an address involves blacklisted, stolen, or money laundering funds
Compliance verification to avoid the risk of transactions involving malicious funds

Calling Examples

The calling of Beosin KYT MCP is triggered by natural language. Examples are as follows:

Risk Query:"Please analyze the risk level of this Ethereum address and check if it involves malicious funds: [ETH_ADDRESS]"

The AI Agent will automatically call the corresponding tool through Beosin KYT MCP and return ready-to-use analysis results without additional processing.