← Back to Plugins
MCP Server MCP

io.github.anthesiallc/meddata

github By github 👁 1 views ▲ 0 votes

Drug & supplement lookup and interaction checks from free U.S. government health data.

Homepage Verified source GitHub

Install

uvx meddata-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "meddata-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MedData API key. Get a free one (250 calls/month, no card) at https://meddata.anthesia.io",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MEDDATA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...