The Mine Works MCP servers
Seven remote MCP servers exposing 51 published Apify scrapers as agent tools: company diligence, social listening, recruiting, real estate, lead generation, e-commerce and academic research. Billed per result, and a call that returns nothing is never charged.
README
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.