io.github.cyanheads/sanctions-screening-mcp-server MCP Server
io.github.cyanheads/sanctions-screening-mcp-server
What is the io.github.cyanheads/sanctions-screening-mcp-server MCP server?
Screen names against OFAC, EU, UK, UN sanctions lists; resolve entities via GLEIF. Screening aid.
How to install io.github.cyanheads/sanctions-screening-mcp-server
Copy-paste configuration for popular MCP clients.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
SANCTIONS_MIRROR_PATHFilesystem 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_SCOREDefault Jaro-Winkler similarity floor (0-1) for fuzzy matches when the caller omits min_score.
SANCTIONS_FUZZY_MAX_RESULTSHard cap on fuzzy candidates scored per query, to bound work on short queries.
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
SANCTIONS_REFRESH_CRONCron for the scheduled refresh of sanctions lists + GLEIF deltas (HTTP transport only).
{
"mcpServers": {
"sanctions-screening-mcp-server": {
"command": "node",
"args": [
"-y",
"@cyanheads/sanctions-screening-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"SANCTIONS_MIRROR_PATH": "<YOUR_SANCTIONS_MIRROR_PATH>",
"SANCTIONS_FUZZY_MIN_SCORE": "<YOUR_SANCTIONS_FUZZY_MIN_SCORE>",
"SANCTIONS_FUZZY_MAX_RESULTS": "<YOUR_SANCTIONS_FUZZY_MAX_RESULTS>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>",
"SANCTIONS_REFRESH_CRON": "<YOUR_SANCTIONS_REFRESH_CRON>"
}
}
}
}{
"mcpServers": {
"sanctions-screening-mcp-server": {
"command": "node",
"args": [
"-y",
"@cyanheads/sanctions-screening-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"SANCTIONS_MIRROR_PATH": "<YOUR_SANCTIONS_MIRROR_PATH>",
"SANCTIONS_FUZZY_MIN_SCORE": "<YOUR_SANCTIONS_FUZZY_MIN_SCORE>",
"SANCTIONS_FUZZY_MAX_RESULTS": "<YOUR_SANCTIONS_FUZZY_MAX_RESULTS>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>",
"SANCTIONS_REFRESH_CRON": "<YOUR_SANCTIONS_REFRESH_CRON>"
}
}
}
}{
"mcpServers": {
"sanctions-screening-mcp-server": {
"command": "node",
"args": [
"-y",
"@cyanheads/sanctions-screening-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"SANCTIONS_MIRROR_PATH": "<YOUR_SANCTIONS_MIRROR_PATH>",
"SANCTIONS_FUZZY_MIN_SCORE": "<YOUR_SANCTIONS_FUZZY_MIN_SCORE>",
"SANCTIONS_FUZZY_MAX_RESULTS": "<YOUR_SANCTIONS_FUZZY_MAX_RESULTS>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>",
"SANCTIONS_REFRESH_CRON": "<YOUR_SANCTIONS_REFRESH_CRON>"
}
}
}
}{
"servers": {
"sanctions-screening-mcp-server": {
"type": "stdio",
"command": "node",
"args": [
"-y",
"@cyanheads/sanctions-screening-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"SANCTIONS_MIRROR_PATH": "<YOUR_SANCTIONS_MIRROR_PATH>",
"SANCTIONS_FUZZY_MIN_SCORE": "<YOUR_SANCTIONS_FUZZY_MIN_SCORE>",
"SANCTIONS_FUZZY_MAX_RESULTS": "<YOUR_SANCTIONS_FUZZY_MAX_RESULTS>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>",
"SANCTIONS_REFRESH_CRON": "<YOUR_SANCTIONS_REFRESH_CRON>"
}
}
}
}claude mcp add sanctions-screening-mcp-server --env MCP_LOG_LEVEL=<YOUR_MCP_LOG_LEVEL> --env SANCTIONS_MIRROR_PATH=<YOUR_SANCTIONS_MIRROR_PATH> --env SANCTIONS_FUZZY_MIN_SCORE=<YOUR_SANCTIONS_FUZZY_MIN_SCORE> --env SANCTIONS_FUZZY_MAX_RESULTS=<YOUR_SANCTIONS_FUZZY_MAX_RESULTS> --env MCP_HTTP_HOST=<YOUR_MCP_HTTP_HOST> --env MCP_HTTP_PORT=<YOUR_MCP_HTTP_PORT> --env MCP_HTTP_ENDPOINT_PATH=<YOUR_MCP_HTTP_ENDPOINT_PATH> --env MCP_AUTH_MODE=<YOUR_MCP_AUTH_MODE> --env SANCTIONS_REFRESH_CRON=<YOUR_SANCTIONS_REFRESH_CRON> -- node -y @cyanheads/sanctions-screening-mcp-server run start:stdioRelated MCP servers
Read, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP.
io.github.cyanheads/git-mcp-server
Comprehensive Git MCP server with 28 tools for clone, commit, branching, merging, and advanced workflows.
Agent-native TypeScript framework for building MCP servers with declarative definitions.
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.
Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials.