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.
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.
AI Agents can be directly called through MCP-supported clients (such as Claude, Cursor, etc.) with simple configuration.
Users only need to initiate query instructions in natural language to obtain complete risk assessments.
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.
Complete configuration in 3 steps, and AI Agents will immediately have on-chain compliance analysis capabilities, no professional development experience required:
{
"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"
}
}
}
}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:
The calling of Beosin KYT MCP is triggered by natural language. Examples are as follows:
The AI Agent will automatically call the corresponding tool through Beosin KYT MCP and return ready-to-use analysis results without additional processing.