INDIVIDUAL MCP TOOL
get_macfax_credit_balance
How many serial resolutions this API key has left, and what actually costs a credit.
LIVE ENDPOINT
https://macfax.com/mcp
Connect to this endpoint to inspect the live schema for get_macfax_credit_balance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-macfax-macfax]
url = "https://macfax.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-macfax-macfax": {
"type": "http",
"url": "https://macfax.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-macfax-macfax
Remote MCP URL: https://macfax.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-macfax-macfax": {
"url": "https://macfax.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-macfax-macfax": {
"type": "http",
"url": "https://macfax.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-macfax-macfax",
"transport": "streamable-http",
"url": "https://macfax.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_mac_serial— Check a Mac serial number: whether a verified Macfax report exists for it, plus the model and year decoded from Apple's data for pre-2021 serials.get_mac_price_stats— What a used Mac configuration actually sells for AND what sellers are asking right now.search_mac_listings— Live used-Mac listings aggregated across eBay, Craigslist, OfferUp, Swappa, Facebook and Reddit, with scam clusters, junk titles, classified-ad bait, auctions and stale/sold rows already filtered out.check_mac_listing— The trust picture for one specific listing, by URL (eBay/Craigslist/OfferUp/Swappa/Facebook/Reddit) or Macfax listing id: whether Macfax knows it, whether it still passes every quality gate, scam/junk/classified/auction flags, when a scan last verified it live, its ask against the configuration's typical asking band, the platform's own seller-reputation figures where the marketplace has them (seller_signals: eBay feedback, Swappa rating; null elsewhere), and whether a verified Macfax report is attached.get_mac_report— A verified Macfax condition report as structured data: hardware-verified identity, Activation Lock / MDM / serial-match checks, coverage status, and the signing chain.create_mac_alert— Watch the market for a configuration: Macfax emails the given address when new matching listings appear.