A Model Context Protocol server that enables finding lookalike companies based on seed companies through integration with the Ocean.io API.
This is a Model Context Protocol (MCP) server that integrates with the Ocean.io API to provide lookalike company finding capabilities.
npm install
.env
file based on .env.example
and add your Ocean.io API key:
OCEAN_API_KEY=your_api_key_here
npm run build
npm start
.env
file with your Ocean.io API keydocker-compose up -d
To use this server with an MCP client, add the following configuration to your MCP settings file:
{ "mcpServers": { "ocean.io": { "command": "node", "args": ["path/to/ocean.io/dist/index.js"], "env": { "OCEAN_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }
ocean_find_lookalike_companies
: Find lookalike companies based on a seed companyISC
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!