Skip to content
Grok

cms 0057 api gate for Grok

io.github.jmshinhwa/cms-0057-api-gate

14 rules read a FHIR CapabilityStatement against CMS-0057-F. A 2021 payer statement returned 6 block

client:Grok transport:stdio runtime:npm

Install cms 0057 api gate in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cms-0057-api-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/cms-0057-api-gate"
      ]
    }
  }
}

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

cms 0057 api gate in other clients