← weightmedscompare.co.uk

INDIVIDUAL MCP TOOL

list_medicines

List the UK weight-loss medicines compared on WeightMedsCompare (Mounjaro/tirzepatide, Wegovy/semaglutide, Saxenda/liraglutide, oral GLP-1) with the lowest published monthly price and number of providers for each.

weightmedscompare.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://jfwxdchauccbuwdqjnap.supabase.co/functions/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_medicines 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

weightmedscompare.co.uk

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.weightmedscompare-build]
url = "https://jfwxdchauccbuwdqjnap.supabase.co/functions/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "weightmedscompare-build": {
      "type": "http",
      "url": "https://jfwxdchauccbuwdqjnap.supabase.co/functions/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: weightmedscompare-build
Remote MCP URL: https://jfwxdchauccbuwdqjnap.supabase.co/functions/v1/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": {
    "weightmedscompare-build": {
      "url": "https://jfwxdchauccbuwdqjnap.supabase.co/functions/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "weightmedscompare-build": {
      "type": "http",
      "url": "https://jfwxdchauccbuwdqjnap.supabase.co/functions/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "weightmedscompare-build",
  "transport": "streamable-http",
  "url": "https://jfwxdchauccbuwdqjnap.supabase.co/functions/v1/mcp"
}
MCP Inspector

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

Related tools

  • search_providers — Find UK providers of a weight-loss medicine, with the lowest published monthly price for each.
  • get_provider — Get one provider's details and full published pricing by provider id.
  • match — Rank suitable UK providers for a medicine by an objective score (price, rating, CQC registration), with an optional factual eligibility note.