Skip to main content
The Mindcase MCP server lets you use all 30+ data collection agents directly from Claude. No code needed — just ask Claude in natural language.

Installation

Requires uv (Python package runner).
claude mcp add mindcase -- uvx mindcase-mcp
Set your API key:
export MINDCASE_API_KEY=mk_live_your_api_key_here

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?”
Claude will automatically pick the right agent, pass the parameters, and return structured results.

Available Tools

Utility Tools

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

Data Collection Tools

Every Mindcase agent is registered as its own tool:
PlatformAgents
LinkedInProfiles, Companies, Employees, Jobs, Posts, People Search, Company Search, Domain Lookup
InstagramProfiles, Posts, Comments
YouTubeVideos, Channels, Comments, Shorts
AmazonProducts, Reviews, Bestsellers
Google MapsBusinesses, Reviews, Reverse Geocoding
Twitter / XPosts
TikTokProfiles
RedditPosts
ShopifyProducts
IndeedJobs
App StoreReviews
FlipkartProducts
MyntraProducts

How It Works

  1. On startup, the MCP server fetches all available agents from the Mindcase API
  2. Each agent is registered as a tool with its parameter schema
  3. When you ask Claude a question, it picks the right tool and passes the parameters
  4. The server runs the agent, polls for results, and returns structured data
  5. Claude formats and presents the results to you

Configuration

Environment VariableDescriptionRequired
MINDCASE_API_KEYYour Mindcase API keyYes
Get your API key at app.mindcase.co.

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 SDKpip install mindcase for programmatic access
  • Node.js SDKnpm install mindcase for JavaScript/TypeScript