← moss.land

INDIVIDUAL MCP TOOL

get_connections

Entity의 다른 entity와의 인과 가설 (AI 합성 — '~연관 가능성').

moss.landnone authenticationAvailability not checked

LIVE ENDPOINT

https://alpha.moss.land/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_connections and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

moss.land

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.alpha-by-mossland]
url = "https://alpha.moss.land/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alpha-by-mossland": {
      "type": "http",
      "url": "https://alpha.moss.land/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: alpha-by-mossland
Remote MCP URL: https://alpha.moss.land/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "alpha-by-mossland": {
      "url": "https://alpha.moss.land/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alpha-by-mossland": {
      "type": "http",
      "url": "https://alpha.moss.land/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alpha-by-mossland",
  "transport": "streamable-http",
  "url": "https://alpha.moss.land/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_alpha — Alpha의 entity·topic·event·creator 검색.
  • get_entity — Entity 상세 — stance 분포 + AI 합성 카드 + 관련 영상 5편.
  • get_topic — Topic 상세 — 설명 + AI 합성 + stance 분포 + 관련 영상.
  • get_event — Event 상세 — 사건 정리 + AI 합성 + 연결된 엔티티.
  • get_macro_snapshot — 현재 US + KR 매크로 데이터 (Fed Funds, BoK 기준금리, 미 10Y, 한국 국고채 3년, 원/달러 등).
  • get_active_pulses — 최근 N시간 내 활성 가격 시그널 (BTC/ETH 등 5분 윈도우 ≥1% 변동).
  • get_today_brief — 어제 또는 특정 날짜의 한국 시장 일일 브리프 (AI 합성 — oneLine + why + 5 points + quotes).
  • ask_alpha — 자연어 질문 → Alpha의 데이터 RAG 답변 + 인용.