@skillzmarket/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@skillzmarket/mcpsearch for skills related to data analysis"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@skillzmarket/mcp
MCP (Model Context Protocol) server for Skillz Market integration. Enables AI assistants like Claude to discover and call paid AI skills.
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 to search for skills, get info, or make calls.
Related MCP server: tradex
Tools
skillz_search
Search the Skillz Market for skills by name or description.
{
query: string; // Search query (required)
category?: string; // Filter by category
}skillz_info
Get detailed information about a specific skill including price, endpoint, and schema.
{
slug: string; // Skill slug (required)
}skillz_call
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)
}skillz_reviews
Get reviews for a specific skill.
{
slug: string; // Skill slug (required)
}Configuration
Environment Variables
Variable | Required | Default | Description |
| No |
| API endpoint URL |
| For payments | - | Private key for wallet (hex format) |
Claude Desktop
Config file location:
Platform | Path |
macOS |
|
Windows |
|
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"]
}
}
}Installation
The server runs via npx automatically. For global installation:
npm install -g @skillzmarket/mcpDocumentation
📚 Full Documentation - Complete guides and configuration examples.
License
MIT © Skillz Market
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAgent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. 72+ services, free tools, x402 micropayments.Last updated2027MIT
- Alicense-qualityCmaintenanceEnables agents to discover and pay for AI services per call via USDC on Solana, supporting marketplace search, listing details, on-chain reputation, wallet info, and paid calls.Last updated1MIT
- Alicense-qualityDmaintenanceEnables AI agents to access crypto prices, DeFi yields, Polymarket data, Base chain info, and security scans with pay-per-call via USDC on Base mainnet.Last updatedMIT
- AlicenseAqualityBmaintenanceEnables AI agents to autonomously search, evaluate, and install skills from the skills.sh catalog.Last updated414ISC
Related MCP Connectors
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
500+ pay-per-call tools + skill packs. USDC + USDG on 12 chains, or free via proof-of-work.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skillzmarket/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server