Skip to main content
Glama

Kaspersky OpenTIP MCP Server

Official
by KasperskyLab
Apache 2.0
17
  • Linux

Kaspersky OpenTIP Model Context Protocol Server

This server gives access to Kaspersky OpenTIP API to agentic applications that support Model Context Protocol (MCP), such as Claude or Cline.

Installation

First, install uv:

# windows powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" # linux curl -LsSf https://astral.sh/uv/install.sh | sh

You can also install uv from Github.

Second, clone this repo.

Finally, configure your client. For Claude:

{ "mcpServers": { "Kaspersky OpenTIP": { "command": "uv", "args": [ "--directory", "C:/path/to/repo/opentip-mcp", "run", "opentip.py" ], "env": { "OPENTIP_API_KEY": "YOUR_API_KEY" } } } }

For Cline (on Windows):

{ "mcpServers": { "KasperskyOpenTIP": { "command": "cmd", "args": [ "/c", "uv", "--directory", "C:/path/to/repo/opentip-mcp", "run", "opentip.py" ], "env": { "OPENTIP_API_KEY": "YOUR_API_KEY" } } } }

Note the env key in the JSON above: you need to set the value to your actual OpenTIP API key. Alternatively, you can remove this section and set OPENTIP_API_KEY environment variable directly.

License

Copyright © 2025 AO Kaspersky Lab

Licensed under the Apache 2.0 License. See the LICENSE.txt file for details.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Kaspersky OpenTIP Model Context Protocol Server. This server gives access to Kaspersky OpenTIP API to agentic applications.

  1. Installation
    1. License

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that facilitates integration with OpenCTI, allowing users to query and retrieve cyber threat intelligence data via a standardized interface.
        Last updated -
        16
        19
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        An MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.
        Last updated -
        8
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.
        Last updated -
        33
        Python
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Control Protocol server that provides access to Turkey's Public Disclosure Platform (KAP) data, including company information, financial reports, market announcements, and sector information.
        Last updated -
        Python
        • Linux
        • Apple

      View all related MCP servers

      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/KasperskyLab/threat-intelligence'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server