Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • ERPNext MCP Server
  • SQLite MCP Server
  • Zenn MCP Server
  • Xano MCP Server for Smithery
  • Xano MCP Server
Back to MCP Servers
Oceanio MCP Server

Oceanio MCP Server

Public
Meerkats-Ai/ocean-io-mcp-server

A Model Context Protocol server that enables finding lookalike companies based on seed companies through integration with the Ocean.io API.

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

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

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Create a .env file based on .env.example and add your Ocean.io API key:
    OCEAN_API_KEY=your_api_key_here
    
  4. Build the server:
    npm run build
    
  5. Start the server:
    npm start
    

Docker Setup

  1. Clone this repository
  2. Create a .env file with your Ocean.io API key
  3. Build 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:

{ "mcpServers": { "ocean.io": { "command": "node", "args": ["path/to/ocean.io/dist/index.js"], "env": { "OCEAN_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }

Available Tools

  • ocean_find_lookalike_companies: Find lookalike companies based on a seed company

License

ISC

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • ERPNext MCP Server
    ERPNext MCP Server

    A TypeScript-based server that enables AI assistants to interact with ERPNext/Frappe systems through...

    Added May 30, 2025
  • SQLite MCP Server
    SQLite MCP Server

    A Model Context Protocol server implementation that enables AI assistants to execute SQL queries and...

    Added May 30, 2025
  • Zenn MCP Server
    Zenn MCP Server

    An unofficial Model Context Protocol server for Zenn that enables fetching articles and books from t...

    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    A Model Context Protocol server that enables Claude AI to interact with Xano databases, providing co...

    Added May 30, 2025
  • Xano MCP Server
    Xano MCP Server

    A simplified Model Context Protocol server that enables Claude to interact with Xano databases throu...

    Added May 30, 2025