MCP server intelligence profile

Tiger Skills MCP Server

Emulates Claude Skills with any LLM via MCP, enabling agents to use modular skill packages for specialized workflows and tool integrations

Local OnlyOfficial distributiontimescale
Verified cleanNpm · 0.1.4

Our scanner tested version 0.1.4 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
1Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @tigerdata/tiger-skills-mcp-server from npm

Version 0.1.4 declares 1 executable entrypoint.

npm install --save-exact @tigerdata/tiger-skills-mcp-server@0.1.4
npx -y -p @tigerdata/tiger-skills-mcp-server@0.1.4 @tigerdata/tiger-skills-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "@tigerdata/tiger-skills-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@tigerdata/tiger-skills-mcp-server@0.1.4",
        "@tigerdata/tiger-skills-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugtiger-skills-mcp-server-db1ffdd4DeploymentLocal Only
Canonical packagenpm:@tigerdata/tiger-skills-mcp-serverRepositorytimescale/tiger-skills-mcp-server
First publishedLatest release
Last security verificationAug 20, 2026Classification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@tigerdata/tiger-skills-mcp-server0.1.41Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@tigerdata/tiger-skills-mcp-server0.1.4CurrentSep 5, 20261 toolsSucceeded · 0 resources · 0 promptsVerified clean
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDKArtifact SHA-256dcf1b8fb902a041656387404df78b23c400fe98613c3d5314950c92f157974bf
Scannermcp-proof-engine 0.1.0Scan completedAug 20, 2026
Security rating41 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@tigerdata/tiger-skills-mcp-server"
]
Rating reasons
[
  "security_policy_not_observed"
]
0Proven
86Clean
0Inconclusive
0Flaky
0Errors

Current protocol inventory

2025-06-18Negotiated protocol
tiger-skillsServer-reported name
2Capability groups
Aug 18, 2026Observed

Tools 1

ToolCategoryAnnotationsRisk
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

  • None observed.

Resource templates 1

  • skillsskills://{name}{?path}

    # 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

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Tiger Skills MCP Server questions

How do I install Tiger Skills MCP Server?

Install the selected package version with: npm install --save-exact @tigerdata/tiger-skills-mcp-server@0.1.4

What tools does Tiger Skills MCP Server provide?

Tiger Skills MCP Server exposed 1 tool during independent protocol observation, including view.

Is Tiger Skills MCP Server secure?

Our scanner tested version 0.1.4 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP ServersMCP Servers With Completed Verification

Related MCP servers from this publisher

Related records share independently retained publisher or namespace evidence. They are not automatically endorsed alternatives.

Let’s talk about MCP security.

Share your details and our security team will contact you.