← MCP Security Catalog

Tiger Skills MCP Server 0.1.4

npm · @tigerdata/tiger-skills-mcp-server · latest release

Verified with no proven findings
Security result
1
Observed tools
41
Version rating
100
Change risk

Independent inventory

Observed 2026-08-18T08:14:37.625Z using mcpSecurity-inventory. Protocol 2025-06-18.

ToolCategoryRisk
view# Tiger Skills This tool provides access to domain-specific skills - structured knowledge and procedures for specialized tasks. ## How to Use Skills 1. **Discover**: If you have not been provided the list of skills, fetch them by invoking this tool with `name: "."` 2. **Read**: Access a skill by reading its SKILL.md file: `name: "skill-name", path: "SKILL.md"` 3. **Explore**: Navigate within the skill directory to find additional resources, examples, or templates. The SKILL.md file and other documents may contain relative links to guide you. You can list the content of directories by specifying the directory path, relative to the skill root. 4. **Apply**: Follow the procedures and reference the knowledge in the skill to complete your task ## Skill Structure Each skill contains: - **SKILL.md**: Main documentation (always start here) - **REFERENCE.md**: Quick reference card (optional) - Additional files: Examples, templates, scripts ## When to Use Skills - Read relevant skills proactively when you identify a task that matches a skill's domain - Skills are meant to augment your knowledge, not replace your reasoning - Apply skill guidance while adapting to the specific user request - Skills use progressive disclosure - start with high-level guidance and drill down only as needed - Skills may also refer to tools or resources external to the skill itself - Use other tools to execute any code or scripts provided by the skill
Input schema
{
  "type": "object",
  "properties": {
    "skill_name": {
      "type": "string",
      "description": "The name of the skill to browse, or `.` to list all available skills."
    },
    "path": {
      "type": "string",
      "description": "A relative path to a file or directory within the skill to view.\nIf empty, will view the `SKILL.md` file by default.\nUse `.` to list the root directory of the skill."
    }
  },
  "required": [
    "skill_name",
    "path"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Output schema
{
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "The content of the file or directory listing."
    }
  },
  "required": [
    "content"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Annotations
{
  "title": "View Skill"
}

Resources 0

Resource templates 1

Prompts 0

Changes from previous version

Compared with initial baseline using full_baseline.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: dcf1b8fb902a041656387404df78b23c400fe98613c3d5314950c92f157974bf

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.