Skip to main content
Glama
148,767 tools. Last updated 2026-05-27 23:15

"CCC" matching MCP tools:

  • Get state-level broadband availability summary. Returns aggregated broadband statistics for the state including provider counts and technology deployment. Useful for BEAD program analysis to identify states with significant unserved/underserved populations. Args: state_fips: 2-digit state FIPS code (e.g. '53' for Washington, '11' for DC). Always a string, never an integer. speed_download: Minimum download speed threshold in Mbps (default 25). speed_upload: Minimum upload speed threshold in Mbps (default 3). as_of_date: BDC filing date in YYYY-MM-DD format (default 2024-06-30).
    Connector
  • Get broadband providers and availability at a specific lat/lon location. Returns a list of broadband providers serving the location with their advertised download/upload speeds and technology types. Includes BEAD classification (unserved/underserved/served) based on max available speeds. NOTE: The FCC Broadband Map API has bot protection and may reject requests. If you get an error, the API endpoint may have changed. The FCC updates this API frequently without notice. Args: latitude: Location latitude (e.g. 38.8977 for Washington DC). longitude: Location longitude (e.g. -77.0365 for Washington DC). technology_code: Filter by technology (0=All, 10=Copper, 40=Cable, 50=Fiber, 60=Satellite, 70=Fixed Wireless). speed_download: Minimum download speed in Mbps (default 25). speed_upload: Minimum upload speed in Mbps (default 3). as_of_date: BDC filing date in YYYY-MM-DD format (default 2024-06-30).
    Connector
  • Get the full abstract and metadata of an MMWR article by PubMed ID. Returns the complete abstract, authors, publication date, volume/issue, and any MeSH subject headings. Use PMIDs from search_mmwr or get_recent_reports results. Args: pmid: PubMed ID of the MMWR article (e.g. '38271059').
    Connector
  • Compare SVI data across multiple counties. Returns side-by-side SVI percentile rankings and key indicators for the specified counties. Useful for comparing vulnerability across service areas or peer counties. Args: fips_codes: Comma-separated 5-digit county FIPS codes (e.g. '53033,53053,53061'). year: SVI data year (default 2022, currently only 2022 available).
    Connector
  • Fetch the full column schema for a CDC dataset — names, data types, descriptions, row count, and last-updated timestamp. Get dataset IDs from cdc_discover_datasets.
    Connector
  • Compare specific CDC PLACES measures across multiple counties. Returns a side-by-side comparison of selected health measures for the given counties. Useful for benchmarking one county against peers. Args: fips_list: List of 5-digit county FIPS codes (e.g. ['53033', '53053', '06037']). Maximum 10 counties per request. measures: List of PLACES measure IDs to compare (e.g. ['DIABETES', 'OBESITY']). Maximum 10 measures per request.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Get the most vulnerable counties in a state ranked by SVI score. Returns counties sorted by highest SVI percentile ranking for the specified theme. Useful for identifying priority areas for grants and community health interventions. Args: state: Two-letter US state abbreviation (e.g. 'WA', 'CA'). theme: SVI theme to rank by. Options: 'overall', 'socioeconomic', 'household' (composition/disability), 'minority' (status/language), 'housing' (type/transportation). Default is 'overall'. limit: Number of counties to return (default 20, max 100).
    Connector
  • Get all CDC PLACES health measures for a census tract. Returns tract-level estimates for health outcomes, behaviors, preventive services, and health status indicators. Tract-level data uses small area estimation and may have wider confidence intervals than county data. Args: tract_fips: 11-digit census tract FIPS code (e.g. '53033005300'). Must be a string, not an integer. year: Optional release year to filter by. Omit for the most recent data.
    Connector
  • Get list of broadband providers serving a county. Returns provider names, technology types, and speed tiers available in the specified county. Useful for BEAD applications to identify which providers serve an area and what technologies they deploy. Args: county_fips: 5-digit county FIPS code (e.g. '11001' for Washington DC, '53033' for King County WA). Always a string, never an integer. technology_code: Filter by technology (0=All, 10=Copper, 40=Cable, 50=Fiber, 60=Satellite, 70=Fixed Wireless). speed_download: Minimum download speed threshold in Mbps (default 25). speed_upload: Minimum upload speed threshold in Mbps (default 3). as_of_date: BDC filing date in YYYY-MM-DD format (default 2024-06-30).
    Connector
  • Get all CDC PLACES health measures for a county. Returns up to 36 measures including health outcomes (diabetes, obesity, heart disease, etc.), health behaviors (smoking, binge drinking), preventive services (checkups, screenings), and health status indicators. Args: county_fips: 5-digit county FIPS code (e.g. '53033' for King County, WA). Must be a string, not an integer. year: Optional release year to filter by. Omit for the most recent data.
    Connector
  • Execute a SoQL query against any CDC dataset. Supports filtering, aggregation, sorting, full-text search, and field selection. Use cdc_discover_datasets to find dataset IDs and cdc_get_dataset_schema to inspect columns before querying.
    Connector
  • Get provisional drug overdose death data by state. Returns provisional counts and rates of drug overdose deaths from the National Vital Statistics System (NVSS). Includes data on opioid, synthetic opioid, and other drug-involved deaths. Updated monthly. Args: state: Filter by state name (e.g. 'West Virginia', 'Ohio'). Case-insensitive. Returns all states if not specified. year: Filter by year. Returns all available years if not specified. limit: Maximum number of records to return (default 25, max 1000).
    Connector
  • Get tract-level CDC Social Vulnerability Index data within a county. Returns overall SVI and all four theme percentile rankings for each census tract in the specified county. Useful for identifying sub-county areas of high vulnerability. Args: state: Two-letter US state abbreviation (e.g. 'WA', 'CA'). county_fips: 5-digit county FIPS code (e.g. '53033' for King County, WA). year: SVI data year (default 2022, currently only 2022 available). limit: Maximum number of tracts to return (default 50, max 500).
    Connector
  • Get one CDC PLACES measure for all counties in a state. Useful for comparing a specific health metric (e.g. DIABETES, OBESITY) across all counties within a state. Returns the most recent data year. Args: state_abbr: Two-letter state abbreviation (e.g. 'WA', 'CA'). measure_id: PLACES measure ID (e.g. 'DIABETES', 'OBESITY', 'BPHIGH'). Use search_measures to find valid IDs.
    Connector
  • Get CDC Social Vulnerability Index data for counties in a state. Returns overall SVI percentile ranking and all four theme breakdowns (socioeconomic status, household composition/disability, minority status/language, housing type/transportation) plus key indicator estimates for each county. SVI values range 0-1 (percentile ranking); higher = more vulnerable. Args: state: Two-letter US state abbreviation (e.g. 'WA', 'CA'). county_fips: Optional 5-digit county FIPS code to get a single county. year: SVI data year (default 2022, currently only 2022 available).
    Connector
  • Get infant mortality rates by state and race/ethnicity. Returns infant mortality data including rates per 1,000 live births, broken down by state and race/ethnicity. Infant mortality is a key indicator of community health status used in CHNAs. Args: state: Filter by state name (e.g. 'Ohio', 'Georgia'). Case-insensitive. Returns all states if not specified. year: Filter by year. Returns all available years if not specified.
    Connector
  • Search available CDC PLACES measures by name or category. Returns matching measure IDs, names, and categories. Use this to find the correct measure_id for other tools. Categories: Health Outcomes, Health Behaviors, Prevention, Health Status. Args: keyword: Search term (e.g. 'diabetes', 'smoking', 'prevention', 'heart').
    Connector
  • Get most recent provisional mortality data including COVID and other causes. Returns provisional death counts from the NVSS, covering major cause groups including COVID-19, respiratory diseases, circulatory diseases, and more. Data is updated weekly and covers the most recent periods. Args: state: Filter by state/jurisdiction name (e.g. 'New York', 'Florida'). Case-insensitive. Returns all jurisdictions if not specified. cause_group: Filter by cause group (e.g. 'COVID-19', 'Respiratory', 'Circulatory', 'Malignant neoplasms'). Partial match supported. Returns all cause groups if not specified. limit: Maximum number of records to return (default 50, max 1000).
    Connector
  • Get broadband availability statistics for a county. Returns aggregated broadband data including provider counts, technology availability, and BEAD-relevant metrics (unserved/underserved/served location percentages). NOTE: County-level summary endpoints may not be directly available in all API versions. This tool attempts multiple endpoint patterns. Args: county_fips: 5-digit county FIPS code (e.g. '11001' for Washington DC, '53033' for King County WA). Always a string, never an integer. speed_download: Minimum download speed threshold in Mbps (default 25). speed_upload: Minimum upload speed threshold in Mbps (default 3). as_of_date: BDC filing date in YYYY-MM-DD format (default 2024-06-30).
    Connector