← Back to Skills Marketplace
haveblue997

mcp-company-search

by HaveBlue997 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-company-search
Description
Search corporate registries across multiple jurisdictions via L402 API. Find companies by name and jurisdiction for due diligence, compliance, and business r...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-company-search
  3. After installation, invoke the skill by name or use /mcp-company-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug mcp-company-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install mcp-company-search?

Run "/install mcp-company-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is mcp-company-search free?

Yes, mcp-company-search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does mcp-company-search support?

mcp-company-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created mcp-company-search?

It is built and maintained by HaveBlue997 (@haveblue997); the current version is v1.0.0.

💬 Comments