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 the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Hometeam Directory.
search_businessesSearch by keyword, category, neighborhood, or county
get_business_detailsGet full profile: hours, contact, reviews, specials
find_by_specialtyNatural language search ("someone to do box braids near Miramar")
list_categoriesAll 14 business categories
list_neighborhoodsNeighborhoods across Miami-Dade, Broward, Palm Beach
get_latest_draft_classNewest businesses added on Draft Day
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:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
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>