# company-lens-mcp-registry

**Category:** 🗄️ Databases  
**Repository:** https://github.com/gepuro/company-lens-mcp-registry  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/company-lens-mcp-registry

## Description
Search Japanese company database

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "company-lens-mcp-registry": {
    "command": "npx",
    "args": ["-y","company-lens-mcp-registry"]
  }
}
```

## Documentation & README

# Publish
```
mcp-publisher init
mcp-publisher login github
openssl genpkey -algorithm Ed25519 -out key.pem
echo "gepuro.net. IN TXT \"v=MCPv1; k=ed25519; p=$(openssl pkey -in key.pem -pubout -outform DER | tail -c 32 | base64)\""
mcp-publisher login dns --domain gepuro.net --private-key $(openssl pkey -in key.pem -noout -text | grep -A3 "priv:" | tail -n +2 | tr -d ' :\n')
mcp-publisher publish
curl "https://registry.modelcontextprotocol.io/v0/servers?search=net.gepuro.mcp-company-lens-v1/company-lens-mcp-registry"
```
