7 MCP servers.
One bill that only moves when data does.
The Mine Works runs 93 data actors on the Apify Store. These 7 MCP servers put the useful combinations behind a single endpoint your agent can call, and charge by outcome rather than by attempt. Connect from Claude Desktop, Claude Code, Cursor or Windsurf with your own Apify token.
7 servers, each behind one endpoint.
full_diligence_report $0.50 complete brand_pulse_report $0.25 complete hiring_signals_report $0.12 complete product_intel_report $0.23 complete You are billed on what came back.
Every server has a headline report that bills in tiers. Complete, when the sources deliver. Partial, when at least half do. Per-section, when fewer than half do. And nothing at all when nothing usable came back.
A real example from 30 July 2026: a brand pulse on Notion returned Reddit, Threads, LinkedIn and news, but X and Google Trends came back empty. It billed $0.10 instead of $0.25, and the two empty sources were reported as empty rather than quietly dropped.
The complete-report price is always lower than calling the same tools one by one. Bundling costs you less, not more. Usage bills to your own Apify account at Apify Billing, and nothing is charged on an empty result.
Connect in 2 steps.
Sign up at apify.com and copy your token from Account › Integrations. Runs bill to your account by outcome. Nothing is charged on a failed or empty run.
Open ~/.claude.json (Settings › Developer › Edit Config) and add the server you want. Each of the seven is added the same way with its own URL:
{
"mcpServers": {
"company-diligence": {
"url": "https://themineworks--company-diligence-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
} Replace YOUR_APIFY_TOKEN with your token, and swap the URL for any server from the table above. Add as many as you like. Restart Claude Desktop and the tools appear.
Every server uses the Streamable HTTP transport in Apify Standby mode. Any MCP-compatible client that accepts a URL and custom headers will work.
Server URLs.
- Company Diligence
- https://themineworks--company-diligence-mcp.apify.actor/mcp
- Social & Market Research
- https://themineworks--social-research-mcp.apify.actor/mcp
- Recruiting & Jobs
- https://themineworks--recruiting-jobs-mcp.apify.actor/mcp
- Real Estate
- https://themineworks--real-estate-mcp.apify.actor/mcp
- Lead Generation
- https://themineworks--lead-generation-mcp.apify.actor/mcp
- E-commerce Intelligence
- https://themineworks--ecommerce-intel-mcp.apify.actor/mcp
- Academic Research
- https://themineworks--academic-research-mcp.apify.actor/mcp
- Transport
- Streamable HTTP, Apify Standby (MCP 2024-11-05)
- Auth
- Authorization: Bearer YOUR_APIFY_TOKEN
Prefer a single endpoint?
The seven servers above are focused, each behind its own URL, and billed by outcome. If you would rather add every individual scraper as a flat tool in one connection, the all-in-one gateway does that.
It exposes the underlying actors as individual tools, billed per result rather than by report outcome. Point your client at:
https://the-mine-works-mcp.hatchable.site/api/mcp
Same Apify token, same pay-per-result billing to your account. Most people want the focused servers above; the gateway is there for anyone who wants everything in one place.