Documentation

Claude Desktop Setup

{
  "mcpServers": {
    "fhirfly": {
      "url": "https://api.fhirfly.io/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}
{
  "mcpServers": {
    "fhirfly": {
      "url": "https://api.fhirfly.io/mcp",
      "headers": {
        "x-api-key": "ffly_sk_live_abc123..."
      }
    }
  }
}
{
  "mcpServers": {
    "fhirfly-dev": {
      "url": "https://devapi.fhirfly.io/mcp",
      "headers": {
        "x-api-key": "ffly_sk_test_abc123..."
      }
    }
  }
}