---
title: "For AI agents and developers | Rockfield Pharmacy"
description: "Machine-readable resources: llms.txt, sitemap, markdown content negotiation, structured data, and the entry points for each service."
canonical: "https://rockfieldpharmacy.vercel.app/for-agents"
---

# For AI agents and developers | Rockfield Pharmacy

> Machine-readable resources: llms.txt, sitemap, markdown content negotiation, structured data, and the entry points for each service.

## Machine-readable resources

- [llms.txt](https://rockfieldpharmacy.vercel.app/llms.txt): Index of this site in the llmstxt.org format.
- [llms-full.txt](https://rockfieldpharmacy.vercel.app/llms-full.txt): Every page's markdown, concatenated into one file.
- [pricing.md](https://rockfieldpharmacy.vercel.app/pricing.md): The price list as plain markdown.
- [api/v1](https://rockfieldpharmacy.vercel.app/api/v1): Public read-only REST API: pharmacy, services, conditions, prices, consultation availability.
- [openapi.json](https://rockfieldpharmacy.vercel.app/openapi.json): OpenAPI 3.1 description of that API.
- [api/mcp](https://rockfieldpharmacy.vercel.app/api/mcp): MCP server (Streamable HTTP) exposing the same data as tools.
- [.well-known/api-catalog](https://rockfieldpharmacy.vercel.app/.well-known/api-catalog): RFC 9727 linkset pointing at the API description and docs.
- [.well-known/mcp/server-card.json](https://rockfieldpharmacy.vercel.app/.well-known/mcp/server-card.json): MCP server card: name, tools, transport, how to connect.
- [.well-known/ai-catalog.json](https://rockfieldpharmacy.vercel.app/.well-known/ai-catalog.json): Agentic Resource Discovery catalog of every resource published for agents.
- [.well-known/agent-skills/index.json](https://rockfieldpharmacy.vercel.app/.well-known/agent-skills/index.json): Agent Skills index: how to book, order and ask, one skill per task.
- [sitemap.xml](https://rockfieldpharmacy.vercel.app/sitemap.xml): XML sitemap of every canonical URL.
- [robots.txt](https://rockfieldpharmacy.vercel.app/robots.txt): Crawl rules and the sitemap pointer.
- [manifest.webmanifest](https://rockfieldpharmacy.vercel.app/manifest.webmanifest): Web app manifest (name, icons, theme).

Every page on this site is also available as markdown: append `.md` to the path, or send `Accept: text/markdown` to the canonical URL. Markdown responses set `Content-Type: text/markdown; charset=utf-8` and `Vary: Accept, Accept-Encoding`.

## Contact Rockfield Pharmacy

- Phone: +353 1 296 7340
- Email: rockfieldpharmacy@gmail.com
- Address: Unit 2 Rockfield Central, Balally Luas Stop, Dundrum, D16K295, Ireland
- Opening hours: Mon – Fri: 09:00 – 19:00; Saturday: 10:00 – 16:00; Sunday: Closed (bank holiday hours may vary)
- PSI registration number: 7842-X (verify at https://registrations.thepsi.ie/search-isl/?search=*rockfieldpharmacy.ie*)

---

- Canonical HTML page: https://rockfieldpharmacy.vercel.app/for-agents
- This page as markdown: https://rockfieldpharmacy.vercel.app/for-agents.md — or request https://rockfieldpharmacy.vercel.app/for-agents with `Accept: text/markdown`
- Site index for agents: https://rockfieldpharmacy.vercel.app/llms.txt
- Every page as one markdown file: https://rockfieldpharmacy.vercel.app/llms-full.txt
- All canonical URLs: https://rockfieldpharmacy.vercel.app/sitemap.xml
- Developer and agent resources: https://rockfieldpharmacy.vercel.app/for-agents
