# LoneStarOracle > 16 live AI data services on Base mainnet. Pay per query in USDC via x402. No API keys, no accounts. > Website: https://lonestaroracle.xyz > Stats: https://lonestaroracle.xyz/stats > Wallet: 0x52Ab53912D37759B2ad364f22dD06B16714b6C06 ## How it works Send a standard HTTP request to any endpoint. If payment is required, the server returns HTTP 402 with payment requirements. Pay in USDC on Base mainnet and retry — your agent gets the data. All services use the x402 protocol with Coinbase CDP facilitator. ## MCP Server Use all 16 services as Claude tools via Model Context Protocol: https://mcp.lonestaroracle.xyz/mcp ## Services ### Crypto & Blockchain - TokenScope: https://token.lonestaroracle.xyz — ERC-20 due diligence, risk score, honeypot check — $0.05/query - ChainScout: https://chainscout.lonestaroracle.xyz — whale transfers, trending tokens, DeFi TVL — $0.05/query | Subscribe: $5/month - WalletRisk: https://wallet.lonestaroracle.xyz — wallet risk scoring — $0.03/query - ContractCheck: https://contract.lonestaroracle.xyz — smart contract verification — $0.02/query ### Financial Markets - EquityScope: https://equity.lonestaroracle.xyz — stock analysis — $0.02/query | Subscribe: $5/month - OptionsFlow: https://options.lonestaroracle.xyz — options flow intelligence — $0.05/query - InsiderFlow: https://insider.lonestaroracle.xyz — SEC Form 4 insider trading — $0.03/query - PortfolioRisk: https://portfolio.lonestaroracle.xyz — portfolio risk analysis — $0.10/query - MacroPulse: https://macro.lonestaroracle.xyz — Fed rates, yield curve, macro indicators — $0.02/query | Subscribe: $3/month - EarningsCalendar: https://earnings.lonestaroracle.xyz — earnings dates and estimates — $0.02/query ### Energy & Commodities - CrownBlock: https://crownblock.lonestaroracle.xyz — WTI/Brent/Henry Hub + gasoline/jet fuel/diesel/propane + basin production — $1.00/report | Subscribe: $10/month | Free feed: /feed - AgriPulse: https://agri.lonestaroracle.xyz — corn/wheat/soybeans/coffee/cocoa/beef/pork prices — $0.03/report | Free feed: /feed ### Real Estate - RealEstatePulse: https://realestate.lonestaroracle.xyz — mortgage rates, housing starts, Case-Shiller HPI — $0.03/report | Free feed: /feed ### News & Utility - NewsSentiment: https://news.lonestaroracle.xyz — AI news sentiment for any ticker or topic — $0.03/query | Subscribe: $5/month - ContentForge: https://content.lonestaroracle.xyz — URL to LinkedIn/tweets/newsletter/SEO — $0.15/job - WeatherOracle: https://weather.lonestaroracle.xyz — GFS+ECMWF temperature forecasts for prediction markets — $0.02/query | Subscribe: $3/month ### Autonomous Agent - Floyd: https://floyd.lonestaroracle.xyz — coding agent that completes GitHub tasks and opens PRs — $0.50/task ## Free Data Feeds (no payment required) - Energy prices: GET https://crownblock.lonestaroracle.xyz/feed - Mortgage/housing: GET https://realestate.lonestaroracle.xyz/feed - Agricultural commodities: GET https://agri.lonestaroracle.xyz/feed ## Push Alert Subscriptions POST {service_url}/subscribe with webhook_url parameter to receive continuous push alerts. Pay via x402 USDC on Base. Alerts delivered to your webhook every refresh cycle. ## Quick Start ``` # Discover what data is available curl https://lonestaroracle.xyz/stats.json # Try a free feed curl https://crownblock.lonestaroracle.xyz/feed # Make a paid request (x402 client handles payment automatically) curl https://token.lonestaroracle.xyz/report?address=0x...&chain=eth ```