streamable-httpMITupdated 1mo ago
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.
What can you do with academic research mcp?
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.
Install
Add academic research mcp to your client. Pick the one you use.
claude mcp add --transport http academic-research-mcp https://themineworks--academic-research-mcp.apify.actor/mcpcodex mcp add academic-research-mcp --url https://themineworks--academic-research-mcp.apify.actor/mcp{
"mcpServers": {
"academic-research-mcp": {
"url": "https://themineworks--academic-research-mcp.apify.actor/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"academic-research-mcp": {
"type": "http",
"url": "https://themineworks--academic-research-mcp.apify.actor/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"academic-research-mcp": {
"url": "https://themineworks--academic-research-mcp.apify.actor/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"academic-research-mcp": {
"serverUrl": "https://themineworks--academic-research-mcp.apify.actor/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 31 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 31, 2026 |