Ocean.io MCP Server
This is a Model Context Protocol (MCP) server that integrates with the Ocean.io API to provide lookalike company finding capabilities.
Features
Find lookalike companies based on a seed company
Setup
Local Setup
Clone this repository
Install dependencies:
npm installCreate a
.env
file based on.env.example
and add your Ocean.io API key:OCEAN_API_KEY=your_api_key_hereBuild the server:
npm run buildStart the server:
npm start
Docker Setup
Clone this repository
Create a
.env
file with your Ocean.io API keyBuild and run using Docker Compose:
docker-compose up -d
MCP Configuration
To use this server with an MCP client, add the following configuration to your MCP settings file:
Available Tools
ocean_find_lookalike_companies
: Find lookalike companies based on a seed company
License
ISC
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that enables finding lookalike companies based on seed companies through integration with the Ocean.io API.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.Last updated -44655MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables integration with the Teamtailor API, allowing users to list, filter, and retrieve candidate information from their Teamtailor recruitment platform.Last updated -212MIT License
- AsecurityAlicenseAqualityA discovery and recommendation service that helps AI assistants find Model Context Protocol servers based on natural language queries.Last updated -11863MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables searching for similar images by text description, integrating Inspire's backend image search capabilities with LLM interfaces like Claude Desktop.Last updated -13GPL 3.0