MCP Hub
Back to servers

Mindcase

Access 30+ data collection agents from Claude with natural language.

Registry
Updated
Apr 12, 2026

Quick Install

uvx mindcase-mcp

Mindcase MCP Server

PyPI License: MIT

MCP server for Mindcase — access 30+ data collection agents from Claude. Scrape LinkedIn, Instagram, Google Maps, Amazon, YouTube, and more with natural language.

Features

  • 30+ data agents across LinkedIn, Instagram, Amazon, Google Maps, YouTube, and more
  • Natural language — just ask Claude, no code or parameters to learn
  • Works everywhere — Claude Code, Claude Desktop, Cursor, Windsurf
  • Auto-discovery — agents register automatically on startup
  • Structured results — get tables, not raw text
  • Credit tracking — check your balance anytime

Quick Start

1. Get an API key

Sign up at app.mindcase.co and create an API key in the API Console.

2. Add to Claude

Claude Code (CLI):

claude mcp add mindcase -- uvx mindcase-mcp

Then set your API key:

export MINDCASE_API_KEY=mk_live_your_api_key_here

Claude Desktop:

Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "mindcase": {
      "command": "uvx",
      "args": ["mindcase-mcp"],
      "env": {
        "MINDCASE_API_KEY": "mk_live_your_api_key_here"
      }
    }
  }
}

3. 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

ToolDescription
list_agentsBrowse all 30+ available data agents
check_creditsCheck your remaining credit balance
get_agent_detailsView parameters and pricing for a specific agent

Data Collection Tools

All agents from the Mindcase API are registered as individual tools:

PlatformTools
LinkedInProfiles, Companies, Employees, Jobs, Posts, People Search, Company Search, Domain Lookup
InstagramProfiles, Posts, Comments
YouTubeVideos, Channels, Comments, Shorts
AmazonProducts, Reviews, Bestsellers, India Products
Google MapsBusinesses, Reviews, Reverse Geocoding
Twitter / XPosts
TikTokProfiles
RedditPosts
ShopifyProducts
IndeedJobs
App StoreReviews
FlipkartProducts
MyntraProducts

Each tool accepts the agent's specific parameters and returns structured data in a table format.

How It Works

  1. On startup, the server fetches all available agents from the Mindcase API
  2. Each agent is registered as an MCP tool with its parameter schema
  3. When Claude calls a tool, the server runs the agent via the API
  4. The server polls for results and returns structured data to Claude

Configuration

Environment VariableDescriptionRequired
MINDCASE_API_KEYYour Mindcase API key (mk_live_...)Yes

Documentation

Also Available

  • Python SDKpip install mindcase for programmatic access
  • Node.js SDKnpm install mindcase for JavaScript/TypeScript

Privacy

See privacy-policy.md for details on data handling.

License

MIT

Reviews

No reviews yet

Sign in to write a review