A Model Context Protocol (MCP) server that integrates Copyseeker's powerful reverse image search API with Claude and other MCP-compatible AI assistants.
- 🔍 Reverse Image Search: Find similar images and their sources across the web
- 🖼️ Multiple Input Methods: Search by URL or upload images directly
- 📊 Detailed Results: Get comprehensive metadata about found images
- ⚡ Fast & Reliable: Powered by Copyseeker's robust API infrastructure
- 🔒 Secure: Your API key stays local, never shared
npm install -g copyseeker-mcp-server
- Visit RapidAPI Copyseeker
- Subscribe to a plan (free tier available)
- Copy your RapidAPI key
Add this to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"copyseeker": {
"command": "copyseeker-mcp",
"env": {
"COPYSEEKER_RAPIDAPI_KEY": "your_rapidapi_key_here"
}
}
}
}
The Copyseeker tools will now be available in Claude!
Can you do a complete reverse search on: https://copyseeker.net/assets/img/pc.png
I need to check if I can legally use this image. Please analyze: [image URL]
Where exactly does this image appear online? [image URL]
Show me images that look similar to this design for inspiration: [image URL]
Which website is the most credible source for this image? [image URL]
Complete reverse image search with all results formatted clearly.
Parameters:
-
image_url
(required): Direct URL to the image
Returns:
- AI analysis of what the image represents
- Exact matches (websites containing the same image)
- Visually similar images (different images that look alike)
- Page authority scores for credibility assessment
- AI-detected categories with confidence scores
Specialized copyright and usage rights analysis.
Parameters:
-
image_url
(required): URL of the image to analyze
Returns:
- Copyright risk assessment based on where image appears
- Source credibility ranking by page authority
- Usage recommendations and next steps
- Likely original source identification
Find websites containing the exact same image.
Parameters:
-
image_url
(required): URL of the image to find matches for
Returns:
- List of websites with the exact same image
- Page authority scores (higher = more credible source)
- Direct URLs to image files on each site
- Summary of distribution patterns
Discover visually similar images for inspiration and alternatives.
Parameters:
-
image_url
(required): URL of the image to find similarities for
Returns:
- URLs to different images that look visually similar
- Common visual elements and themes
- Use cases for similar images
- Style and category analysis
Make sure you've set the COPYSEEKER_RAPIDAPI_KEY
environment variable in your Claude configuration.
Check your usage on the RapidAPI dashboard and consider upgrading your plan.
Ensure the image URL is directly accessible and points to a valid image file (not a webpage containing an image).
- 🌐 Website: copyseeker.net
- 📚 API Documentation: RapidAPI Docs
MIT License - see LICENSE file for details.
We welcome contributions! Please see our contributing guidelines and submit pull requests to our GitHub repository.
Made with ❤️ by the Copyseeker team