Installation
Requires uv (Python package runner).- Claude Code (CLI)
- Claude Desktop
- Cursor / Windsurf
Example Prompts
Once connected, just ask Claude:- “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”
- “How many credits do I have left?”
Available Tools
Utility Tools
| Tool | Description |
|---|---|
list_agents | Browse all available data agents |
check_credits | Check your remaining credit balance |
get_agent_details | View parameters and pricing for a specific agent |
Data Collection Tools
Every Mindcase agent is registered as its own tool:| Platform | Agents |
|---|---|
| Profiles, Companies, Employees, Jobs, Posts, People Search, Company Search, Domain Lookup | |
| Profiles, Posts, Comments | |
| YouTube | Videos, Channels, Comments, Shorts |
| Amazon | Products, Reviews, Bestsellers |
| Google Maps | Businesses, Reviews, Reverse Geocoding |
| Twitter / X | Posts |
| TikTok | Profiles |
| Posts | |
| Shopify | Products |
| Indeed | Jobs |
| App Store | Reviews |
| Flipkart | Products |
| Myntra | Products |
How It Works
- On startup, the MCP server fetches all available agents from the Mindcase API
- Each agent is registered as a tool with its parameter schema
- When you ask Claude a question, it picks the right tool and passes the parameters
- The server runs the agent, polls for results, and returns structured data
- Claude formats and presents the results to you
Configuration
| Environment Variable | Description | Required |
|---|---|---|
MINDCASE_API_KEY | Your Mindcase API key | Yes |
Privacy
- Your API key is stored locally and only sent to
api.mindcase.co - It is never sent to Anthropic or any other third party
- The MCP server does not log conversations
- See the full privacy policy
Other Ways to Use Mindcase
- Python SDK —
pip install mindcasefor programmatic access - Node.js SDK —
npm install mindcasefor JavaScript/TypeScript