Skillz Market SDK

MCP Integration

Use Skillz Market tools directly from AI assistants like Claude Desktop.

MCP Integration

The Model Context Protocol (MCP) allows AI assistants to interact with external tools. The @skillzmarket/mcp package provides tools for discovering and calling paid AI skills directly from MCP-compatible clients like Claude Desktop.

Why Use MCP?

  • Natural language interface - Ask Claude to search for skills, check prices, and make calls
  • Automatic payments - USDC payments on Base are handled transparently
  • No code required - Use skills without writing any application code

Available Tools

ToolDescriptionRequires Wallet
skillz_searchSearch the marketplace by name or descriptionNo
skillz_infoGet detailed skill information including priceNo
skillz_callCall a skill with automatic USDC paymentYes
skillz_reviewsGet reviews for a specific skillNo

Quick Start

Add to your MCP client configuration:

{
  "mcpServers": {
    "skillzmarket": {
      "command": "npx",
      "args": ["@skillzmarket/mcp"],
      "env": {
        "SKILLZ_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Then ask your AI assistant:

"Search Skillz Market for image generation skills"

"Get info about the text-to-image skill"

"Call text-to-image with prompt 'A sunset over mountains'"

Next Steps

On this page