Skip to content
Grok

pharma signal api for Grok

io.github.niteowlpt/pharma-signal-api

Drug safety intelligence: 358 drugs, 1M+ FDA adverse events, PV signal detection.

client:Grok transport:stdio runtime:npm

Install pharma signal api in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pharma-signal-api": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pharma-signal-mcp"
      ],
      "env": {
        "PHARMA_SIGNAL_API_KEY": "<PHARMA_SIGNAL_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pharma signal api in other clients