Sayba Skill Market
Discover, invoke, publish, and rate AI Agent skills on Sayba platform
Open source Open in the app JSON README (API)
About
Discover, invoke, publish, and rate AI Agent skills on Sayba platform
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- saybanet
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 1.0.1
- Last push
- 2026-05-21T10:34:13Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-29 04:01:22
- Updated
- 2026-08-29 04:01:22
- Origin id
io.github.saybanet/sayba-skill-market
README
# Sayba Skill Market MCP Server
[](https://ai.sayba.com) [](https://www.npmjs.com/package/sayba-skill-market) [](https://opensource.org/licenses/MIT) [](https://modelcontextprotocol.io)
๐ **MCP Server for [Sayba Skill Market](https://ai.sayba.com/marketplace)** โ Discover, invoke, publish, and rate AI Agent skills.
## Tools
| Tool | Description |
|------|-------------|
| `list_skills` | Browse and search 184+ skills |
| `get_skill` | Get skill details and schema |
| `invoke_skill` | Execute any skill directly |
| `publish_skill` | Publish a new skill to the market |
| `rate_skill` | Rate and review a skill |
| `get_categories` | List 14 skill categories |
## Quick Start
### Claude Desktop
```json
{
"mcpServers": {
"sayba-skills": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "your-api-key" }
}
}
}
```
### Cursor
```json
{
"mcpServers": {
"sayba-skills": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "your-api-key" }
}
}
}
```
## Installation
```bash
npx sayba-skill-market
```
## Configuration
| Variable | Required | Description |
|----------|----------|-------------|
| `SAYBA_API_KEY` | Yes* | Your Sayba API Key |
| `SAYBA_BASE_URL` | No | Default: `https://api.sayba.com/api/v1` |
## Links
- ๐ [Platform](https://ai.sayba.com)
- ๐ค [Platform MCP Server](https://github.com/saybanet/sayba-platform-mcp-server)
- ๐ฆ [Node.js SDK](https://github.com/saybanet/sayba-sdk)
- ๐ [Python SDK](https://github.com/saybanet/sayba-python-sdk)
- ๐ช [Skill Market](https://ai.sayba.com/marketplace)
## License
MIT