{
  "markdown": "# Dedicated Mac Mini AI Bot Setup MCP\n\nThis repository documents the hosted, read-only MCP endpoint for Emad Ibrahim's dedicated Mac mini AI operator setup offer.\n\nThe service helps founders get a private AI operator running on a dedicated Mac mini, connected through Telegram or Discord, with practical automations for SEO, marketing, email, coding, deployment, research, reporting, and operations.\n\n## Hosted Endpoint\n\n- MCP endpoint: `https://www.emadibrahim.com/mcp`\n- Transport: Streamable HTTP\n- Protocol version: `2025-06-18`\n- Offer API: `https://www.emadibrahim.com/api/bot-setup/offer`\n- OpenAPI spec: `https://www.emadibrahim.com/openapi.json`\n- Landing page: `https://www.emadibrahim.com/bot-setup/mac-mini-ai-agent-setup?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing`\n\n## Buyer Routes\n\nUse these source-tagged routes when the buyer is comparing options or trying to\ndecide whether a managed Mac mini operator is a fit:\n\n- Primary offer: `https://www.emadibrahim.com/bot-setup/mac-mini-ai-agent-setup?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing`\n- Cloud vs Mac mini: `https://www.emadibrahim.com/bot-setup/cloud-vs-mac-mini-ai-agent?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing`\n- SetupLobster / PrivateClawd / OpenClaw comparison: `https://www.emadibrahim.com/bot-setup/setuplobster-privateclawd-openclaw-comparison?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing`\n- NitroClaw alternative: `https://www.emadibrahim.com/bot-setup/nitroclaw-alternative?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing`\n- Fiverr OpenClaw installer alternative: `https://www.emadibrahim.com/bot-setup/fiverr-openclaw-installer-alternative?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing`\n- No API token AI operator: `https://www.emadibrahim.com/bot-setup/no-api-token-ai-operator?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing`\n\n## Tools\n\nThe hosted MCP endpoint exposes read-only tools:\n\n- `get_bot_setup_offer`: returns the service description, pricing, proof, buyer links, contact details, and guardrails.\n- `get_bot_setup_queue`: returns the current founder-slot count, remaining capacity, and queue labels.\n\nThe endpoint is read-only. It does not create leads, reserve slots, send emails, or mutate production data.\n\n## Example Client Config\n\n```json\n{\n  \"mcpServers\": {\n    \"emad-bot-setup\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://www.emadibrahim.com/mcp\"\n    }\n  }\n}\n```\n\n## Agentget Install\n\nThis repo also includes an installable agent definition for AI coding assistants that support the `agentget` layout.\n\n```sh\nnpx agentget add eibrahim/dedicated-mac-mini-ai-bot-setup-mcp --agent dedicated-mac-mini-ai-bot-setup\n```\n\nThe agent definition lives at `agents/dedicated-mac-mini-ai-bot-setup.agent.md` and is read-only. It helps a buyer evaluate fit, pick a first workflow, and route to the public offer, demo, audit, or queue without creating fake leads or sending outreach.\n\n## Local MCP Package\n\nThis repo also ships a small open-source stdio MCP server that mirrors the hosted read-only tools. It fetches the live production offer and queue APIs, but it does not create leads, send emails, reserve slots, or mutate data.\n\nRun with Node after cloning this repo:\n\n```sh\nnpm install\nnode server.mjs\n```\n\nRun with Docker:\n\n```sh\ndocker run --rm -i ghcr.io/eibrahim/dedicated-mac-mini-ai-bot-setup-mcp:1.0.3\n```\n\nClient config example:\n\n```json\n{\n  \"mcpServers\": {\n    \"emad-bot-setup-local\": {\n      \"command\": \"docker\",\n      \"args\": [\n        \"run\",\n        \"--rm\",\n        \"-i\",\n        \"ghcr.io/eibrahim/dedicated-mac-mini-ai-bot-setup-mcp:1.0.3\"\n      ]\n    }\n  }\n}\n```\n\n## Pricing\n\n- Setup: `$1,000`\n- Maintenance: `$100/month`\n- Includes a dedicated Mac mini operator and no customer-managed API keys or token billing.\n\n## Proof\n\nEmad Ibrahim has run a 7-figure consulting company, launched 40+ SaaS products and internal tools, and automated workflows across marketing, SEO, email, coding, deployment, reporting, operations, and stock-trading support.\n\n## Verification\n\nUse the hosted endpoints as the source of truth:\n\n```sh\ncurl https://www.emadibrahim.com/mcp\ncurl https://www.emadibrahim.com/api/bot-setup/offer\ncurl https://www.emadibrahim.com/openapi.json\n```\n\n## Contact\n\nEmad Ibrahim: `eibrahim@gmail.com`\n",
  "bytes": 4440,
  "sha": "eb1eefd163d4130f0b8cc247cc35d725ce6d686ced775a442c947a16dc9bf8cf",
  "repo_slug": "eibrahim/dedicated-mac-mini-ai-bot-setup-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_eibrahim_dedicated_mac_mini_ai_237a05be/readme"
}