Labsco
DavidOsherdiagnostica logo

CostPlusDrugs.com

โ˜… 1

from DavidOsherdiagnostica

A Model Context Protocol (MCP) server that provides AI agents with affordable access to Cost Plus Drugs pharmacy services, offering transparent medication pricing and comprehensive drug information.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

Cost Plus Drugs MCP Server

A Model Context Protocol (MCP) server that provides AI agents with affordable access to Cost Plus Drugs pharmacy services, offering transparent medication pricing and comprehensive drug information.

๐ŸŒŸ Features

The Cost Plus Drugs MCP server empowers AI agents with:

  • ๐Ÿ” Smart Medication Search: Find medications by name, active ingredient, or related terms
  • ๐Ÿ“‚ Category Navigation: Browse 95+ medication categories including specialized health areas
  • ๐Ÿ’Š Comprehensive Drug Database: Access detailed medication information with transparent pricing
  • ๐Ÿ“„ Advanced Pagination: Navigate through large result sets efficiently with smart filtering
  • ๐Ÿฅ Healthcare Integration: Support for women's health, chronic conditions, and specialized treatments

๐Ÿ› ๏ธ Available Tools

search_medicines

Find medications by exact name (generic or brand)

{
  "tool": "search_medicines",
  "arguments": {
    "query": "metformin"
  }
}

get_collections

Browse all medication categories or search for specific ones

{
  "tool": "get_collections",
  "arguments": {}
}

get_all_products

Retrieve medications with filtering by category and pagination (always sorted alphabetically by name)

{
  "tool": "get_all_products",
  "arguments": {
    "first": 10,
    "collection": 31
  }
}

๐Ÿ“š Available Resources

cost_plus_drugs_collections

Complete medication category database

  • URI: cost-plus-drugs://collections
  • Categories: 95 specialized health categories
  • Filtering: Search by name or slug with ?query=diabetes

๐Ÿ’ก Sample Use Cases

Healthcare AI Assistant:

  • Compare medication prices across categories
  • Find affordable alternatives for expensive treatments
  • Provide transparent pricing information to patients
  • Navigate complex medication categories efficiently

Research Applications:

  • Analyze medication pricing trends
  • Study category-specific treatment options
  • Generate comprehensive drug information reports

๐Ÿ“– Development Guidelines

For comprehensive development instructions and AI agent integration guidelines, see AGENTS.md.

๐Ÿ“‹ API Response Format

All tools return structured responses with:

  • Complete medication data (pricing, forms, availability)
  • Clinical context and safety information
  • Pagination support for large datasets
  • Error handling with recovery suggestions

๐Ÿ”’ License

Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

For commercial licensing inquiries, please contact the author.


Medical Disclaimer: This software provides informational purposes only and is not intended for medical diagnosis or treatment decisions. Always consult qualified healthcare professionals for medical advice and verify information with official sources.