Chungor / owlx-mcp

목록에 있음

OwlX MCP server - live crypto structure scores, MemeSniper, token financials and recorded signal hit-rate as MCP tools for Claude, Cursor, DeepSeek Harness, Grok and any MCP client.

main모델도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Chungor/owlx-mcp

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 63d5763동기화 2026. 8. 18.

OwlX MCP Server

Put live crypto market structure inside your own AI.

OwlX exposes its structure scoring, MemeSniper filter, token financials and recorded signal hit-rate as MCP tools. One hosted endpoint — nothing to install, nothing to run.

Why: ask any general-purpose LLM "how does BTC look right now" and it answers from training memory. These tools answer from live market data, with explicit levels and an honest "no setup — stand aside" when there isn't one.

Endpoint

https://owlx.app/mcp

Streamable HTTP · JSON-RPC 2.0 · protocol 2025-06-18

Tools

ToolTierWhat it returns
owlx_structure_readfree for BTC/ETH · Pro for all symbolsStructure score 0–10, LONG/SHORT/WAIT, trigger & defense levels, confirmations (15m/1h/4h/1d)
owlx_memesniperPro5-gate meme & altcoin pre-filter, conviction grade A/B/C, play type
owlx_memestatsfreeRecorded hit-rate of past signals — graded against real prices 4h/24h later, wins and losses
owlx_token_profilefreeToken financials: TVL, fees, revenue (30d + annualized)
owlx_stock_profilefreeUS stock snapshot: quote, P/E, P/S, margins, ROE, 52-week range

Connect

Most clients read a JSON config — free tools work immediately, no key:

{
  "mcpServers": {
    "owlx": {
      "type": "http",
      "url": "https://owlx.app/mcp"
    }
  }
}

For the Pro tools, add your key:

{
  "mcpServers": {
    "owlx": {
      "type": "http",
      "url": "https://owlx.app/mcp",
      "headers": { "Authorization": "Bearer owlx-your-key-here" }
    }
  }
}

Works with Claude Code / Claude Desktop, Cursor, DeepSeek Harness, Grok, Gemini CLI, or any MCP-compatible client. Clients that register servers programmatically just need the same URL and header.

Get a Pro key

  1. Subscribe at owlx.app/subscribe
  2. Open owlx.app/accountMCP Key card
  3. Paste it into the Authorization header above

Keys are stateless and derived on the fly — nothing extra stored. Every Pro call re-checks the subscription live, so a lapsed subscription disables the key immediately.

Full docs

owlx.app/connect


Educational market information · not investment advice · trading carries risk of total loss. Official site: owlx.app · Telegram bot: @vxnsignalbot — there is no other OwlX bot.

저장소 정보

라이선스
보고되지 않음
마지막 업데이트
2026. 8. 13. 오후 5:57

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.