✓ Online - MCP (Model Context Protocol) server for property tax appeal analysis
REST API service for property tax appeal analysis powered by Claude AI and comprehensive data sources.
This service provides both AI-orchestrated analysis (Claude) and direct access to analysis tools.
🤖 Claude-Orchestrated Analysis - AI-powered comprehensive property analysis
Claude uses multiple tools intelligently and synthesizes professional appeal recommendations
Request: {"property_id": 123, "analysis_type": "full", "include_appeal_report": true}
Analysis Types: full, flood_only, valuation_only, environmental_only
📊 Comprehensive 6-factor property analysis (direct API call)
Request: {"property_id": 123}
🌊 FEMA disaster-flood risk correlation analysis
Request: {"property_id": 123}
⚡ Batch process multiple properties (up to 100)
Request: {"property_ids": [123, 456, 789], "max_concurrency": 5}
🏛️ Generate county-wide appeal evidence packages
Request: {"county": "THURSTON", "threshold_score": 70, "max_properties": 50}
✓ Check backend API health and dependencies
✓ Service health check (used by Railway)
📚 Interactive API documentation (Swagger UI)
694K+ properties from Parcels API with assessment values, characteristics, and ownership info
3.9M+ Redfin market records with trends, comparables, and pricing analysis
Official flood zone designations and risk assessments
15-year disaster declaration history with impact analysis
611K+ wetlands and critical areas affecting buildability and value
Current estimates from Redfin and Zillow for market validation
curl -X POST https://appeal-analysis-mcp.railway.app/api/claude/analyze-property \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{
"property_id": 123,
"analysis_type": "full",
"include_appeal_report": true
}'
https://appeal-analysis-api.property-appeal.com