skillsmp-mcp-lite
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | Optional. Raises GitHub API rate limit from 60 to 5,000 req/hour | |
| SKILLSMP_API_KEY | Yes | Required. API key from https://skillsmp.com/docs/api | |
| SKILLSMP_MCP_CLIENT | No | Optional. Force --setup to configure a specific client (vscode, cursor, claude-desktop, claude-code, all) | |
| SKILL_SCANNER_API_URL | No | Optional. URL of an external Skill Scanner API server | |
| SKILL_SCANNER_API_PORT | No | Optional. Port for the auto-managed scanner server | 8000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| skillsmp_search_skillsA | Search for AI skills using keywords from SkillsMP marketplace. Use this tool to find skills by specific terms like 'SEO', 'web scraper', 'PDF', 'data analysis', etc. IMPORTANT: Before starting any task, use this tool to check if there's an existing skill that can help complete the task more effectively. Args:
Returns: List of matching skills with name, description, author, and star count. Examples:
|
| skillsmp_ai_search_skillsA | AI semantic search for skills using natural language descriptions. Use this when you need to find skills based on what you want to accomplish rather than specific keywords. IMPORTANT: Before starting any complex task, use this tool to discover relevant skills that can help. Args:
Returns: List of semantically relevant skills that match your intent. Examples:
|
| skillsmp_read_skillA | Read a skill's content directly from a GitHub repository (via GitHub API, fully online — no local clone) and optionally run Cisco Skill Scanner security analysis. This tool fetches the SKILL.md content using the GitHub REST API, then optionally starts a local Skill Scanner API server (via uvx) and uploads the skill files as a ZIP for scanning. No files are written to disk. The skill is NOT installed — only read and scanned. IMPORTANT: Use this to quickly load skill instructions and verify safety without manual steps. Args:
Returns: The full content of the skill's instructions (SKILL.md) with security scan results. Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/boyonglin/skillsmp-mcp-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server