The Mine Works
MCP Servers

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.

The servers

7 servers, each behind one endpoint.

Company Diligence
KYB, compliance, investment research
full_diligence_report $0.50 complete
View listing ↗
Social & Market Research
Brand monitoring, competitive intel
brand_pulse_report $0.25 complete
View listing ↗
Recruiting & Jobs
Talent sourcing, market mapping
hiring_signals_report $0.12 complete
View listing ↗
Real Estate
Market analysis, investment screening
market_report $0.16 complete
View listing ↗
Lead Generation
B2B and local outreach lists
prospect_dossier $0.11 complete
View listing ↗
E-commerce Intelligence
Product research, sourcing, ad intel
product_intel_report $0.23 complete
View listing ↗
Academic Research
Literature scans, citation graphs
literature_report $0.13 complete
View listing ↗
Billing

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.

Setup

Connect in 2 steps.

1
Get your Apify API token

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.

2
Add a server to Claude Desktop

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.

Works with Cursor, Windsurf and any MCP client

Every server uses the Streamable HTTP transport in Apify Standby mode. Any MCP-compatible client that accepts a URL and custom headers will work.

Endpoints

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
All in one

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.