sanctions-screening-mcp-server
Screen names against OFAC, EU, UK, UN sanctions lists; resolve entities via GLEIF. Screening aid.
Package Details
@cyanheads/sanctions-screening-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
./data/sanctions.dbFilesystem 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`.
0.85Default Jaro-Winkler similarity floor (0-1) for fuzzy matches when the caller omits min_score.
50Hard cap on fuzzy candidates scored per query, to bound work on short queries.
@cyanheads/sanctions-screening-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
./data/sanctions.dbFilesystem path for the local SQLite mirror; a persistent volume on a hosted deployment. All sources are keyless; no API key is required.
0 4 * * *Cron for the scheduled refresh of sanctions lists + GLEIF deltas (HTTP transport only).
0.85Default Jaro-Winkler similarity floor (0-1) for fuzzy matches when the caller omits min_score.
50Hard cap on fuzzy candidates scored per query, to bound work on short queries.