Search Black-owned businesses in South Florida by category, neighborhood, or need.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Ask any AI about Black-owned businesses in South Florida. This is where the answers come from.
The Hometeam MCP server connects AI assistants to a curated, community-verified directory of Black-owned businesses across Miami-Dade, Broward, and Palm Beach counties. When someone asks Claude, "find me a Black-owned caterer in Broward County," this server provides the real, verified data behind the answer.
Built on the Model Context Protocol (MCP) β the open standard for connecting AI assistants to external data sources.
This server is listed on the official MCP Registry as io.github.JajuanX/hometeam-directory.
Live endpoint: https://mcp.thehometeam.io/sse
Add to your claude_desktop_config.json:
| Tool | Description |
|---|---|
search_businesses | Search by keyword, category, neighborhood, or county |
get_business_details | Get full profile: hours, contact, reviews, specials |
find_by_specialty | Natural language search ("someone to do box braids near Miramar") |
list_categories | All 14 business categories |
list_neighborhoods | Neighborhoods across Miami-Dade, Broward, Palm Beach |
get_latest_draft_class | Newest businesses added on Draft Day |
| Tier | Limit | Access |
|---|---|---|
| Free | 100 queries/day | No API key needed |
| Pro | 10,000 queries/day | API key (coming soon) |
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
Restart Claude Desktop. Then ask:
| Endpoint | Description |
|---|---|
GET https://mcp.thehometeam.io/ | Service info and available tools |
GET https://mcp.thehometeam.io/health | Health check |
GET https://mcp.thehometeam.io/sse | SSE connection for MCP clients |
POST https://mcp.thehometeam.io/messages | MCP message handler |
| Tier | Limit | How to access |
|---|---|---|
| Free | 100 queries/day | No API key required |
| Pro | 10,000 queries/day | API key (coming soon β join the waitlist at thehometeam.io/developers) |
If you want to run the server locally (for development or contributing):
Claude Desktop config for local:
Important: Use the absolute path from pwd in the mcp-server directory. console.log is redirected to console.error because stdio transport uses stdout for JSON-RPC communication.
The MCP server exposes 6 tools that AI assistants can call:
search_businessesSearch the directory by keyword, category, neighborhood, or county.
Returns matching businesses with name, category, neighborhood, rating, contact info, and Hometeam profile link.
get_business_detailsGet everything about a specific business β hours, contact, social media, reviews, current specials.
Or search by name:
Returns the full business profile including recent reviews, active specials, and community trust signals.
find_by_specialtyThe smart search. Describe what you need in plain English.
Maps natural language to categories and searches intelligently. This is the tool most AI assistants reach for first.
list_categoriesReturns all business categories in the directory. No parameters needed.
Categories: Restaurants & Food, Hair & Beauty, Health & Wellness, Home Services, Professional Services, Retail & Shopping, Auto Services, Education & Tutoring, Events & Entertainment, Fitness & Training, Technology & Media, Real Estate, Childcare & Family, Arts & Creative.
list_neighborhoodsReturns South Florida neighborhoods, optionally filtered by county.
Covers 29+ neighborhoods across Miami-Dade, Broward, and Palm Beach counties.
get_latest_draft_classReturns the most recent Draft Class β the newest businesses to join Hometeam. No parameters needed.
Hometeam drafts new businesses monthly through community events. This tool lets AI assistants answer "what's new?" questions with real, timely data.
The data is always live β not a cached snapshot. When a business updates their hours or posts a special, the MCP server reflects it immediately.
For Claude Desktop and local development. Communicates via stdin/stdout using JSON-RPC.
Critical: All logging uses console.error, not console.log. Stdout is reserved for the MCP protocol. Any console.log output corrupts the JSON-RPC stream and crashes the connection.
For production and remote AI agents. Express server with Server-Sent Events.
Endpoints:
| Method | Path | Description |
|---|---|---|
| GET | / | Service info, version, tool list |
| GET | /health | Health check |
| GET | /sse | SSE connection for MCP clients |
| POST | /messages | MCP JSON-RPC message handler |
Defined in AGENTS.md at the project root (shared with the backend). Key rules:
import/export with .js extensions on all relative importsconsole.error only β never console.log (breaks stdio transport)export default, read-only versions of backend schemasCreate mcp-server/tools/myNewTool.js with a schema and handler export:
Register it in mcp-server/tools/index.js:
Restart the MCP server and test with Claude Desktop locally before deploying.
Same as the backend β feature branches, conventional commits:
Version lives in package.json and is served in the MCP server info and HTTP root endpoint.
The script: checks for clean working tree β bumps package.json β commits β creates git tag β pushes β Heroku auto-deploys.
The deployed version uses httpServer.js (HTTP/SSE), not server.js (stdio).
Do not set PORT β Heroku assigns it. The Procfile runs node httpServer.js.
Response includes all 6 tool names in the tools array.
In Claude Desktop MCP logs, you should see:
Every query is logged (anonymized) to the mcpusages MongoDB collection:
This data powers:
For business owners: Their dashboard shows "AI recommendation served via MCP" in the activity feed, with how often AI agents recommend their business.
For the platform: Aggregated trends reveal demand β "Caribbean catering queries spiked 300% in Broward this month."
Business owners are never charged. Hometeam is free for all listed businesses.
Join the Pro tier waitlist β
The MONGO_URI must point to the same database as the backend. The MCP server reads from it; it does not write business data (only writes usage logs).
| Command | Description |
|---|---|
npm start | HTTP/SSE server (production, deployed) |
npm run start:local | Stdio server (Claude Desktop, local dev) |
npm run dev | HTTP/SSE with auto-reload |
npm run dev:local | Stdio with auto-reload |
npm run release | Show release usage help |
npm run release:patch | Bug fix release |
npm run release:minor | Feature release |
npm run release:major | Breaking change release |
Overtown Β· Liberty City Β· Little Haiti Β· Opa-locka Β· Carol City Β· Richmond Heights Β· Goulds Β· Florida City Β· Coconut Grove West Β· North Miami Β· Miami Gardens
Lauderhill Β· Lauderdale Lakes Β· Fort Lauderdale Β· Plantation Β· Miramar Β· Pembroke Pines Β· Hollywood Β· Deerfield Beach Β· Pompano Beach Β· Dania Beach Β· Tamarac
West Palm Beach Β· Riviera Beach Β· Boynton Beach Β· Delray Beach Β· Belle Glade Β· Lake Worth Beach Β· Palm Beach Gardens
Most local business directories are trapped behind websites. You have to know they exist, visit them, and search manually.
MCP makes Hometeam's data available to every AI assistant that supports the protocol. Instead of one website with one search bar, there are millions of AI assistants β each one a potential distribution channel for Black-owned businesses.
When someone asks their AI "where should I eat in Lauderhill?", the answer should include Black-owned restaurants. Not because of an algorithm, but because the community verified them and Hometeam made the data available.
| Repo | Description |
|---|---|
| hometeam-backend | Node.js/Express API |
| hometeam-frontend | React/TypeScript directory, dashboards, map |
We welcome contributions. To add a new MCP tool, improve search relevance, or fix a bug: open an issue or submit a PR.
MIT
Every AI recommendation is a customer walking through a Black-owned business's door. That's the point.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hometeam-directory)<a href="https://allmcps.com/mcp/hometeam-directory"><img src="https://allmcps.com/api/badge/hometeam-directory?style=directory" alt="Hometeam Directory on AllMCPs" /></a>