← helpyself.com

INDIVIDUAL MCP TOOL

compare_two_lists

Compare two lists and see what is only in one, only in the other, and in both.

helpyself.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://helpyself.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_two_lists and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

helpyself.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.helpyself]
url = "https://helpyself.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "helpyself": {
      "type": "http",
      "url": "https://helpyself.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: helpyself
Remote MCP URL: https://helpyself.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "helpyself": {
      "url": "https://helpyself.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "helpyself": {
      "type": "http",
      "url": "https://helpyself.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "helpyself",
  "transport": "streamable-http",
  "url": "https://helpyself.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • photo_gallery — A photo gallery maker: drop pictures in, get a link with its own layout and password.
  • auto_redact_pdf — Auto redact PDF files: it finds the personal information, you confirm, the words are deleted.
  • background_remover — Remove the background from an image — solid backgrounds go transparent, in your browser.
  • pdf_compress — Reduce PDF size without turning the text into a picture.
  • bmi_calculator — A BMI calculator in metric or imperial, worked out in your browser.
  • body_fat_calculator — A body fat calculator that works from a tape measure, using the US Navy method.
  • calorie_calculator — Work out how many calories you burn a day, and what to eat for a goal.
  • coin_flip — A coin toss you can trust — heads or tails, from real randomness.