MCP server for Mindcase — 30+ data collection agents accessible from Claude
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Mindcase MCP Server
MCP server for Mindcase — access 30+ data collection agents from Claude. Scrape LinkedIn, Instagram, Google Maps, Amazon, YouTube, and more with natural language.
Quick Start
1. Get an API key
Sign up at app.mindcase.co and create an API key in the API Console.
2. Install and configure
git clone https://github.com/mindcase-co/mindcase-mcp.git
cd mindcase-mcp
cp .env.example .env
Edit .env and add your API key:
MINDCASE_API_KEY=mk_live_your_api_key_here
3. Add to Claude
Claude Code (CLI):
claude mcp add mindcase -- uv --directory /path/to/mindcase-mcp run server.py
Claude Desktop:
Add to your config (~/.config/Claude/claude_desktop_config.json on Mac/Linux):
{
"mcpServers": {
"mindcase": {
"command": "uv",
"args": ["--directory", "/path/to/mindcase-mcp", "run", "server.py"]
}
}
}
No need to pass the API key in the config — it's read from the .env file automatically.
4. Use it
Ask Claude things like:
- "Find coffee shops in Manhattan with ratings above 4.5"
- "Search LinkedIn for AI startups in San Francisco"
- "Get Instagram profiles for Nike, Adidas, and Puma"
- "Scrape Amazon reviews for this product"
- "Find Python developer jobs on Indeed in New York"
Available Tools
Utility Tools
| Tool | Description |
|---|---|
list_agents |
Browse all 30+ available data agents |
check_credits |
Check your remaining credit balance |
get_agent_details |
View parameters and pricing for a specific agent |
Data Collection Tools
All agents from the Mindcase API are registered as individual tools:
| Platform | Tools |
|---|---|
| Profiles, Companies, Employees, Jobs, Posts, People Search, Company Search, Domain Lookup | |
| Profiles, Posts, Comments | |
| YouTube | Videos, Channels, Comments, Shorts |
| Amazon | Products, Reviews, Bestsellers, India Products |
| Google Maps | Businesses, Reviews, Reverse Geocoding |
| Twitter / X | Posts |
| TikTok | Profiles |
| Posts | |
| Shopify | Products |
| Indeed | Jobs |
| App Store | Reviews |
| Flipkart | Products |
| Myntra | Products |
Each tool accepts the agent's specific parameters and returns structured data in a table format.
How It Works
- On startup, the server fetches all available agents from the Mindcase API
- Each agent is registered as an MCP tool with its parameter schema
- When Claude calls a tool, the server runs the agent via the API
- The server polls for results and returns structured data to Claude
Configuration
| Environment Variable | Description | Required |
|---|---|---|
MINDCASE_API_KEY |
Your Mindcase API key (mk_live_...) |
Yes |
Documentation
Privacy
See privacy-policy.md for details on data handling.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mindcase_mcp-0.1.0.tar.gz.
File metadata
- Download URL: mindcase_mcp-0.1.0.tar.gz
- Upload date:
- Size: 53.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e4178f19f46f89546629f47bd943422df6cca4614cece0cf6e2abda8680950a
|
|
| MD5 |
ceeab345e46c031b97ac933a778e91d8
|
|
| BLAKE2b-256 |
442847a3578a3c54f50fb81e8948d6029a8e1f77b4d9165e5395c6637ca71b95
|
Provenance
The following attestation bundles were made for mindcase_mcp-0.1.0.tar.gz:
Publisher:
publish.yml on mindcase-co/mindcase-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mindcase_mcp-0.1.0.tar.gz -
Subject digest:
2e4178f19f46f89546629f47bd943422df6cca4614cece0cf6e2abda8680950a - Sigstore transparency entry: 1281003622
- Sigstore integration time:
-
Permalink:
mindcase-co/mindcase-mcp@ca51806c25be12d4d9ddda1bb2b272753eb01ca9 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/mindcase-co
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@ca51806c25be12d4d9ddda1bb2b272753eb01ca9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mindcase_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mindcase_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e8ed7551e101628d0b78f3d2cdf30a78dfbad240eba08b4c55189f3d4d76e69
|
|
| MD5 |
bd935e197e70c7ea10c034326be35cf0
|
|
| BLAKE2b-256 |
ab45b90e43268d4550c998492cb136259d71bf7beb8d32793e21012bf70e4dae
|
Provenance
The following attestation bundles were made for mindcase_mcp-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on mindcase-co/mindcase-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mindcase_mcp-0.1.0-py3-none-any.whl -
Subject digest:
7e8ed7551e101628d0b78f3d2cdf30a78dfbad240eba08b4c55189f3d4d76e69 - Sigstore transparency entry: 1281003635
- Sigstore integration time:
-
Permalink:
mindcase-co/mindcase-mcp@ca51806c25be12d4d9ddda1bb2b272753eb01ca9 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/mindcase-co
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@ca51806c25be12d4d9ddda1bb2b272753eb01ca9 -
Trigger Event:
push
-
Statement type: