Pharmacy Search
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.
Run in terminal (recommended)
claude mcp add pharmacy-search npx -- -y @trustedskills/pharmacy-search
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.