@cyanheads/sanctions-screening-mcp-server 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AGENTS.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Developer Protocol
2
2
 
3
3
  **Server:** sanctions-screening-mcp-server
4
- **Version:** 0.1.0
4
+ **Version:** 0.1.2
5
5
  **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.6`
6
6
  **Engines:** Bun ≥1.3.0, Node ≥24.0.0
7
7
  **MCP SDK:** `@modelcontextprotocol/sdk` ^1.29.0
package/CLAUDE.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Developer Protocol
2
2
 
3
3
  **Server:** sanctions-screening-mcp-server
4
- **Version:** 0.1.0
4
+ **Version:** 0.1.2
5
5
  **Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.6`
6
6
  **Engines:** Bun ≥1.3.0, Node ≥24.0.0
7
7
  **MCP SDK:** `@modelcontextprotocol/sdk` ^1.29.0
package/Dockerfile CHANGED
@@ -11,8 +11,11 @@ WORKDIR /usr/src/app
11
11
  # Copy dependency manifests for optimized layer caching
12
12
  COPY package.json bun.lock ./
13
13
 
14
- # Install all dependencies (including dev dependencies for building)
15
- RUN bun install --frozen-lockfile
14
+ # Install all dependencies (including dev dependencies for building).
15
+ # --ignore-scripts skips better-sqlite3's node-gyp native build: the image runs
16
+ # under Bun and the mirror uses bun:sqlite, so the compiled binding is never used,
17
+ # and the TypeScript build only needs the package's type declarations.
18
+ RUN bun install --frozen-lockfile --ignore-scripts
16
19
 
17
20
  # Copy the rest of the source code
18
21
  COPY . .
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <h1>sanctions-screening-mcp-server</h1>
2
+ <h1>@cyanheads/sanctions-screening-mcp-server</h1>
3
3
  <p><b>Screen names against the consolidated OFAC, EU, UK, and UN sanctions lists and resolve legal entities against GLEIF, fuzzy-matched offline over a local SQLite + FTS5 mirror. A screening aid, not a compliance determination.</b>
4
4
  <div>6 Tools • 3 Resources • 1 Prompt</div>
5
5
  </p>
@@ -7,12 +7,20 @@
7
7
 
8
8
  <div align="center">
9
9
 
10
- [![Version](https://img.shields.io/badge/Version-0.1.0-blue.svg?style=flat-square)](./CHANGELOG.md) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg?style=flat-square)](./LICENSE) [![MCP SDK](https://img.shields.io/badge/MCP%20SDK-^1.29.0-green.svg?style=flat-square)](https://modelcontextprotocol.io/) [![TypeScript](https://img.shields.io/badge/TypeScript-^6.0.3-3178C6.svg?style=flat-square)](https://www.typescriptlang.org/) [![Bun](https://img.shields.io/badge/Bun-v1.3-blueviolet.svg?style=flat-square)](https://bun.sh/)
10
+ [![Version](https://img.shields.io/badge/Version-0.1.2-blue.svg?style=flat-square)](./CHANGELOG.md) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg?style=flat-square)](./LICENSE) [![MCP SDK](https://img.shields.io/badge/MCP%20SDK-^1.29.0-green.svg?style=flat-square)](https://modelcontextprotocol.io/) [![TypeScript](https://img.shields.io/badge/TypeScript-^6.0.3-3178C6.svg?style=flat-square)](https://www.typescriptlang.org/) [![Bun](https://img.shields.io/badge/Bun-v1.3-blueviolet.svg?style=flat-square)](https://bun.sh/)
11
+
12
+ [![Install in Claude Desktop](https://img.shields.io/badge/Install_in-Claude_Desktop-D97757?style=for-the-badge&logo=anthropic&logoColor=white)](https://github.com/cyanheads/sanctions-screening-mcp-server/releases/latest/download/sanctions-screening-mcp-server.mcpb) [![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=sanctions-screening-mcp-server&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBjeWFuaGVhZHMvc2FuY3Rpb25zLXNjcmVlbmluZy1tY3Atc2VydmVyIl19) [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=for-the-badge&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode:mcp/install?%7B%22name%22%3A%22sanctions-screening-mcp-server%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40cyanheads%2Fsanctions-screening-mcp-server%22%5D%7D)
11
13
 
12
14
  [![Framework](https://img.shields.io/badge/Built%20on-@cyanheads/mcp--ts--core-67E8F9?style=flat-square)](https://www.npmjs.com/package/@cyanheads/mcp-ts-core)
13
15
 
14
16
  </div>
15
17
 
18
+ <div align="center">
19
+
20
+ **Public Hosted Server:** [https://sanctions-screening.caseyjhand.com/mcp](https://sanctions-screening.caseyjhand.com/mcp)
21
+
22
+ </div>
23
+
16
24
  ---
17
25
 
18
26
  > [!IMPORTANT]
@@ -170,6 +178,23 @@ Agent-friendly output:
170
178
 
171
179
  ## Getting started
172
180
 
181
+ ### Public Hosted Instance
182
+
183
+ A public instance is available at `https://sanctions-screening.caseyjhand.com/mcp` — no installation required. Point any MCP client at it via Streamable HTTP, with this client config:
184
+
185
+ ```json
186
+ {
187
+ "mcpServers": {
188
+ "sanctions-screening-mcp-server": {
189
+ "type": "streamable-http",
190
+ "url": "https://sanctions-screening.caseyjhand.com/mcp"
191
+ }
192
+ }
193
+ }
194
+ ```
195
+
196
+ ### Self-hosted / local
197
+
173
198
  Add the following to your MCP client configuration file. The server is offline-first — populate the mirror with `bun run mirror:init` before screening (see [Source lists](#source-lists)).
174
199
 
175
200
  ```json
@@ -0,0 +1,12 @@
1
+ ---
2
+ summary: "Scope the README title to the published npm name, @cyanheads/sanctions-screening-mcp-server."
3
+ breaking: false
4
+ security: false
5
+ ---
6
+
7
+ # 0.1.1 — 2026-06-14
8
+
9
+ ## Changed
10
+
11
+ - **README** — the `<h1>` now reads `@cyanheads/sanctions-screening-mcp-server`, matching the published npm package name.
12
+ - **Dependencies** — `better-sqlite3` ^12.4.1 → ^12.10.1.
@@ -0,0 +1,17 @@
1
+ ---
2
+ summary: "Public hosted endpoint at https://sanctions-screening.caseyjhand.com/mcp"
3
+ breaking: false
4
+ security: false
5
+ ---
6
+
7
+ # 0.1.2 — 2026-06-15
8
+
9
+ ## Added
10
+
11
+ - **Public hosted instance** at `https://sanctions-screening.caseyjhand.com/mcp` — Streamable HTTP, no installation required; client config added to README.
12
+ - **`server.json` `remotes`** array with the hosted Streamable HTTP endpoint for MCP Registry discovery.
13
+
14
+ ## Changed
15
+
16
+ - `fast-xml-parser` ^5.8.0 → ^5.9.0
17
+ - `vitest` ^4.1.8 → ^4.1.9 (dev)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyanheads/sanctions-screening-mcp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "mcpName": "io.github.cyanheads/sanctions-screening-mcp-server",
5
5
  "description": "Screen names against the consolidated OFAC, EU, UK, and UN sanctions lists and resolve legal entities against GLEIF, fuzzy-matched offline over a local SQLite + FTS5 mirror. A screening aid, not a compliance determination.",
6
6
  "type": "module",
@@ -102,8 +102,8 @@
102
102
  },
103
103
  "dependencies": {
104
104
  "@cyanheads/mcp-ts-core": "^0.10.6",
105
- "better-sqlite3": "^12.4.1",
106
- "fast-xml-parser": "^5.8.0",
105
+ "better-sqlite3": "^12.10.1",
106
+ "fast-xml-parser": "^5.9.0",
107
107
  "pino-pretty": "^13.1.3",
108
108
  "zod": "^4.4.3"
109
109
  },
@@ -114,6 +114,6 @@
114
114
  "ignore": "^7.0.5",
115
115
  "tsc-alias": "^1.8.17",
116
116
  "typescript": "^6.0.3",
117
- "vitest": "^4.1.8"
117
+ "vitest": "^4.1.9"
118
118
  }
119
119
  }
package/server.json CHANGED
@@ -6,14 +6,20 @@
6
6
  "url": "https://github.com/cyanheads/sanctions-screening-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.1.0",
9
+ "version": "0.1.2",
10
+ "remotes": [
11
+ {
12
+ "type": "streamable-http",
13
+ "url": "https://sanctions-screening.caseyjhand.com/mcp"
14
+ }
15
+ ],
10
16
  "packages": [
11
17
  {
12
18
  "registryType": "npm",
13
19
  "registryBaseUrl": "https://registry.npmjs.org",
14
20
  "identifier": "@cyanheads/sanctions-screening-mcp-server",
15
21
  "runtimeHint": "node",
16
- "version": "0.1.0",
22
+ "version": "0.1.2",
17
23
  "packageArguments": [
18
24
  {
19
25
  "type": "positional",
@@ -63,7 +69,7 @@
63
69
  "registryBaseUrl": "https://registry.npmjs.org",
64
70
  "identifier": "@cyanheads/sanctions-screening-mcp-server",
65
71
  "runtimeHint": "node",
66
- "version": "0.1.0",
72
+ "version": "0.1.2",
67
73
  "packageArguments": [
68
74
  {
69
75
  "type": "positional",