hometeam-mcp-server

JajuanX/hometeam-mcp-server
★ 0 stars JavaScript AI/LLM Updated 5d ago
Hometeam MCP Server — AI-queryable interface to South Florida's Black business directory. Lets AI assistants like Claude search, discover, and recommend verified Black-owned businesses in real time. Supports stdio and HTTP/SSE transports.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hometeam-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "JajuanX/hometeam-mcp-server"
      ]
    }
  }
}