Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. BidDeed MCP
BidDeed MCP logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:54:40 PM

BidDeed MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).

AI-powered foreclosure auction intelligence for Florida counties via MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "biddeed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "biddeed-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

CLI-Anything BidDeed

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.


What This Fork Adds

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.

CLIs in This Fork

CLIDomainBackendStatus
cli-anything-zonewiseZoning data scraperFirecrawl + Gemini + Claude + SupabaseπŸ”¨ Planned
cli-anything-auctionForeclosure analysisRealForeclose + BCPAO + AcclaimWeb + SupabaseπŸ”¨ Planned
cli-anything-swimintelSwim meet intelligencePDF + pdfplumber + Node.js docx + Supabaseβœ… Agent #139 (19 tests)
cli-anything-btrBuild-to-Rent + Distressed AssetsMAI Valuation + OpenMud + LangGraph + Supabaseβœ… Squad EVEREST-BTR (23 tests, 10 agents)

Stack Extensions (BIDDEED_OVERLAY.md)

ExtensionDescription
Supabase State LayerHybrid persistence: JSON stdout for piping + Supabase for durability
GitHub ActionsNightly/on-demand agent scheduling via cron workflows
Cost TrackingToken budget enforcement per CLI invocation
Audit LoggingEvery agent decision logged to Supabase
LangGraph BridgeMulti-agent orchestration with checkpoint/resume

Quick Start

bash
# 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

Agent Piping

bash
# 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"

Architecture

  • HARNESS.md β€” Upstream SOP (untouched)
  • BIDDEED_OVERLAY.md β€” Stack-specific extensions
  • docs/plans/ β€” Design spec + implementation plan
  • shared/ β€” Shared utilities (Supabase, cost, audit)
  • zonewise/ β€” ZoneWise Scraper CLI
  • auction/ β€” Auction Analyzer CLI
  • swimintel/ β€” SwimIntel Competitive Intelligence CLI (Agent #139)
  • btr/ β€” EVEREST-BTR Squad: Build-to-Rent + Distressed Assets (10 agents, 23 tests)

Upstream

This fork keeps the cli_anything.* namespace and follows HARNESS.md patterns to enable eventual contribution back to HKUDS/CLI-Anything.


License

MIT License β€” same as upstream.

Related MCP Servers

View all in Developer Tools View all alternatives
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ’» Developer Tools1 views
    Compare vs World Monitor β†’
  • G
    Graphql

    Turn any GraphQL API into MCP tools. Zero config, zero code.

    πŸ’» Developer Tools0 views
    Compare vs Graphql β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’

Frequently Asked Questions about BidDeed MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "biddeed-mcp": { "command": "npx", "args": ["-y", "BidDeed MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBidDeed MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/biddeed-mcp?style=directory)](https://allmcps.com/mcp/biddeed-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/biddeed-mcp"><img src="https://allmcps.com/api/badge/biddeed-mcp?style=directory" alt="BidDeed MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 10, 2026
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to BidDeed MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code