MCP サーバー概要
what is the project about?
This repository documents a hosted, read-only MCP (Model Context Protocol) endpoint and related tooling for a dedicated Mac mini AI operator offer. It describes a private AI operator service for founders (connected via Telegram or Discord) and provides read-only APIs, an agent definition, a local stdio MCP server, buyer routes, pricing, and verification endpoints.
how to use the project?
- Use the hosted MCP endpoint (https://www.emadibrahim.com/mcp) as a read-only source of truth.
- Add the MCP server to your client config (streamable-http) or run the provided local MCP server via Node or Docker.
- Install the agent definition with:
npx agentget add eibrahim/dedicated-mac-mini-ai-bot-setup-mcp --agent dedicated-mac-mini-ai-bot-setupto evaluate workflows and route to offers/demos/queues. - Verify via the public APIs/OpenAPI spec:
https://www.emadibrahim.com/api/bot-setup/offerandhttps://www.emadibrahim.com/openapi.json.
key features of the project
- Hosted, streamable HTTP MCP endpoint (protocol v2025-06-18).
- Read-only tools exposed:
get_bot_setup_offerandget_bot_setup_queue. - Installable agent definition (agentget layout) for AI coding assistants.
- Small open-source stdio MCP server that mirrors the hosted read-only tools.
- Docker image for local testing and client integration examples.
- Buyer-focused routes comparing Cloud vs Mac mini, OpenClaw alternatives, and setup options.
- Pricing and proof of credibility included; no customer-managed API keys or token billing for the service.
use cases of the project
- Founders who want a private AI operator hosted on a dedicated Mac mini.
- Automating SEO, marketing, email, coding, deployment, research, reporting, and operations via a private agent.
- Evaluating managed Mac mini operator offers (compare alternatives, pickup demo/queue without creating leads).
- Local development/testing of MCP-based integrations using the provided stdio server or Docker image.
FAQ from the project
- Is the endpoint writable?
No. The hosted MCP endpoint and local server are read-only. They do not create leads, reserve slots, send emails, or mutate production data.
- How can I run a local copy?
Clone the repo, run
npm installandnode server.mjs, or run the provided Docker image:docker run --rm -i ghcr.io/eibrahim/dedicated-mac-mini-ai-bot-setup-mcp:1.0.3.
- How do I add this MCP to my client config?
Use the example client config provided in the repo (streamable-http URL or Docker command entry under
mcpServers).
- What does the service cost?
Setup: $1,000. Maintenance: $100/month.
- How do I verify the live data?
Use curl against the hosted endpoints:
curl https://www.emadibrahim.com/mcp,curl https://www.emadibrahim.com/api/bot-setup/offer, and check the OpenAPI spec athttps://www.emadibrahim.com/openapi.json.
- Does this require customer API tokens?
The offer includes a dedicated Mac mini operator without customer-managed API keys or token billing; there’s also a referenced “No API token AI operator” route for details.