contactkyonis-droid/kyonis-mcp
Kyonis MCP Server — Agent-native KYC/AML compliance API for Claude, GPT, LangChain, CrewAI
Overview
contactkyonis-droid/kyonis-mcp is a Python MCP server licensed under MIT. Kyonis MCP Server — Agent-native KYC/AML compliance API for Claude, GPT, LangChain, CrewAI
Ranked #21 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 2d ago → actively maintained
No issues filed → no history to score
2 contributors → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Kyonis MCP Server
> Agent-native compliance API for KYC/AML — discoverable via Model Context Protocol
Kyonis provides KYC verification, AML sanctions screening, due diligence, and UBO resolution
directly consumable by AI agents through MCP.
## Quick Start
### Using with Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"kyonis": {
"url": "https://mcp.kyonis.com/sse",
"headers": {
"X-API-Key": "your_api_key_here"
}
}
}
}
```
Get your free API key (500 verifications/month): https://app.kyonis.com/register
### Available Tools
| Tool | Description | Response Time |
|------|-------------|---------------|
| `aml_screen` | Screen against OFAC, EU, UN, HMT sanctions | <500ms |
| `kyc_verify` | Full KYC verification with risk scoring | <3s |
| `due_diligence` | Enhanced due diligence with adverse media | <10s |
| `ubo_resolve` | Resolve Ultimate Beneficial Owners | <5s |
| `entity_risk` | Real-time risk score for m Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.