← 返回 Skills 市场
haveblue997

mcp-company-search

作者 HaveBlue997 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcp-company-search
功能描述
Search corporate registries across multiple jurisdictions via L402 API. Find companies by name and jurisdiction for due diligence, compliance, and business r...
安全使用建议
This package appears to implement a company-search MCP tool, but there are mismatches you should resolve before installing or running it. Specifically: (1) the SKILL metadata requires L402_API_BASE_URL but the code reads NAUTDEV_BASE_URL (so your override may be ignored and the tool will use https://api.nautdev.com by default); (2) package/README maintainers differ (@vbotholemu vs @blue-trianon) — confirm the actual npm package owner and trustworthiness; (3) SKILL.md expects to run npx, which will fetch and execute code from npm at runtime — only run npx for this package if you trust the publisher. Recommended actions: inspect the package on the npm registry (npmjs.com) and verify the publisher and recent publish history; if you control the runtime, set NAUTDEV_BASE_URL explicitly (or patch the code) so the intended endpoint is used; consider installing the package locally and reviewing its code rather than running npx directly; if unsure, ask the publisher to correct the env-var and README inconsistencies.
功能分析
Type: OpenClaw Skill Name: mcp-company-search Version: 1.0.0 The skill bundle implements a standard Model Context Protocol (MCP) server for searching corporate registries via the api.nautdev.com endpoint. The code (src/index.ts and dist/index.js) uses the official MCP SDK, performs proper input validation with Zod, and correctly encodes URL parameters. While there are minor documentation inconsistencies regarding environment variable names (L402_API_BASE_URL vs NAUTDEV_BASE_URL) and package scopes (@vbotholemu vs @blue-trianon), no malicious behavior, data exfiltration, or prompt injection attempts were identified.
能力评估
Purpose & Capability
Name/description align with a corporate-registry search tool. Requested binary (npx) is consistent with the SKILL.md example that launches an npm package. However, package/README author names differ (@vbotholemu vs. @blue-trianon) which is an internal inconsistency that reduces trust in provenance.
Instruction Scope
SKILL.md and metadata declare L402_API_BASE_URL as the required env var and show an npx command; the actual runtime code ignores L402_API_BASE_URL and instead reads NAUTDEV_BASE_URL (defaulting to https://api.nautdev.com). That means the declared required env var will have no effect unless the correct NAUTDEV_BASE_URL is set — a mismatch between instructions and implementation.
Install Mechanism
No formal install spec (instruction-only) but SKILL.md expects to run npx to fetch @vbotholemu/mcp-company-search. Running npx downloads and executes code from npm at runtime (moderate risk). The included source files look straightforward and only perform HTTP GETs, but npx means arbitrary package code will be fetched from the registry when invoked — verify the npm package publisher before running.
Credentials
Declared required env var is L402_API_BASE_URL (no secrets), which is proportionate if the goal is to override an API endpoint. But the code reads NAUTDEV_BASE_URL instead. There are no API keys or secret env vars requested by the skill, which is good, but the env-var name mismatch could cause the client to unintentionally point to the hardcoded default endpoint (api.nautdev.com).
Persistence & Privilege
Skill is not always-enabled and is user-invocable; it does not request elevated or persistent system privileges and does not modify other skills' configs. Autonomous invocation (disable-model-invocation false) is platform default and is not, by itself, a concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcp-company-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcp-company-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug mcp-company-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mcp-company-search 是什么?

Search corporate registries across multiple jurisdictions via L402 API. Find companies by name and jurisdiction for due diligence, compliance, and business r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 mcp-company-search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcp-company-search」即可一键安装,无需额外配置。

mcp-company-search 是免费的吗?

是的,mcp-company-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

mcp-company-search 支持哪些平台?

mcp-company-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 mcp-company-search?

由 HaveBlue997(@haveblue997)开发并维护,当前版本 v1.0.0。

💬 留言讨论