npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

copyseeker-mcp-server

v1.0.4

Published

MCP server for CopySeeker reverse image search API - find similar images and sources

Readme

Copyseeker MCP Server

A Model Context Protocol (MCP) server that integrates Copyseeker's powerful reverse image search API with Claude and other MCP-compatible AI assistants.

Features

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

Quick Start

1. Install the MCP Server

npm install -g copyseeker-mcp-server

2. Get Your API Key

  1. Visit RapidAPI Copyseeker
  2. Subscribe to a plan (free tier available)
  3. Copy your RapidAPI key

3. Configure Claude Desktop

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"
      }
    }
  }
}

4. Restart Claude Desktop

The Copyseeker tools will now be available in Claude!

Usage Examples

Complete Reverse Image Search

Can you do a complete reverse search on: https://copyseeker.net/assets/img/pc.png

Copyright & Source Verification

I need to check if I can legally use this image. Please analyze: [image URL]

Find Exact Matches

Where exactly does this image appear online? [image URL]

Find Design Inspiration

Show me images that look similar to this design for inspiration: [image URL]

Page Authority Assessment

Which website is the most credible source for this image? [image URL]

Available Tools

reverse_image_search

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

analyze_image_copyright

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_exact_matches

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

find_similar_images

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

Pricing

View all pricing plans →

Troubleshooting

"API key required" error

Make sure you've set the COPYSEEKER_RAPIDAPI_KEY environment variable in your Claude configuration.

"Rate limit exceeded"

Check your usage on the RapidAPI dashboard and consider upgrading your plan.

"Image not found" error

Ensure the image URL is directly accessible and points to a valid image file (not a webpage containing an image).

Support

License

MIT License - see LICENSE file for details.

Contributing

We welcome contributions! Please see our contributing guidelines and submit pull requests to our GitHub repository.


Made with ❤️ by the Copyseeker team