mcp

agentmindshare/mcp

3.1

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Agent Mindshare MCP Server is a remote server that integrates with AI assistants to enhance their capabilities in website analysis, preview management, and AI model comparison.

Agent Mindshare MCP Server

Remote MCP (Model Context Protocol) server for integrating Agent Mindshare with AI assistants like Claude.

Overview

Agent Mindshare provides a remote MCP server that enables AI assistants to:

  • Analyze websites and extract metadata
  • Manage preview analyses
  • Access AI model comparison data
  • Store and retrieve analysis data

Quick Setup

Create an API key on Agent Mindshare Dashboard, then use one of these methods to connect:

Claude Code (CLI)

claude mcp add --transport http agent-mindshare https://api.agentmindshare.com/mcp --header "Authorization: Bearer YOUR_API_KEY"

Claude Desktop

Requires mcp-proxy • Add to config file:

• macOS: ~/Library/Application Support/Claude/claude_desktop_config.json • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-mindshare": {
      "command": "npx",
      "args": [
        "-y", 
        "mcp-proxy",
        "--transport",
        "http",
        "--url",
        "https://api.agentmindshare.com/mcp",
        "--headers",
        "{\"Authorization\": \"Bearer YOUR_API_KEY\"}"
      ]
    }
  }
}

View full documentation | Download Claude Code | Download Claude Desktop

Available Capabilities

Once configured, Claude will have access to:

Website Analysis

  • Extract and analyze website metadata
  • Capture OG tags and social media previews
  • Generate structured data about websites

Preview Management

  • Create and manage preview analyses
  • Track analysis progress and status
  • Update existing analyses

Comparison Tools

  • Access AI model comparison data
  • View performance metrics across different models
  • Analyze differences in model outputs

Troubleshooting

Connection Issues

  • Ensure Claude Desktop is up to date
  • Check your internet connection
  • Restart Claude Desktop after adding the configuration

Configuration Not Working

  • Verify the JSON syntax is correct
  • Make sure you're using the correct command for your system (npx, node, or docker)
  • Check that you have saved the configuration file

Support

For support and questions:

  • Visit Agent Mindshare
  • Contact the Agent Mindshare team through the website