io.github.cyanheads

sanctions-screening-mcp-server

Screen names against OFAC, EU, UK, UN sanctions lists; resolve entities via GLEIF. Screening aid.

communityservice

Package Details

@cyanheads/sanctions-screening-mcp-server

Transportstdio
Runtimenode

Package Arguments

Positional
Position 0
run
Position 1
start:stdio

Environment Variables

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

SANCTIONS_MIRROR_PATH(str)
Default:./data/sanctions.db

Filesystem path for the local SQLite mirror. All sources are keyless; no API key is required. Populate the mirror out-of-band with `bun run mirror:init`.

SANCTIONS_FUZZY_MIN_SCORE(str)
Default:0.85

Default Jaro-Winkler similarity floor (0-1) for fuzzy matches when the caller omits min_score.

SANCTIONS_FUZZY_MAX_RESULTS(str)
Default:50

Hard cap on fuzzy candidates scored per query, to bound work on short queries.

@cyanheads/sanctions-screening-mcp-server

TransportStreamable HTTP
Runtimenode

Package Arguments

Positional
Position 0
run
Position 1
start:http

Environment Variables

MCP_HTTP_HOST(str)
Default:127.0.0.1

The hostname for the HTTP server.

MCP_HTTP_PORT(str)
Default:3010

The port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH(str)
Default:/mcp

The endpoint path for the MCP server.

MCP_AUTH_MODE(str)
Default:none

Authentication mode to use: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

SANCTIONS_MIRROR_PATH(str)
Default:./data/sanctions.db

Filesystem path for the local SQLite mirror; a persistent volume on a hosted deployment. All sources are keyless; no API key is required.

SANCTIONS_REFRESH_CRON(str)
Default:0 4 * * *

Cron for the scheduled refresh of sanctions lists + GLEIF deltas (HTTP transport only).

SANCTIONS_FUZZY_MIN_SCORE(str)
Default:0.85

Default Jaro-Winkler similarity floor (0-1) for fuzzy matches when the caller omits min_score.

SANCTIONS_FUZZY_MAX_RESULTS(str)
Default:50

Hard cap on fuzzy candidates scored per query, to bound work on short queries.