Pharmacy Search

🌐Community
by alexpolonsky · vlatest · Repository

Find nearby pharmacies, check medication availability, and compare prices using location data and pharmacy APIs.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add pharmacy-search npx -- -y @trustedskills/pharmacy-search
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "pharmacy-search": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/pharmacy-search"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows you to search for pharmacies and retrieve information about them. It can find pharmacies near a given location, display their addresses, and potentially provide other details like hours of operation (though this is not explicitly stated). The core function is locating pharmacy establishments based on user-provided criteria.

When to use it

  • A user needs to quickly locate the nearest pharmacy while traveling.
  • Someone wants to find a pharmacy with specific operating hours.
  • A user is trying to fulfill a prescription and needs to know where their closest option is.
  • You want to build an application that helps users find nearby pharmacies.

Key capabilities

  • Pharmacy location search
  • Address retrieval
  • Potential for displaying additional pharmacy details (hours of operation, etc.) - not explicitly confirmed in source.

Example prompts

  • "Find a pharmacy near me."
  • "What are the closest pharmacies open past 9 PM?"
  • "Locate pharmacies in downtown Chicago."

Tips & gotchas

The skill's functionality is dependent on available location data and potentially external APIs. Specific details beyond address (like hours) may not always be available or accurate.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
alexpolonsky
Installs
1

🌐 Community

Passed automated security scans.