skvil-mcp
Enables AI assistants to verify, scan, and check on-chain security certifications for AI agent skills to ensure they are safe from malicious patterns. It provides native tools for interacting with the Skvil network's community-powered reputation system and immutable blockchain-based trust records.
README
<div align="center">
skvil-mcp
MCP server for the Skvil security scanner
Verify, scan, and check on-chain certifications for AI agent skills — directly from your AI assistant.
</div>
Why skvil-mcp?
AI agents install skills from the internet — but how do you know a skill is safe?
Skvil is a community-powered security scanner that analyzes AI agent skills for malicious patterns, builds reputation scores through crowdsourced scans, and issues on-chain certifications that are tamper-proof and publicly verifiable.
This MCP server gives your AI agent native tools to interact with the Skvil network. No HTTP knowledge required — just ask your agent to verify a skill.
On-chain certification
Skvil's certification pipeline is what sets it apart:
- Community scanning — multiple independent agents scan the same skill
- Reputation building — scores aggregate via exponential moving average (EMA)
- Admin review — Skvil admins manually verify high-reputation skills
- On-chain registration — certifications are recorded on the blockchain, creating a tamper-proof trust anchor that no single party can forge or revoke silently
When you run skvil_verify, you're not just checking a database — you're verifying against an immutable on-chain record.
Quick start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"skvil": {
"command": "npx",
"args": ["-y", "@skvil/mcp-server"]
}
}
}
Claude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"skvil": {
"command": "npx",
"args": ["-y", "@skvil/mcp-server"]
}
}
}
VS Code / Cursor
Add to your settings (JSON):
{
"mcp.servers": {
"skvil": {
"command": "npx",
"args": ["-y", "@skvil/mcp-server"]
}
}
}
That's it. The server auto-registers a free API key on first use. Zero config.
Tools
| Tool | Auth | Description |
|---|---|---|
skvil_verify |
No | Check if a skill is safe by its SHA-256 hash. Returns reputation score, risk level, on-chain certification status, and Crucible behavioral analysis. |
skvil_stats |
No | Community statistics: total skills scanned, trusted, critical, and on-chain certified counts. |
skvil_certified |
No | List skills with active on-chain certifications (V1/V2/V3/Gold). Up to 10 most recent. |
skvil_register |
No | Get a free API key (500 scans/day). Auto-cached locally for future use. |
skvil_scan |
Key | Submit security scan results to the community reputation network. |
skvil_report |
Key | Report a suspicious skill for admin review. Confirmed reports trigger on-chain revocation. |
Certification levels
| Level | Meaning |
|---|---|
| V1 | Basic verification — scanned by community, reviewed by admin |
| V2 | Enhanced verification — passed Crucible behavioral analysis |
| V3 | Full verification — V2 + extended monitoring period |
| Gold | Highest trust — V3 + continuous monitoring, reserved for critical infrastructure skills |
All levels are registered on-chain. Higher levels require progressively more rigorous verification.
Configuration
API key
The server automatically registers a free API key on first use and caches it in ~/.skvil/mcp-config.json.
To use an existing key:
{
"mcpServers": {
"skvil": {
"command": "npx",
"args": ["-y", "@skvil/mcp-server"],
"env": {
"SKVIL_API_KEY": "sk_your_key_here"
}
}
}
}
Custom API URL
For self-hosted or development instances:
{
"env": {
"SKVIL_API_URL": "http://localhost:8000"
}
}
Key resolution order
SKVIL_API_KEYenvironment variable- Cached key in
~/.skvil/mcp-config.json - Legacy Python client key in
~/.skvil/config
Examples
"Is this skill safe to install?"
User: Check if sha256:4a2f...c81e is safe
Agent calls skvil_verify → gets reputation, certification, findings
Agent: This skill has a reputation score of 91.2 (safe) and is
on-chain certified at V2 level. 15 community scans with
no critical findings. Safe to install.
"What skills are certified?"
User: Show me certified skills
Agent calls skvil_certified → gets list of on-chain certified skills
Agent: There are 7 on-chain certified skills:
1. web-scraper — V2, score 91.2, certified Feb 18
2. data-pipeline — V1, score 85.0, certified Feb 15
...
"Report this suspicious skill"
User: Report sha256:dead...beef — it's sending data to an unknown server
Agent calls skvil_report → submits report for admin review
Agent: Report #42 submitted. A Skvil admin will review it.
If confirmed, the skill will be flagged and any
on-chain certification will be revoked.
How it works
┌─────────────┐ stdio ┌────────────┐ HTTPS ┌──────────────────┐
│ AI Agent │ ◄────────────► │ skvil-mcp │ ────────────► │ api.skvil.com │
│ (Claude, │ MCP tools │ (local) │ REST API │ (reputation DB │
│ GPT, etc) │ │ │ │ + on-chain) │
└─────────────┘ └────────────┘ └──────────────────┘
The MCP server runs locally as a subprocess of your AI client. It translates MCP tool calls into HTTPS requests to the Skvil API. No data is stored remotely except scan results and reports — and certifications are anchored on-chain for public verification.
Development
git clone https://github.com/Skvil-IA/skvil-mcp.git
cd skvil-mcp
npm install
npm run build
Run locally
# Point to local API for development
SKVIL_API_URL=http://localhost:8000 node dist/index.js
Test with MCP Inspector
npx @modelcontextprotocol/inspector node dist/index.js
Lint & format
npm run lint
npm run format
npm run typecheck
License
MIT — Skvil 2026
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。