αAlpha

MCP Server

Claude Desktop · Cursor · Continue 등 MCP 클라이언트에서 Alpha의 한국 크립토·매크로 데이터를 도구로 사용하세요. 모든 라이브 데이터 (entity 141 · topic 22 · event 31 · 페르소나 발화 · macro 11 series)에 접근 가능.

엔드포인트: https://alpha.moss.land/api/mcp · Transport: Streamable HTTP · Protocol: 2025-06-18

빠른 시작 — Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json 에 추가:

{
  "mcpServers": {
    "alpha": {
      "url": "https://alpha.moss.land/api/mcp"
    }
  }
}

Claude Desktop을 재시작하면 도구 목록에 alpha가 나타납니다.

Cursor

.cursor/mcp.json 또는 Cursor 설정의 MCP에 추가:

{
  "mcpServers": {
    "alpha": {
      "url": "https://alpha.moss.land/api/mcp",
      "type": "http"
    }
  }
}

curl 테스트

# 1. initialize
curl -X POST https://alpha.moss.land/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize"}'

# 2. tools/list
curl -X POST https://alpha.moss.land/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/list"}'

# 3. tools/call (예: search_alpha)
curl -X POST https://alpha.moss.land/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"search_alpha","arguments":{"query":"비트코인"}}}'

노출된 도구 (12개)

MCP 클라이언트에서 자연스러운 사용