Server data from the Official MCP Registry
AI-powered foreclosure auction intelligence for Florida counties via MCP tools.
AI-powered foreclosure auction intelligence for Florida counties via MCP tools.
Remote endpoints: streamable-http: https://mcp.biddeed.ai/api/mcp
This MCP server has significant security concerns despite being categorized as Developer Tools. The codebase contains suspicious dependencies (@_davideast/stitch-mcp, @google/stitch-sdk) with unclear purposes and potential typosquatting patterns, an incomplete code submission (only node_modules React reconciler included), and missing critical MCP implementation files. The token_budget mechanism suggests authenticated access, but authentication implementation is not visible. Permissions appear to include network HTTP and environment variables, which are baseline for this category, but the vague purpose and incomplete submission make it difficult to assess actual security posture. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity).
4 files analyzed ยท 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Fork of HKUDS/CLI-Anything โ adapted for BidDeed.AI's foreclosure auction and zoning intelligence stack.
CLI-Anything: Making ALL Software Agent-Native. This fork extends the methodology to API/DB backend targets.
CLI-Anything was built for GUI desktop apps (Blender, GIMP, LibreOffice). This fork applies the same proven 7-phase pipeline to cloud APIs, web scrapers, and database-backed agents โ proving the methodology is universal.
| CLI | Domain | Backend | Status |
|---|---|---|---|
cli-anything-zonewise | Zoning data scraper | Firecrawl + Gemini + Claude + Supabase | ๐จ Planned |
cli-anything-auction | Foreclosure analysis | RealForeclose + BCPAO + AcclaimWeb + Supabase | ๐จ Planned |
cli-anything-swimintel | Swim meet intelligence | PDF + pdfplumber + Node.js docx + Supabase | โ Agent #139 (19 tests) |
cli-anything-btr | Build-to-Rent + Distressed Assets | MAI Valuation + OpenMud + LangGraph + Supabase | โ Squad EVEREST-BTR (23 tests, 10 agents) |
| Extension | Description |
|---|---|
| Supabase State Layer | Hybrid persistence: JSON stdout for piping + Supabase for durability |
| GitHub Actions | Nightly/on-demand agent scheduling via cron workflows |
| Cost Tracking | Token budget enforcement per CLI invocation |
| Audit Logging | Every agent decision logged to Supabase |
| LangGraph Bridge | Multi-agent orchestration with checkpoint/resume |
# Install shared utilities
cd shared && pip install -e .
# Install ZoneWise CLI
cd zonewise/agent-harness && pip install -e .
cli-anything-zonewise --help
# Install Auction CLI
cd auction/agent-harness && pip install -e .
cli-anything-auction --help
# Install SwimIntel CLI (Agent #139)
cd swimintel/agent-harness && pip install -e .
cli-anything-swimintel --help
# Install BTR Squad (EVEREST-BTR โ 10 agents)
cd btr/agent-harness && pip install -e .
cli-anything-btr --help
# Chain agents via JSON stdout
cli-anything-zonewise --json parcel lookup --address "123 Ocean Ave" \
| cli-anything-auction --json analyze --stdin
# Persist results to Supabase
cli-anything-auction --json analyze batch --date 2026-03-15 --persist
# SwimIntel full pipeline โ PDF in, DOCX report out
cli-anything-swimintel pipeline --pdf psychsheet.pdf --swimmer "Last, First" -o report.docx
# BTR Squad โ full analysis pipeline
cli-anything-btr --json analyze "123 Ocean Ave" --type sfr --scenario full
# BTR MAI Valuation โ 3-approach method
cli-anything-btr --json mai "456 Beach St" --type multifamily \
--noi 120000 --cap-rate 0.065 --comp-value 1800000 --cost-value 1650000
# BTR Rehab โ distressed asset max bid calc
cli-anything-btr --json rehab "789 Foreclosure Dr" --type sfr \
--arv 300000 --repairs 50000
# Chain BTR with ZoneWise for HBU analysis
cli-anything-zonewise --json parcel lookup --parcel "12-34-56" \
| cli-anything-btr --json hbu --zoning "RM-6"
This fork keeps the cli_anything.* namespace and follows HARNESS.md patterns to enable eventual contribution back to HKUDS/CLI-Anything.
MIT License โ same as upstream.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Search and install MCP servers from inside your AI client.