You're viewing a demo portfolio

Join the waitlist
PRSM

fda_search_oii_records

Active

Tool of FDA Data MCP

declared in 0.1.0

Search recent FDA Office of Inspections and Investigations reading-room records by company, FEI, record type, country, establishment type, or publish date. This is official FDA document-index metadata with direct links to the posted records, plus incremental extracted document text when available, useful for finding recent 483-style inspection evidence by account.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 100,
      "maximum": 500,
      "minimum": 1,
      "description": "Max results to return (1-500)"
    },
    "state": {
      "type": "string",
      "maxLength": 200,
      "description": "State name"
    },
    "offset": {
      "type": "integer",
      "default": 0,
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "Result offset for pagination"
    },
    "country": {
      "type": "string",
      "maxLength": 200,
      "description": "Country name"
    },
    "date_to": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      "description": "End date for publish_date range (YYYY-MM-DD)"
    },
    "keyword": {
      "type": "string",
      "maxLength": 500,
      "description": "Keyword to search in the FDA-provided excerpt and extracted document text"
    },
    "date_from": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      "description": "Start date for publish_date range (YYYY-MM-DD)"
    },
    "fei_number": {
      "type": "string",
      "pattern": "^\\d{1,10}$",
      "description": "FDA Establishment Identifier (FEI number)"
    },
    "record_type": {
      "type": "string",
      "maxLength": 200,
      "description": "Record type, for example 483"
    },
    "company_name": {
      "type": "string",
      "maxLength": 500,
      "description": "Company name (fuzzy match)"
    },
    "establishment_type": {
      "type": "string",
      "maxLength": 500,
      "description": "Establishment type, for example Sterile Drug Manufacturer"
    }
  }
}

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 →