# HYPERneocloud.com - Full Agent Docs One MCP endpoint for US real-estate intelligence. This file is the complete integration reference for agents. ## Why this server exists Raw county and venue feeds are not structured for LLMs - recorders, GIS portals, and tax sites ship scanned PDFs, HTML tables, and deep nested payloads built for browsers, not for inference. HYPERneocloud.com restructures every source into agent-ready form: tool payloads are tight structured JSON (typed, token-cheap), docs are markdown. That restructuring is the product. ## Endpoint - URL: https://mcp.hyperneocloud.com/mcp - Protocol: MCP (Model Context Protocol), Streamable HTTP transport - Auth: OAuth 2.1 + dynamic client registration (RFC 7591). Discovery: - https://mcp.hyperneocloud.com/.well-known/oauth-authorization-server - https://mcp.hyperneocloud.com/.well-known/oauth-protected-resource - Public tools (list_markets, get_market_stats, get_sales_records, get_comps) work without any key. - Desk tools (get_prey_list, get_buyer_roster, get_due_diligence) require a desk key passed as a Bearer token; without one they return {locked: true}. ## Coverage Birmingham AL is the first live market, mined from Jefferson County public records. Jackson MS is mined (112 buyers extracted). Detroit, Memphis, Cleveland, Columbus are queued. The architecture plans for all 50 states from day one. ## Tool Reference ### list_markets (public) Every covered market with status: live, mined, queued, planned. - Input: {} (no arguments) - Output: {coverage, tier_ladder, markets:[{market, metro, state, status, note}]} ### get_market_stats (public) Investor-grade stats for one market: buyers profiled, observed absorption, dominant price band, active fund buyers, evidence trail, mined-on date. - Input: {market: string} - a slug from list_markets, e.g. birmingham-al - Output: {market, metro, state, status, asof, stats, tier_ladder, takeaway, source} ### get_sales_records (public) Recorded property sales from county deed transfers: date, price, buyer, seller, parcel. - Input: {county: string, state: string, days?: number (default 90)} - Status: Jefferson County AL pipeline activating first; other counties return an honest queued status. ### get_comps (public) Comparable recent sales around an address or zip. - Input: {address?: string, zip?: string} - Status: warming - activates with the first county sales feed. ### get_prey_list (desk key) Distressed-seller leads tiered by equity: zebra <$100k, pig $100-500k, cow $500k-1M, ox $1-10M, elephant $10M-1B, whale $1B+ (data centers). - Input: {market?: string, tier?: string} ### get_buyer_roster (desk key) Mined cash-buyer roster per market: funds, turnkey operators, local buyers, buy boxes, observed purchase velocity. - Input: {market?: string} ### get_due_diligence (desk key) Full dossier on one address: title and tax history, physical and permit history, crime context, unknowns flagged, catalysts, second-order inference, entity clustering. - Input: {address: string} ## Connect - Claude: Settings > Connectors > Add custom connector > paste https://mcp.hyperneocloud.com/mcp - Claude deeplink: https://claude.ai/customize/connectors/directory?modal=add-custom-connector&connectorName=HYPERneocloud&connectorUrl=https://mcp.hyperneocloud.com/mcp - ChatGPT, Grok, Cursor: add the same URL as a custom connector / MCP server ## Links - Landing: https://mcp.hyperneocloud.com/ - Live stats: https://stats.hyperneocloud.com/ - Agent docs: https://mcp.hyperneocloud.com/llms.txt - Privacy: https://mcp.hyperneocloud.com/privacy Not legal, tax, or investment advice. Public-record data may be incomplete or delayed.