Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server for Skillz Market integration. Enables AI assistants like Claude to discover and call paid AI skills.
Add to your MCP client configuration:
{
"mcpServers": {
"skillzmarket": {
"command": "npx",
"args": ["@skillzmarket/mcp"],
"env": {
"SKILLZ_PRIVATE_KEY": "0x..."
}
}
}
}Then ask your AI assistant to search for skills, get info, or make calls.
Search the Skillz Market for skills by name or description.
{
query: string; // Search query (required)
category?: string; // Filter by category
}Get detailed information about a specific skill including price, endpoint, and schema.
{
slug: string; // Skill slug (required)
}Call a skill with automatic USDC payment on Base network. Requires configured wallet.
{
slug: string; // Skill slug (required)
input: object; // Input data for the skill (required)
}Get reviews for a specific skill.
{
slug: string; // Skill slug (required)
}| Variable | Required | Default | Description |
|---|---|---|---|
SKILLZ_API_URL | No | https://api.skillz.market | API endpoint URL |
SKILLZ_PRIVATE_KEY | For payments | - | Private key for wallet (hex format) |
Config file location:
| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
#### Full Configuration (with wallet)
{
"mcpServers": {
"skillzmarket": {
"command": "npx",
"args": ["@skillzmarket/mcp"],
"env": {
"SKILLZ_API_URL": "https://api.skillz.market",
"SKILLZ_PRIVATE_KEY": "0x..."
}
}
}
}#### Discovery Only (no wallet)
{
"mcpServers": {
"skillzmarket": {
"command": "npx",
"args": ["@skillzmarket/mcp"]
}
}
}The server runs via npx automatically. For global installation:
npm install -g @skillzmarket/mcp📚 [Full Documentation](https://docs.skillz.market/docs/mcp) - Complete guides and configuration examples.
MIT © Skillz Market
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.