Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

The Mine Works MCP servers

Seven remote MCP servers that expose 53 web scrapers as tools for AI agents. Hosted on Apify, streamable HTTP, billed per result delivered on the caller's own Apify account.

This repository holds the interface: tool lists, server manifests, pricing and client configuration. The scrapers themselves are closed source and run on Apify.

Server Tools Actors Listing
Company Diligence MCP 10 10 Store
Social & Market Research MCP 8 7 Store
Recruiting & Jobs MCP 10 10 Store
Real Estate MCP 8 7 Store
Lead Generation MCP Server 8 7 Store
E-commerce Intelligence MCP Server 8 7 Store
Academic Research MCP Server 6 5 Store

Connecting

Every server takes the same shape. Point your client at the endpoint and send your Apify API token as a Bearer token.

{
  "mcpServers": {
    "company-diligence": {
      "url": "https://themineworks--company-diligence-mcp.apify.actor/mcp",
      "headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
    }
  }
}

Get a token at https://console.apify.com/account/integrations. Works in Claude Desktop, Claude Code, Cursor, Windsurf and any client supporting remote MCP servers.

Billing

Pay per event, on your own Apify account. Prices are listed per server. The figure quoted is the FREE tier, which is the most anyone pays; Apify applies tiered discounts automatically.

One rule holds across all seven: a tool call that returns nothing is never billed. Empty searches, blocked fetches and failed lookups cost zero.

Composite report tools

Each server carries a report tool that fans out across several of its own tools in one call and returns a single structured document. Reports are priced below the sum of their parts, and a report that finds nothing charges nothing.

Report tools run inside Apify Standby's five minute response ceiling, so their internal budget is capped accordingly.

Status

All seven servers are public and live on the Apify Store. Tool counts and prices in this repository are generated from the deployed configuration.

Licence

MIT for the contents of this repository (manifests, schemas, documentation). The Actors themselves are separately licensed and not included here.

About

Seven remote MCP servers over 51 Apify scrapers. Tool lists, manifests, pricing and client config. No result, no charge.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors