AgentHubAgentHub

Bizfile MCP

MCP ServerMCP Registry官方收录

io.github.OjasKord/bizfile-mcp · v4.10.17

Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.

概览

Bizfile MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "bizfile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bizfile-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

环境变量

ANTHROPIC_API_KEY必填secret

Anthropic API key for AI-powered risk scoring

相关资源

统一 Manifest

{
  "id": "io.github.OjasKord/bizfile-mcp",
  "type": "mcp-server",
  "version": "4.10.17",
  "displayName": "Bizfile MCP",
  "description": "Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.",
  "repository": {
    "url": "https://github.com/OjasKord/bizfile-mcp",
    "source": "github"
  },
  "homepage": "https://kordagencies.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "bizfile-mcp",
        "version": "4.10.17",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ANTHROPIC_API_KEY",
            "description": "Anthropic API key for AI-powered risk scoring",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://bizfile-mcp-production.up.railway.app"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.OjasKord/bizfile-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.OjasKord%2Fbizfile-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Bizfile MCP — MCP Server 安装与配置 · AgentHub