---
name: getmed-site
description: Overview of GetMed (getmed.pl), a Polish private healthcare platform: what it offers, which public pages to read for medical packages, specialists, facilities and the knowledge base, and how booking visits and tests works. Use when answering questions about GetMed or helping a user navigate the site.
---

# GetMed (getmed.pl)

GetMed is a Polish platform for private healthcare. It sells private medical
packages (subscriptions) for individuals, couples, families and companies, and
lets logged-in users book consultations, laboratory tests, imaging tests,
outpatient procedures, e-prescriptions and e-sick-leaves at partner medical
providers across Poland.

The site content is in Polish. URLs below are absolute and public unless noted.

## Public pages worth reading

| Topic | URL |
| --- | --- |
| Home page | https://getmed.pl/ |
| All private medical packages | https://getmed.pl/prywatne-pakiety-medyczne |
| Package category (e.g. for a family) | https://getmed.pl/kategoria/prywatne-pakiety-medyczne/{category-slug} |
| Package details (category + variant) | https://getmed.pl/prywatne-pakiety-medyczne/{category-slug}/{variant-slug} |
| Medical packages for companies | https://getmed.pl/pakiety-medyczne-dla-firm |
| Specialists (doctors) | https://getmed.pl/specjalisci |
| Medical facilities | https://getmed.pl/placowki |
| Medical providers (partner networks) | https://getmed.pl/operatorzy-medyczni |
| Knowledge base (articles) | https://getmed.pl/baza-wiedzy |
| How to prepare for tests | https://getmed.pl/przygotowanie-do-badan |
| FAQ | https://getmed.pl/najczesciej-zadawane-pytania |
| Payment methods | https://getmed.pl/metody-platnosci |
| Terms of service | https://getmed.pl/regulamin |
| Privacy policy | https://getmed.pl/polityka-prywatnosci |
| About GetMed | https://getmed.pl/o-getmed |
| Contact | https://getmed.pl/kontakt |
| Become a partner (for clinics) | https://getmed.pl/zostan-naszym-partnerem |

The full list of indexable URLs, including every package and article, is in the
sitemap index: https://getmed.pl/sitemap.xml

## Booking and account

- Booking visits and tests requires a GetMed account. Registration:
  https://getmed.pl/rejestracja, login: https://getmed.pl/logowanie.
- After logging in, users book from the dashboard (https://getmed.pl/tablica) under
  "Umów wizytę" (book a visit): consultation, laboratory tests, imaging tests,
  outpatient procedures, e-prescription, e-sick-leave.
- Buying a medical package starts from a package details page and goes through
  an order form and online payment.
- Account, payment and confirmation pages are private and excluded from
  crawling in robots.txt.

## Machine-readable resources

- MCP server (Streamable HTTP, read-only, no auth): https://getmed.pl/api/mcp
  (alias: https://getmed.pl/mcp)
  Tools: get_site_overview, list_medical_packages, get_medical_package,
  search_knowledge_base, list_specialists, list_test_preparations, search_faq.
  Server card: https://getmed.pl/.well-known/mcp/server-card.json (alias: https://getmed.pl/.well-known/mcp.json)
- WebMCP: the same tools plus page navigation are registered in the browser
  via navigator.modelContext on every page.
- Markdown: request any page URL with "Accept: text/markdown" to receive a
  Markdown rendering (front matter with title, description and url; content
  without navigation; JSON-LD appended in a json code block).
- robots.txt with Content Signals: https://getmed.pl/robots.txt
- Sitemap index: https://getmed.pl/sitemap.xml
- API catalog (RFC 9727): https://getmed.pl/.well-known/api-catalog
- ARD capability manifest: https://getmed.pl/.well-known/ai-catalog.json
- Agent skills index: https://getmed.pl/.well-known/agent-skills/index.json
- Authentication guidance for agents (no credentials needed, no agent
  registration): https://getmed.pl/auth.md
- llms.txt index of key pages: https://getmed.pl/llms.txt
- Markdown sitemap of all public pages: https://getmed.pl/sitemap.md
- Integration guide for coding agents: https://getmed.pl/AGENTS.md
- agents.json capability manifest: https://getmed.pl/.well-known/agents.json

Questions about integrations: https://getmed.pl/kontakt
