Housing Intel vs Andrea9293 MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Housing Intel vs Andrea9293 MCP
In-depth architectural comparison of the Housing Intel and Andrea9293 MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Housing Intel
Developer Tools · Remote HTTP/SSE
Quality: 51/100 (Good) | Auth: No auth required
Andrea9293 MCP
Developer Tools · Local stdio
Quality: 63/100 (Good) | Auth: No auth required
Verdict Summary: Choose Housing Intel if you need specialized Developer Tools tools running via a hosted cloud SSE transport. Choose Andrea9293 MCP if your workspace requires Developer Tools integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
H
Choose Housing Intel when:
You need dedicated capabilities in the Developer Tools domain.
You prefer remote streaming HTTP/SSE transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Compare Case-Shiller home price indices across multiple US metros in one call (the 20-city composite). For each metro returns latest level, 3-month change, 12-month change, all-time peak, drawdown from peak, and a softening flag. Output also ranks metros softest → strongest. Use for "which metros a…
housing_market_snapshot
Get national housing market overview: mortgage rates, housing starts, Case-Shiller index, unemployment, construction employment. Optionally add metro-level prices (e.g., "Denver", "Atlanta"). For comparing Case-Shiller across multiple metros use case_shiller_metro_compare instead.
housing_property_report
Analyze a property by address and zip code. Returns valuation estimate, sales history, tax assessment, and detailed characteristics.
housing_rental_analysis
Evaluate rental investment potential by address and zip code. Returns estimated rent, fair market rents, and CPI rent trends.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Housing Intel is categorized under Developer Tools and uses a remote streaming HTTP/SSE transport. In contrast, Andrea9293 MCP belongs to Developer Tools using local stdio subprocess. Select Housing Intel when you need capabilities focused on developer tools and Andrea9293 MCP when you require tools for developer tools.
Check housing affordability in a market. Returns mortgage rate, median price, monthly payment, required income, and HUD limits. Optionally specify metro (e.g., "Denver").
housing_employment_outlook
Assess labor market health for housing demand. Returns employment, construction jobs, residential building employment, unemployment rate, and job openings.
housing_signal_scan
Scan 45+ housing indicators for anomalies and reversals. Flags unusual moves across rates, starts, sales, prices, wages, unemployment, and rent.
housing_mortgage_history
Freddie Mac Primary Mortgage Market Survey — the weekly US mortgage INTEREST rate (the annual percentage borrowers pay on a home loan, e.g. 6.5%), back to 1971. This is the borrowing cost paid by home buyers. Returns the latest snapshot, a time series for the requested window, and min/max/avg stats…
housing_market_screen
Rank US metros for rental cash flow in ONE call — the "which markets are best for a landlord" view. Returns metros sorted by gross rent yield = (Zillow median monthly rent × 12) ÷ Zillow typical home value. No per-metro orchestration and no API key. Use for "best/worst rental markets", "highest-yie…
housing_metro_demand
Demand + rent-durability signals for a shortlist of US metros in ONE call — population & 5-year growth, renter share, median household income, and unemployment, straight from Census ACS. Deterministic by metro (CBSA-keyed) — NO FRED series-ID guessing. Pass `metros` ("City, ST", e.g. the top result…
Andrea9293 MCP Tools (12)
add_document
Add a document (title, content, optional metadata)
list_documents
List all documents with metadata and content preview
get_document
Retrieve the full content of a document by ID
delete_document
Remove a document, its chunks, database entries, and associated files
process_uploads
Process all files in the uploads folder (chunking + embeddings)
get_uploads_path
Returns the absolute path to the uploads folder
list_uploads_files
Lists files in the uploads folder with size and format info
get_ui_url
Returns the Web UI URL (e.g. http://localhost:3080) — useful to open the dashboard or to locate the uploads folder from the browser
search_documents
Semantic vector search within a specific document
search_all_documents
Hybrid (full-text + vector) cross-document search
get_context_window
Returns a window of chunks around a given chunk index
search_documents_with_ai
🤖 AI-powered search using Gemini (requires `GEMINI_API_KEY`)