🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mindcase-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mindcase-mcp

MCP server for Mindcase — 30+ data collection agents accessible from Claude

pipPyPI
Version
0.1.1
Weekly downloads
42
Maintainers
1

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

  • 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 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

Keywords

ai

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts