pbs-mcp-server

pbs-mcp-server

3.2

If you are the rightful owner of pbs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A standalone Model Context Protocol (MCP) server for accessing the Australian Pharmaceutical Benefits Scheme (PBS) API.

This project provides a standalone MCP server that allows AI models to access the Australian Pharmaceutical Benefits Scheme (PBS) API, which contains information about medicines, pricing, and availability in Australia. The project is built for the Public API, but can easily be adapted to the private API if you have been granted developer access. The PBS API provides programmatic access to PBS data, including medicine listings, pricing, and availability. This MCP server makes it easy to integrate PBS data into AI workflows. The MCP is available via HTTP and CLI. Please be aware of the rate limits for the PBS and adjust your request frequency. I recommend a periodic call to store the information you require from the API and update it on a weekly basis.

Features

  • Tools: Provides tools for querying the PBS API endpoints, allowing AI models to access pharmaceutical data.
  • Transport Layers: Supports both stdio and HTTP/SSE transport layers.
  • Error Handling: Comprehensive error handling for API rate limits and authentication issues.
  • LLM Integration: Receives tool calls and prompts directly from LLM components, enabling seamless AI interaction with PBS data.