← Back to Plugins
MCP Server MCP

Taranis AI

github By github 👁 1 views ▲ 0 votes

Search stories and discover OSINT sources in Taranis AI.

Homepage Verified source GitHub

Install

uvx taranis-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "taranis-mcp-server",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "value": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Taranis API root, including the /api path.",
          "isRequired": true,
          "placeholder": "https://taranis.example/api",
          "name": "TARANIS_API_URL"
        },
        {
          "description": "Taranis JWT. Configure this or both username and password.",
          "isSecret": true,
          "name": "TARANIS_ACCESS_TOKEN"
        },
        {
          "description": "Taranis username. Configure together with the password instead of a JWT.",
          "name": "TARANIS_USERNAME"
        },
        {
          "description": "Taranis password. Configure together with the username instead of a JWT.",
          "isSecret": true,
          "name": "TARANIS_PASSWORD"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/taranis-ai/taranis-mcp-server:0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "value": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Taranis API root, including the /api path.",
          "isRequired": true,
          "placeholder": "https://taranis.example/api",
          "name": "TARANIS_API_URL"
        },
        {
          "description": "Taranis JWT. Configure this or both username and password.",
          "isSecret": true,
          "name": "TARANIS_ACCESS_TOKEN"
        },
        {
          "description": "Taranis username. Configure together with the password instead of a JWT.",
          "name": "TARANIS_USERNAME"
        },
        {
          "description": "Taranis password. Configure together with the username instead of a JWT.",
          "isSecret": true,
          "name": "TARANIS_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...