LoneStarOracle MCP Server

38 tools for live data: crypto token analysis, DeFi risk, equities, energy, weather, real estate, and on-chain intelligence

Documentation

LoneStarOracle MCP Server

38 AI data tools for Claude and any MCP-compatible agent — crypto, DeFi, equities, commodities, energy, real estate, government intelligence, security audits, and more.

Published on the official MCP registry: xyz.lonestaroracle/mcp-server

Glama

Tools (38)

Crypto & Blockchain

ToolDescription
token_due_diligenceERC-20 risk score, honeypot check, liquidity, holder concentration
wallet_riskWallet risk scoring — transaction patterns, exposure, risk flags
contract_checkSmart contract verification and security analysis
chainscout_intelligenceWhale transfers ($5M+), trending tokens, DeFi TVL movements
whale_alertReal-time whale wallet tracking above a USD threshold
token_launchesNewly launched token scanner — risk score, liquidity, deployer history
defi_riskDeFi protocol risk — TVL, audit status, exploit history
cascade_watchDeFi liquidation cascade risk — systemic risk chain detection
stablecoin_pulseStablecoin health — peg deviation, collateral ratio, depeg risk

Equities & Markets

ToolDescription
equity_analysisStock fundamentals, price, analyst ratings
options_flowUnusual options activity and flow data
insider_tradingSEC Form 4 insider trade filings
portfolio_riskMulti-asset portfolio risk scoring
macro_indicatorsGDP, CPI, Fed rates, yield curve signals
earnings_calendarUpcoming earnings dates and estimates
tech_analysisTechnical indicators — RSI, MACD, Bollinger Bands
multi_timeframe_scanMulti-timeframe technical scan across assets

Commodities & Energy

ToolDescription
energy_marketsOil, gas, refined products prices and signals
agricultural_commoditiesCorn, wheat, soy, cotton spot and futures
industrial_metalsCopper, aluminum, steel market data
supply_chain_intelligenceSupply chain stress signals and disruption alerts
gpu_compute_pricesGPU compute pricing across cloud providers
grid_intelligenceUS electricity grid demand, generation mix, stress signals

Real Estate & Infrastructure

ToolDescription
real_estate_pulseMortgage rates, housing inventory, market indicators
lease_edgeCommercial lease market intelligence
geo_pulseGeopolitical risk scoring by region
gov_edgeGovernment procurement and contract intelligence
latam_pulseLatin America economic and political risk signals

Data & Utilities

ToolDescription
news_sentimentNews sentiment analysis across topics and tickers
weather_forecastHyperlocal weather forecasts for any location
content_forgeRepurpose URLs into LinkedIn posts, tweets, newsletters
smart_contract_auditEVM smart contract security audit (Solidity)
rust_contract_auditRust/Solana smart contract security audit
move_contract_auditMove/Aptos smart contract security audit
staking_yieldsStaking yield rates across protocols and assets
aerocheck_poolAerodrome liquidity pool analysis on Base
pdf_to_markdownConvert PDF documents to clean Markdown
hire_floydHire Floyd AI agent for autonomous research and coding tasks

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "lonestaroracle": {
      "command": "npx",
      "args": ["-y", "supergateway", "--sse", "https://mcp.lonestaroracle.xyz/sse"]
    }
  }
}

With any MCP client

SSE endpoint: https://mcp.lonestaroracle.xyz/sse

Self-hosted (Docker)

docker build -t lso-mcp .
docker run -e LSO_BASE=https://lonestaroracle.xyz -p 8018:8018 lso-mcp

Links