Zocialeye MCP Server

Zocialeye MCP Server

Enables access to Zocialeye's social media analytics API for campaign data analysis. Provides tools to retrieve campaign categories, keywords, word clouds, messages, summary statistics, and top influencers.

Category
Visit Server

README

Zocialeye MCP Server

Model Context Protocol (MCP) server for the Zocialeye social media analytics API.

Features

This MCP server provides access to Zocialeye's campaign analytics capabilities through the following tools:

  • get_campaign_categories: Get categories for a specific campaign
  • get_campaign_keywords: Get keywords for a specific campaign
  • get_campaign_wordcloud: Get word cloud data for a specific campaign
  • get_campaign_messages: Get messages/posts for a specific campaign
  • get_campaign_summary: Get summary statistics for a specific campaign
  • get_campaign_influencers: Get top influencers for a specific campaign

Installation

  1. Clone this repository:
git clone <repository-url>
cd zocialeye-mcp
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Configuration

Set the following environment variables:

export ZOCIALEYE_API_KEY="your-api-key-here"      # Required for authenticated requests
export ZOCIALEYE_CAMPAIGN_ID="your-campaign-id"   # Optional, default campaign ID

Usage

Running the Server

For development:

npm run dev

For production:

npm start

Integration with Claude Desktop

Add the following to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\\Claude\\claude_desktop_config.json

{
  "mcpServers": {
    "zocialeye": {
      "command": "node",
      "args": ["/path/to/zocialeye-mcp/dist/index.js"],
      "env": {
        "ZOCIALEYE_API_KEY": "your-api-key-here",
        "ZOCIALEYE_CAMPAIGN_ID": "your-campaign-id"
      }
    }
  }
}

Available Tools

get_campaign_categories

Get categories for a specific campaign.

Parameters:

  • campaign_id (optional): The campaign ID to get categories for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.

get_campaign_keywords

Get keywords for a specific campaign.

Parameters:

  • campaign_id (optional): The campaign ID to get keywords for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.

get_campaign_wordcloud

Get word cloud data for a specific campaign.

Parameters:

  • campaign_id (optional): The campaign ID to get word cloud for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.

get_campaign_messages

Get messages/posts for a specific campaign.

Parameters:

  • campaign_id (optional): The campaign ID to get messages for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.

get_campaign_summary

Get summary statistics for a specific campaign.

Parameters:

  • campaign_id (optional): The campaign ID to get summary for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.

get_campaign_influencers

Get top influencers for a specific campaign.

Parameters:

  • campaign_id (optional): The campaign ID to get influencers for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.

Development

  • npm run build: Compile TypeScript to JavaScript
  • npm run dev: Run the server in development mode with auto-reload
  • npm start: Run the compiled server

License

MIT License

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured