Skip to main content
Glama
SK-CERT

Taranis NG MCP

Official
by SK-CERT

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TARANIS_API_KEYNoUser-owned Core API key (required in API-key mode).
TARANIS_BASE_URLYesAbsolute HTTP(S) Core URL. It must end exactly once with /api/v1; a trailing slash is accepted and removed.
TARANIS_PASSWORDNoCore password (required in password mode).
TARANIS_USERNAMENoCore username (required in password mode).
TARANIS_AUTH_MODENoAuthentication mode: password or api_key.password
TARANIS_CA_BUNDLENoPath to an existing CA bundle. When set, this bundle is used for TLS verification regardless of TARANIS_VERIFY_TLS.
TARANIS_LOG_LEVELNoLogging threshold: DEBUG, INFO, WARNING, ERROR, or CRITICAL (case-insensitive).INFO
TARANIS_VERIFY_TLSNoWhether to verify the Core server certificate.true
TARANIS_GET_RETRIESNoAdditional GET/HEAD retries after the initial attempt; must be 0 or greater.2
TARANIS_MCP_CATALOGNoTool catalog profile: gateway, direct, or hybrid.gateway
TARANIS_MCP_MODULESNoComma-separated legacy coarse domain/audience selectors, such as assess.usage,assess.admin.
TARANIS_ARTIFACT_DIRNoArtifact storage directory. The generated default is $XDG_RUNTIME_DIR/taranis-mcp-<uid> when XDG_RUNTIME_DIR is set, otherwise the platform temporary directory with the same suffix.
TARANIS_ARTIFACT_TTLNoArtifact lifetime in seconds; must be at least 1.3600
TARANIS_CORE_VERSIONNoDeployed Core version or commit asserted from deployment evidence and reported by system_check.
TARANIS_MCP_TOOLSETSNoComma-separated capability toolsets to enable.
TARANIS_MAX_PAGE_SIZENoMaximum permitted page size. Page sizes must satisfy 1 <= default <= maximum <= 200.200
TARANIS_MCP_DEVELOPERNoAdd the read-only raw_get developer tool.false
TARANIS_MCP_READ_ONLYNoRemove every mutation from the effective catalog.false
TARANIS_MCP_OPERATIONSNoComma-separated semantic operation names to add.
TARANIS_MAX_CONCURRENCYNoMaximum concurrent requests; must be at least 1.8
TARANIS_MAX_CONNECTIONSNoHTTP connection-pool limit; must be at least TARANIS_MAX_CONCURRENCY.16
TARANIS_REQUEST_TIMEOUTNoGeneral HTTP request timeout in seconds; accepts a number.30
TARANIS_ARTIFACT_TIMEOUTNoHTTP timeout in seconds for artifact transfers; accepts a number.120
TARANIS_AUTH_PROVIDER_IDNoPositive ID of an enabled local or LDAP form provider to select for password login. When omitted, Core uses its local provider only.
TARANIS_DEFAULT_PAGE_SIZENoDefault number of records returned by paged operations.25
TARANIS_ARTIFACT_MAX_BYTESNoMaximum artifact size in bytes (25 MiB by default); must be at least 1.26214400
TARANIS_METADATA_CACHE_TTLNoMetadata cache lifetime in seconds; accepts a number.30
TARANIS_RESPONSE_MAX_BYTESNoMaximum ordinary response body size in bytes (5 MiB by default); must be at least 1.5242880
TARANIS_MCP_EXCLUDE_OPERATIONSNoComma-separated semantic operation names to remove; exclusions take precedence over other selectors.
TARANIS_MCP_ALLOW_LARGE_CATALOGNoAllow direct/hybrid profiles to expose more than 25 tools.false

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/SK-CERT/Taranis-NG-MCP'

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