🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

sayba-skill-market

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sayba-skill-market

Sayba Skill Market MCP Server — Discover, invoke, publish, and rate AI Agent skills on Sayba

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Sayba Skill Market MCP Server

Sayba npm License: MIT MCP

🛒 MCP Server for Sayba Skill Market — Discover, invoke, publish, and rate AI Agent skills.

Tools

ToolDescription
list_skillsBrowse and search 184+ skills
get_skillGet skill details and schema
invoke_skillExecute any skill directly
publish_skillPublish a new skill to the market
rate_skillRate and review a skill
get_categoriesList 14 skill categories

Quick Start

Claude Desktop

{
  "mcpServers": {
    "sayba-skills": {
      "command": "npx",
      "args": ["-y", "sayba-skill-market"],
      "env": { "SAYBA_API_KEY": "your-api-key" }
    }
  }
}

Cursor

{
  "mcpServers": {
    "sayba-skills": {
      "command": "npx",
      "args": ["-y", "sayba-skill-market"],
      "env": { "SAYBA_API_KEY": "your-api-key" }
    }
  }
}

Installation

npx sayba-skill-market

Configuration

VariableRequiredDescription
SAYBA_API_KEYYes*Your Sayba API Key
SAYBA_BASE_URLNoDefault: https://api.sayba.com/api/v1

License

MIT

Keywords

mcp

FAQs

Package last updated on 21 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts