owlx-mcp
开发工具 活跃维护

owlx-mcp

Chungor/owlx-mcp

OwlX 开发的 MCP 服务端,把实时加密结构评分、Meme 代币狙击、代币财务数据查询、历史信号命中率统计封装成标准 MCP 工具,可直接对接 Claude、Cursor 及各类 MCP 客户端,无需额外开发即可调用链上分析与交易辅助能力。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
Other
主要语言
None
开源协议
3 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Chungor/owlx-mcp
git clone https://github.com/Chungor/owlx-mcp.git
git clone git@github.com:Chungor/owlx-mcp.git
README.md main

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

Tool Tier What it returns
owlx_structure_read free for BTC/ETH · Pro for all symbols Structure score 0–10, LONG/SHORT/WAIT, trigger & defense levels, confirmations (15m/1h/4h/1d)
owlx_memesniper Pro 5-gate meme & altcoin pre-filter, conviction grade A/B/C, play type
owlx_memestats free Recorded hit-rate of past signals — graded against real prices 4h/24h later, wins and losses
owlx_token_profile free Token financials: TVL, fees, revenue (30d + annualized)
owlx_stock_profile free US 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.