Tools Reference
Complete reference for all Skillz Market MCP tools.
Tools Reference
This page documents all tools provided by the @skillzmarket/mcp server.
skillz_search
Search the Skillz Market for skills by name or description.
Input Schema
Example
Prompt: "Search Skillz Market for image generation skills"
Response:
skillz_info
Get detailed information about a specific skill including price, endpoint, and input/output schemas.
Input Schema
Example
Prompt: "Get info about the text-to-image skill"
Response:
skillz_call
Call a skill with automatic USDC payment on Base network.
Requires: Configured wallet via SKILLZ_PRIVATE_KEY
Input Schema
Example
Prompt: "Call text-to-image with prompt 'A cyberpunk cityscape at night'"
Response:
Payment Flow
- The tool fetches skill info to get the price
- Creates a USDC transfer on Base network
- Signs and submits the transaction
- Includes payment proof in the skill request
- Returns the skill result
Error Handling
If no wallet is configured:
If the call fails:
skillz_reviews
Get reviews for a specific skill.
Input Schema
Example
Prompt: "Get reviews for text-to-image"
Response:
skillz_groups
List skill groups, optionally filtered by creator.
Input Schema
Example
Prompt: "List all skill groups on Skillz Market"
Response:
skillz_group
Get details about a specific skill group including its skills.
Input Schema
Example
Prompt: "Get details about the ai-tools group"
Response:
Next Steps
- Configuration - Client-specific setup guides