animal-pharmacy-search

Query animal pharmacies and veterinary medicines via the Hongik Medicare public MCP server.

7.4k|904|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill animal-pharmacy-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: animal-pharmacy-search
Source: https://github.com/NomaDamas/k-skill/tree/main/animal-pharmacy-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill animal-pharmacy-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Finding which Korean pharmacies stock a specific veterinary medicine is difficult because no public directory tracks product-level availability. This Skill queries Hongik Medicare's public MCP server to locate animal pharmacies by region, search veterinary products, and identify pharmacies that purchased a given product within the last six months.

Core Features & Use Cases

  • Regional pharmacy lookup: List animal pharmacies by city and district with phone numbers, addresses, and coordinates.
  • Veterinary product search: Search animal medicines by product name, category, or symptom keyword (minimum 2 characters).
  • Product-carrying pharmacy finder: Locate pharmacies that purchased a specific product from Hongik Medicare in the last 6 months, using either a product name or an exact item_srl.
  • Use Case: A pet owner asks "find pharmacies in Seoul that carry Oridermyl." The Skill calls find_pharmacies_by_product, returns 3-5 pharmacies with contact info, and notes that results reflect recent purchase history rather than guaranteed current stock.

Quick Start

Ask the agent to find animal pharmacies in a specific Korean city and district, or to search which pharmacies recently stocked a named veterinary medicine.

Frequently Asked Questions about animal-pharmacy-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find animal pharmacies in a specific Korean city?

Call the find_animal_pharmacies MCP tool with city and optionally gu (district) parameters, plus a result limit. The response contains pharmacy names, phone numbers, addresses, administrative regions, and coordinates in the result metadata.

How do I search veterinary medicines by symptom or product name?

Use the search_product tool with a keyword of at least two characters. It matches product names as well as category and symptom tags registered on the server, returning item_srl and item_name for each match.

Does this skill require an API key or login?

No authentication is needed. The Hongik Medicare MCP endpoint at hkmedi.co.kr/pharmacy-mcp is a public, unauthenticated server, and the helper script calls it directly using only the Python standard library.

Can this confirm current in-store stock of a veterinary medicine?

No. The find_pharmacies_by_product results are based on pharmacies that purchased the product from Hongik Medicare within the last six months, which indicates past handling rather than current inventory. Call the pharmacy before visiting.

Why does the MCP request fail with a 406 Not Acceptable error?

The server may require both JSON and SSE accept headers. Send Accept: application/json, text/event-stream on every request; the bundled helper already does this and normalizes SSE responses into plain JSON.

What are the limitations of the pharmacy purchase data?

The data covers only Hongik Medicare's private distribution records, not public licensing registries or other distributors. It may not include every animal pharmacy nationwide and does not reflect real-time stock or official licensing status.