AI & Machine Learning
owlx.app
Provides AI-driven analysis and signals for cryptocurrencies and stocks, including structure scores, meme coin filtering, and financial metrics.
ENDPOINT 1
https://owlx.app/mcp
MCP server metadata
- Name
- OwlX
- Version
- 1.0.0
OwlX crypto structure reads, MemeSniper and token financials. Free tools: owlx_structure_read (BTC/ETH), owlx_token_profile, owlx_memestats. Pro tools need an OwlX key from owlx.app/account sent as Authorization: Bearer. All output is educational information, not financial advice.
Known tools 5
owlx_structure_readOwlX structure-score read of a crypto symbol: 0-10 score, LONG/SHORT/WAIT direction, trigger & defense levels, confirmation checks.
Inferred read-onlyowlx_memesniperOwlX MemeSniper: 5-gate meme/altcoin pre-filter (volume/buy pressure/sustain/chase/BTC) + conviction grade A/B/C + play type + full Cat-Hunter read.
Inferred read-onlyowlx_token_profileToken financial statement (free): DefiLlama protocol/chain TVL, fees & revenue (30d + annualized).
Inferred read-onlyowlx_memestatsReal recorded hit-rate of OwlX MemeSniper signals (free): every signal is logged at fire time and graded against actual prices 4h/24h later — wins AND losses.
Inferred read-onlyowlx_stock_profileUS stock snapshot (free): live quote + financial metrics — P/E, P/S, EPS, margins, ROE, revenue growth, 52-week range, dividend yield, beta (Finnhub, TTM).
Inferred read-onlyCONNECT 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.owlx]
url = "https://owlx.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"owlx": {
"type": "http",
"url": "https://owlx.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: owlx
Remote MCP URL: https://owlx.app/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": {
"owlx": {
"url": "https://owlx.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"owlx": {
"type": "http",
"url": "https://owlx.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "owlx",
"transport": "streamable-http",
"url": "https://owlx.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for owlx.app was fetched 2026-08-03T19:44:31.899Z and is being refreshed.
owlx.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.