You're viewing a demo portfolio

Join the waitlist
PRSM

fda_search_family_facilities

Active

Tool of FDA Data MCP

declared in 0.1.0

Search FDA-registered facilities across a parent company and any explicitly linked subsidiaries. Use this when you know the parent company but the FDA records may sit under child entities like Actavis, Watson, or Cephalon. Supports optional city, state, country, and operations filters.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "company"
  ],
  "properties": {
    "city": {
      "type": "string",
      "maxLength": 500,
      "description": "City name"
    },
    "limit": {
      "type": "integer",
      "default": 100,
      "maximum": 500,
      "minimum": 1,
      "description": "Max results to return (1-500)"
    },
    "state": {
      "type": "string",
      "maxLength": 500,
      "description": "State code (e.g. CA, NY)"
    },
    "offset": {
      "type": "integer",
      "default": 0,
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "Result offset for pagination"
    },
    "company": {
      "type": "string",
      "maxLength": 500,
      "description": "Parent company name"
    },
    "country": {
      "type": "string",
      "maxLength": 500,
      "description": "ISO country code (e.g. US, DE)"
    },
    "operations": {
      "type": "string",
      "maxLength": 500,
      "description": "DECRS operations keyword"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

FDA Data MCP

https://github.com/medley/fda-data

1/7 registries
View full server →
fda_search_family_facilities — FDA Data MCP — PRSM MCP