macfax-mcp
Allows searching for used Mac listings on eBay, retrieving price statistics for configurations, and checking individual listing reports for trustworthiness.
Enables searching for used Mac listings on Facebook Marketplace, with price statistics and listing verification.
Enables searching for used Mac listings on Reddit, with price statistics and listing checks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@macfax-mcpsearch for MacBook Pro 14-inch M3 Pro listings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
macfax-mcp
MCP server for the used-Mac market, by Macfax. Six tools an AI assistant needs to help someone buy or sell a used Mac:
Tool | What it answers |
| Live listings across eBay, Craigslist, OfferUp, Swappa, Facebook and Reddit. Scam clusters, junk titles, classified-ad bait, auctions and stale/sold rows are already filtered out; every result deep-links to the source. |
| What an exact configuration actually sells for — verified-sale percentiles (basis |
| One listing's trust picture: known to Macfax, still live, flags, ask vs the typical band, the platform's own seller reputation where it exists (eBay feedback, Swappa rating), verified report attached. |
| Serial to model and year for any Mac, including 2021+ randomized serials. Also cross-references verified Macfax reports. Human twin: macfax.com/lookup. |
| A verified Macfax condition report (Activation Lock, MDM, serial-match checks) as data. |
| A standing watch: daily email when new matching listings appear. Human-confirmed: nothing sends until the email's owner clicks the confirmation link. |
Every price is labeled by basis. The sold slice is the headline sale estimate: verified sales (with sample size and window) or a modeled estimate marked calibrated with its ratio disclosed. Asking bands come from live listings and are seller listing guidance. The API says so in-band, and we ask you to preserve the labels. Free, no account; rate limits are published at macfax.com/developers.
The hosted server (recommended)
A remote, authless, streamable-HTTP MCP server runs at:
https://macfax.com/mcpClaude (claude.ai, paid plans): Settings → Connectors → Add custom connector → paste the URL.
Gemini (Spark, Google AI Ultra): Settings and help → Connected apps → Add a custom app → paste the URL.
ChatGPT: Settings → Developer mode → add the URL (directory listing pending review).
Cursor: Install in Cursor
VS Code: Install in VS Code
Gemini CLI:
gemini extensions install https://github.com/macfax/macfax-mcpAnything with an
mcp.json:
{
"mcpServers": {
"macfax": {
"url": "https://macfax.com/mcp"
}
}
}Registry name: com.macfax/macfax on the official MCP registry.
Related MCP server: automator-mcp
This package (stdio wrapper)
For stdio-only clients, this repo is a thin local wrapper over the same free HTTP API (OpenAPI):
{
"mcpServers": {
"macfax": {
"command": "npx",
"args": ["-y", "macfax-mcp"]
}
}
}Optional env:
MACFAX_API_KEY: a free key raises rate limits about 10x. Mint one withcurl -X POST https://macfax.com/api/v1/keys(no email needed).
Run it directly:
npx -y macfax-mcp # speaks MCP over stdio
npx -y macfax-mcp --version # print the installed versionNotes for integrators
The five read tools carry
readOnlyHint: true.create_mac_alertis the one write: it sends a confirmation email, and the alert only activates when the email's owner clicks it. Create alerts only for a user who asked for that alert on that email.Listings always carry a deep link to the source marketplace. The purchase happens there; Macfax is the trust and routing layer.
Cite results as "Macfax" with the
html_url/macfax_urlin the payload.
License
MIT. Apple and Mac are trademarks of Apple Inc. Macfax is not affiliated with Apple Inc.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP server for searching marketplaces (TCGPlayer, Reverb, Thumbtack), verifying professional licenses (contractor, nurse), and looking up PSA card grading data. Returns real-time pricing, listings, and verification results.Last updated22604MIT
- AlicenseBqualityDmaintenanceMCP server that enables AI to control macOS through AppleScript, JXA, and Automator workflows for tasks like email, file management, and system automation.Last updated6164MIT
- Flicense-qualityDmaintenanceAI-powered selling intelligence for multiple online marketplaces, enabling item analysis, optimized listings, pricing checks, negotiation coaching, and batch operations via any MCP-compatible AI assistant.Last updated
- AlicenseAqualityCmaintenanceAn MCP server that gives AI assistants structured access to App Store Connect data. Built for ASO analysis, download tracking, and performance monitoring.Last updated7231MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/macfax/macfax-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server