net.gepuro.mcp-company-lens-v1/company-lens-mcp-registry
Search Japanese company database
Open source Repository Open in the app JSON README (API)
About
Search Japanese company database
Details
- Kind
- MCP servers
- Topic
- Databases
- Publisher
- net.gepuro.mcp-company-lens-v1
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Forks
- 1
- Last push
- 2025-09-13T02:32:01Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-29 04:01:49
- Updated
- 2026-08-29 04:01:49
- Origin id
net.gepuro.mcp-company-lens-v1/company-lens-mcp-registry
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" ```