← mediccentre.pl

INDIVIDUAL MCP TOOL

list_offers

Zwraca aktywne pakiety medyczne MedicCentre pogrupowane (indywidualny, dla dwojga, dla rodziny, dla seniora, dla matki i dziecka) z ceną miesięczną, adresem URL oferty i skrótem zakresu.

mediccentre.plnone authenticationAvailability not checked

LIVE ENDPOINT

https://mediccentre.pl/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

mediccentre.pl

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.mediccentre-mcp]
url = "https://mediccentre.pl/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mediccentre-mcp": {
      "type": "http",
      "url": "https://mediccentre.pl/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mediccentre-mcp
Remote MCP URL: https://mediccentre.pl/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": {
    "mediccentre-mcp": {
      "url": "https://mediccentre.pl/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_offer — Zwraca szczegóły jednego pakietu medycznego po slugu lub id: opis, wszystkie warianty cen (miesięczna, kwartalna, roczna), liczbę specjalistów i badań, adres URL do zakupu.
  • find_facilities — Wyszukuje placówki medyczne (LUX MED lub Enel-Med) w podanym mieście.
  • search_articles — Przeszukuje artykuły poradnikowe MedicCentre o zdrowiu, badaniach i pakietach medycznych.