N
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Networklytics Mcp

Leekangbum
๐Ÿ“Š Data Platforms
0 Views
0 Installs

๐Ÿ - YouTube comment social network analysis (SNA): influencer centrality ranking, community detection (Louvain), sentiment analysis, and public JSON API for AI agents

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "leekangbum-networklytics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "leekangbum-networklytics-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

โš ๏ธ ์„œ๋น„์Šค ์šด์˜ ์ค‘๋‹จ ์•ˆ๋‚ด ํ˜„์žฌ NetworkLytics ์„œ๋ฒ„๊ฐ€ ์šด์˜ ์ค‘๋‹จ ์ƒํƒœ์ž…๋‹ˆ๋‹ค. NETWORKLYTICS_API_URL์„ ๋กœ์ปฌ ์„œ๋ฒ„ ์ฃผ์†Œ๋กœ ๋ณ€๊ฒฝํ•˜๋ฉด ๋กœ์ปฌ ํ™˜๊ฒฝ์—์„œ๋Š” ์‚ฌ์šฉ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.


networklytics-mcp

NetworkLytics MCP (Model Context Protocol) server.

Claude Desktop, Cursor ๋“ฑ MCP ์ง€์› AI ๋„๊ตฌ์—์„œ YouTube ๋Œ“๊ธ€ ๋„คํŠธ์›Œํฌ ๋ถ„์„ ๊ฒฐ๊ณผ๋ฅผ ์ง์ ‘ ์กฐํšŒํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์„ค์น˜

pip install networklytics-mcp

Claude Desktop ์„ค์ •

~/.claude/claude_desktop_config.json ๋˜๋Š” %APPDATA%\Claude\claude_desktop_config.json์— ์ถ”๊ฐ€:

{
  "mcpServers": {
    "networklytics": {
      "command": "networklytics-mcp",
      "env": {
        "NETWORKLYTICS_API_URL": "https://networklytics.net",
        "NETWORKLYTICS_API_KEY": "nly_your_api_key_here"
      }
    }
  }
}

API ํ‚ค๋Š” NetworkLytics ๊ณ„์ • ์„ค์ • ํŽ˜์ด์ง€์—์„œ ๋ฐœ๊ธ‰๋ฐ›์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์‚ฌ์šฉ ์˜ˆ์‹œ

Claude์—์„œ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์š”์ฒญํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:

  • "์ด ๊ณต์œ  ๋งํฌ ๋ถ„์„ ๊ฒฐ๊ณผ๋ฅผ ๋ณด์—ฌ์ค˜: https://networklytics.net/shared/abc-123-..."
  • "๋ถ„์„ ๊ฒฐ๊ณผ์—์„œ ํ•ต์‹ฌ ์ธํ”Œ๋ฃจ์–ธ์„œ 3๋ช…์„ ์ฐพ์•„์ค˜"
  • "์ด YouTube ์ฑ„๋„ ๋Œ“๊ธ€ ์ปค๋ฎค๋‹ˆํ‹ฐ์˜ ๊ฐ์„ฑ ํŠธ๋ Œ๋“œ๋Š” ์–ด๋•Œ?"

์ œ๊ณต ๋„๊ตฌ (Tools)

Tool์„ค๋ช…์ธ์ฆ
get_shared_analysis๊ณต์œ  ๋งํฌ ํ† ํฐ์œผ๋กœ ๋ถ„์„ ๊ฒฐ๊ณผ ์กฐํšŒ๋ถˆํ•„์š”
get_analysis_by_id๋ถ„์„ ID๋กœ ๊ฒฐ๊ณผ ์กฐํšŒAPI ํ‚ค ํ•„์š”
get_api_infoAPI ์ •๋ณด ๋ฐ ์—”๋“œํฌ์ธํŠธ ๋ชฉ๋ก๋ถˆํ•„์š”

๋ฐ˜ํ™˜ ๋ฐ์ดํ„ฐ ๊ตฌ์กฐ

{
  "video": { "title": "...", "channel": "...", "view_count": 123456 },
  "network": {
    "total_nodes": 1500,
    "total_edges": 3200,
    "density": 0.003,
    "community_count": 7
  },
  "sentiment": {
    "positive_ratio": 0.62,
    "negative_ratio": 0.15,
    "overall": "positive"
  },
  "top_influencers": [
    { "author": "username", "degree_centrality": 0.12, "comment_count": 45 }
  ],
  "topic_keywords": ["ํ‚ค์›Œ๋“œ1", "ํ‚ค์›Œ๋“œ2"],
  "ai_insights": { ... }
}

Related MCP Servers

M
Metabase Mcp

๐Ÿ“‡ ๐Ÿ  - MCP server connecting Claude to Metabase with 28 tools for natural language data analysis, dashboard management, SQL queries, and automated insights. Features SQL guardrails, rate limiting, and audit logging.

๐Ÿ“Š Data Platforms0 views
A
Aegis Dq

๐Ÿ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Agentic data quality framework that runs structured rules against warehouses (DuckDB, BigQuery, Athena, Databricks, Postgres), diagnoses failures with LLM root cause analysis, and proposes SQL remediations. Every LLM decision is audit-logged with cost and latency.

๐Ÿ“Š Data Platforms0 views
B
Brasil Data Mcp

๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Brazilian public data for AI agents โ€” companies (CNPJ), addresses (CEP), banks (BACEN), national holidays โ€” via BrasilAPI. No auth, no API key. Install: npx -y brasil-data-mcp.

๐Ÿ“Š Data Platforms0 views
S
Scala Mcp Server

๐Ÿ“‡ โ˜๏ธ ๐ŸŽ ๐ŸชŸ ๐Ÿง - Search and enrich data from 250M+ companies across 50+ countries. Company lookup by name, VAT, or ID, NACE sector search, and financial data from official EU business registries. Free tier: 50 lookups/month. Install: npx scala-mcp-server.

๐Ÿ“Š Data Platforms0 views
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.