bizfile-mcp 1.3.1 → 1.3.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/package.json +3 -5
- package/server.json +5 -6
- package/.mcpregistry_github_token +0 -1
- package/.mcpregistry_registry_token +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bizfile-mcp",
|
|
3
|
-
"
|
|
3
|
+
"mcpName": "io.github.OjasKord/bizfile-mcp",
|
|
4
|
+
"version": "1.3.2",
|
|
4
5
|
"description": "Real-time company verification, KYC, and due diligence across 130+ jurisdictions. Search companies, verify identities, assess risk, and get officer data from UK Companies House, Singapore ACRA, and US SEC EDGAR.",
|
|
5
6
|
"main": "src/server.js",
|
|
6
7
|
"type": "module",
|
|
@@ -22,9 +23,6 @@
|
|
|
22
23
|
"business-verification",
|
|
23
24
|
"corporate-intelligence",
|
|
24
25
|
"aml",
|
|
25
|
-
"sanctions",
|
|
26
|
-
"directors",
|
|
27
|
-
"officers",
|
|
28
26
|
"trade-finance",
|
|
29
27
|
"fintech",
|
|
30
28
|
"legal",
|
|
@@ -35,7 +33,7 @@
|
|
|
35
33
|
"homepage": "https://github.com/OjasKord/bizfile-mcp",
|
|
36
34
|
"repository": {
|
|
37
35
|
"type": "git",
|
|
38
|
-
"url": "https://github.com/OjasKord/bizfile-mcp.git"
|
|
36
|
+
"url": "git+https://github.com/OjasKord/bizfile-mcp.git"
|
|
39
37
|
},
|
|
40
38
|
"bugs": {
|
|
41
39
|
"url": "https://github.com/OjasKord/bizfile-mcp/issues"
|
package/server.json
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.OjasKord/bizfile-mcp",
|
|
4
4
|
"description": "Company verification and KYC across 130+ jurisdictions via global registries.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/OjasKord/bizfile-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.3.
|
|
9
|
+
"version": "1.3.1",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
14
14
|
"identifier": "bizfile-mcp",
|
|
15
|
-
"version": "1.3.
|
|
15
|
+
"version": "1.3.1",
|
|
16
16
|
"transport": {
|
|
17
|
-
"type": "
|
|
18
|
-
"url": "https://bizfile-mcp-production.up.railway.app"
|
|
17
|
+
"type": "stdio"
|
|
19
18
|
},
|
|
20
19
|
"environmentVariables": [
|
|
21
20
|
{
|
|
@@ -35,4 +34,4 @@
|
|
|
35
34
|
]
|
|
36
35
|
}
|
|
37
36
|
]
|
|
38
|
-
}
|
|
37
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ghu_joLkGSMTaAcax2RVsfb3Ec6S9pAv641OmVtc
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzQ4NjcxNjYsIm5iZiI6MTc3NDg2Njg2NiwiaWF0IjoxNzc0ODY2ODY2LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6Ik9qYXNLb3JkIiwicGVybWlzc2lvbnMiOlt7ImFjdGlvbiI6InB1Ymxpc2giLCJyZXNvdXJjZSI6ImlvLmdpdGh1Yi5PamFzS29yZC8qIn1dfQ.JBroV7uTl-k9xtAlaFuzdxM7ynG9gBd3u-M7ZmTtS-GFt2ymXeI7YCNwYd4q6jKndpHUQYlZAwcxDcCWFlfEDQ","expires_at":1774867166}
|