Skip to main content
Glama

PBS MCP AI Enabled API Server

pbs_api

Retrieve Australian Pharmaceutical Benefits Scheme (PBS) data, including medicine details, pricing, and availability, using specific API endpoints for informed decision-making and analysis.

Instructions

Access the Australian Pharmaceutical Benefits Scheme (PBS) API to retrieve information about medicines, pricing, and availability.

Input Schema

NameRequiredDescriptionDefault
endpointYesThe specific PBS API endpoint to access (e.g., "prescribers", "item-overview")
methodNoHTTP method to use (GET is recommended for most PBS API operations)GET
paramsNoQuery parameters to include in the request (e.g., {"get_latest_schedule_only": "true"})
subscriptionKeyNoCustom subscription key (if not provided, the default public key will be used)
timeoutNoRequest timeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "description": "The specific PBS API endpoint to access (e.g., \"prescribers\", \"item-overview\")", "type": "string" }, "method": { "default": "GET", "description": "HTTP method to use (GET is recommended for most PBS API operations)", "enum": [ "GET", "POST" ], "type": "string" }, "params": { "additionalProperties": { "type": "string" }, "description": "Query parameters to include in the request (e.g., {\"get_latest_schedule_only\": \"true\"})", "type": "object" }, "subscriptionKey": { "description": "Custom subscription key (if not provided, the default public key will be used)", "type": "string" }, "timeout": { "default": 30000, "description": "Request timeout in milliseconds", "type": "number" } }, "required": [ "endpoint" ], "type": "object" }
Install Server

Other Tools from PBS MCP AI Enabled API Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/matthewdcage/pbs-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server