# Clink Forge (remote · api.clinkforge.com)

Pay-per-call government data over x402: provenance chains, Ed25519 attestations, no API keys.

- Trust score: 63/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `api.clinkforge.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-clinkforge-clink-forge/api.md), [page](https://verifymcp.io/servers/com-clinkforge-clink-forge/api)

## Channel facts

- Endpoint: `https://api.clinkforge.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 115 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 58/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 15546 tokens (~135/item across 115 items; 115 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 73/100
  - Stability observed for 22 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 115 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - Manipulation not yet verified: only 109 of 116 captured unit(s) of tool text has been judged so far, so we will not certify text no model has read as clean.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the Clink Forge MCP server?

Clink Forge is a hosted endpoint at https://api.clinkforge.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-clinkforge-clink-forge 'https://api.clinkforge.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-clinkforge-clink-forge": {
      "url": "https://api.clinkforge.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-clinkforge-clink-forge": {
      "type": "http",
      "url": "https://api.clinkforge.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-clinkforge-clink-forge]
url = "https://api.clinkforge.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-clinkforge-clink-forge": {
      "type": "remote",
      "url": "https://api.clinkforge.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-clinkforge-clink-forge --url 'https://api.clinkforge.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-clinkforge-clink-forge:
    url: "https://api.clinkforge.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-clinkforge-clink-forge": {
      "Transport": "http",
      "Url": "https://api.clinkforge.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-clinkforge-clink-forge -t streamable-http -u 'https://api.clinkforge.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-clinkforge-clink-forge": {
      "type": "http",
      "url": "https://api.clinkforge.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 63, +45)

- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 115 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] Schema quality: 12207 → 15546
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.73
- [functional] New tool “auto_ah_monthly_provisional_counts_of_deaths_for_select_causes_of_death_by_sex_age_an_lookup”
- [functional] New tool “auto_ah_provisional_cancer_death_counts_by_month_and_year_2020_2021_lookup”
- [functional] New tool “auto_ah_provisional_diabetes_death_counts_for_2020_lookup”
- [functional] New tool “auto_dev_dqs_fetal_late_fetal_and_perinatal_mortality_rates_by_detailed_race_and_hisp_lookup”
- [functional] New tool “auto_dev_dqs_infant_neonatal_and_postneonatal_mortality_rates_by_detailed_race_and_hi_lookup”
- [functional] New tool “auto_dev_dqs_nhanes_select_oral_health_prevalence_estimates_lookup”
- [functional] New tool “auto_dqs_nhis_child_summary_statistics_footnotes_lookup”
- [functional] New tool “auto_fy_2023_hhs_contingency_staffing_plan_for_a_lapse_in_appropriation_lookup”
- [functional] New tool “auto_hhs_covid_19_small_area_estimations_survey_monovalent_booster_audience_wave_20_lookup”
- [functional] New tool “auto_mapping_injury_overdose_and_violence_national_lookup”
- [functional] New tool “auto_monthly_covid_19_death_rates_per_100_000_population_by_age_group_race_and_ethnic_lookup”
- [functional] New tool “auto_monthly_cumulative_number_and_percent_of_children_8_months_who_received_1_monocl_lookup”
- [functional] New tool “auto_monthly_cumulative_number_and_percent_of_children_8_months_who_received_nirsevim_lookup”
- [functional] New tool “auto_outpatient_respiratory_illness_activity_map_lookup”
- [functional] New tool “auto_tests_for_antibodies_to_trachoma_pgp3_antigen_lookup”
- [functional] New tool “auto_vsrr_provisional_maternal_death_counts_and_rates_lookup”
- [functional] New tool “auto_vsrr_state_and_national_provisional_counts_for_live_births_deaths_and_infant_dea_lookup”
- [functional] New tool “auto_weekly_covid_19_vaccination_coverage_among_pregnant_women_by_race_and_ethnicity_lookup”
- [functional] New tool “auto_weekly_cumulative_influenza_vaccination_coverage_children_6_months_through_17_ye_lookup”
- [functional] New tool “auto_weekly_differences_in_cumulative_influenza_vaccination_coverage_and_comparison_b_lookup”
- [functional] New tool “auto_weekly_influenza_vaccination_coverage_among_pregnant_women_18_49_years_by_race_a_lookup”
- [functional] New tool “auto_weekly_united_states_covid_19_cases_and_deaths_by_state_archived_lookup”
- [functional] New tool “uk_company_lookup”
- [functional] New tool “uk_new_companies_daily”

### 2026-09-19 (score 18, 0)

- [security regression] HSTS header: unverified → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.

### 2026-09-18 (score 18, −42)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: fail → unverified
- [security regression] HSTS header: fail → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-09-17 (score 60, +42)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.1
- [security regression] Tool “uk_company_lookup” was removed
- [security regression] Tool “uk_new_companies_daily” was removed
- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 91 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [security] Tool “auto_hhs_covid_19_small_area_estimations_survey_updated_bivalent_vaccine_audience_wav_lookup” rewrote its description, which is the text the model reads
- [security] Tool “auto_lyme_disease_public_use_aggregated_data_with_geography_2022_2023_lookup” rewrote its description, which is the text the model reads
- [security] Tool “auto_nchs_births_and_general_fertility_rates_united_states_lookup” rewrote its description, which is the text the model reads
- [security] Tool “cve_detail_lookup” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 10808 → 12207
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional] New tool “auto_2020_2021_nationwide_blood_donor_seroprevalence_survey_combined_infection_and_va_lookup”
- [functional] New tool “auto_ah_cumulative_provisional_death_counts_by_sex_race_and_age_from_1_1_2020_to_7_4__lookup”
- [functional] New tool “auto_ah_monthly_provisional_counts_of_deaths_by_age_group_and_hhs_region_for_select_c_lookup”
- [functional] New tool “auto_ah_provisional_covid_19_deaths_by_race_age_and_sex_from_3_1_2020_to_7_31_2020_lookup”
- [functional] New tool “auto_covid_19_vaccine_distribution_allocations_by_jurisdiction_janssen_lookup”
- [functional] New tool “auto_nationwide_commercial_laboratory_seroprevalence_survey_lookup”
- [functional] New tool “auto_nchs_age_adjusted_death_rates_for_selected_major_causes_of_death_lookup”
- [functional] New tool “auto_nhanes_select_chronic_conditions_prevalence_estimates_lookup”
- [functional] New tool “auto_weekly_cumulative_doses_in_millions_of_influenza_vaccines_distributed_by_season__lookup”
- [functional] New tool “auto_weekly_cumulative_rsv_vaccination_coverage_and_intent_overall_by_selected_demogr_lookup”
- [functional] New tool “nws_alert_severity_summary”

### 2026-09-16 (score 18, −32)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: fail → unverified
- [security regression] Tool safety: pass → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-09-15 (score 50, −10)

- [security regression] Transport: pass → fail
- [security regression] Stability: 0.53 → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.1
- [security regression] Tool “nws_alert_severity_summary” was removed
- [security] Tool “auto_hhs_covid_19_small_area_estimations_survey_updated_bivalent_vaccine_audience_wav_lookup” rewrote its description, which is the text the model reads
- [functional] New tool “auto_examination_of_sars_cov_2_serological_test_results_from_multiple_commercial_and__lookup”
- [functional] New tool “auto_hhs_covid_19_small_area_estimations_survey_monovalent_booster_audience_wave_16_lookup”
- [functional] New tool “auto_weekly_cumulative_percentage_of_children_ages_6_months_17_years_who_are_up_to_da_lookup”

### 2026-09-14 (score 60, +1)

- [functional regression] Schema quality: 9378 → 10432
- [functional] New tool “auto_beam_dashboard_top_30_most_common_serotypes_lookup”
- [functional] New tool “auto_hhs_covid_19_small_area_estimations_survey_primary_vaccine_series_wave_27_lookup”
- [functional] New tool “auto_nchs_drug_poisoning_mortality_by_state_united_states_lookup”
- [functional] New tool “auto_nssp_emergency_department_visits_covid_19_flu_rsv_combined_by_demographic_catego_lookup”
- [functional] New tool “auto_test_restructured_dqs_functional_limitation_in_adults_age_18_and_older_by_select_lookup”
- [functional] New tool “auto_weekly_cumulative_rsv_vaccination_coverage_by_race_and_ethnicity_medicare_fee_fo_lookup”
- [functional] New tool “auto_weekly_differences_in_cumulative_rsv_vaccination_coverage_among_adults_75_and_ol_lookup”

### 2026-09-13 (score 59, +1)

- [functional regression] Schema quality: 8166 → 9378
- [functional] Stability: fail → 0.50
- [functional] New tool “auto_ah_provisional_covid_19_deaths_by_week_place_of_death_and_age_lookup”
- [functional] New tool “auto_dqs_visits_to_physician_offices_hospital_outpatient_departments_and_hospital_eme_lookup”
- [functional] New tool “auto_hhs_covid_19_small_area_estimations_survey_primary_vaccine_series_wave_06_lookup”
- [functional] New tool “auto_monthly_cumulative_number_and_percent_of_children_20_months_who_received_nirsevi_lookup”
- [functional] New tool “auto_nchs_birth_rates_for_females_by_age_group_united_states_lookup”
- [functional] New tool “auto_physician_experiences_related_to_covid_19_from_the_national_ambulatory_medical_c_lookup”
- [functional] New tool “auto_weekly_cumulative_influenza_vaccination_coverage_map_and_comparison_between_2025_lookup”
- [functional] New tool “uk_company_lookup”
- [functional] New tool “uk_new_companies_daily”

## MCP tools (115)

### `auto_nchs_birth_rates_for_unmarried_women_by_age_race_and_hispanic_origin_united_stat_lookup` (~150 tokens)

NCHS - Birth Rates for Unmarried Women by Age, Race, and Hispanic Origin: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `spdx_license_lookup` (~106 tokens)

Canonical SPDX license record by identifier: full name, OSI/FSF approval status, deprecation flag and reference URL, from the official SPDX license list. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_child_fatalities_trend_lookup` (~119 tokens)

Child Fatalities Trend (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dev_dqs_cholesterol_in_adults_age_20_and_older_by_selected_characteristics_unite_lookup` (~146 tokens)

DEV DQS Cholesterol in adults age 20 and older, by selected characteristics: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_primary_vaccine_series_wave_07_lookup` (~147 tokens)

HHS COVID-19 Small Area Estimations Survey - Primary Vaccine Series - Wave 07 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `usgs_quake_lookup` (~94 tokens)

USGS earthquake event by event id: magnitude, depth, place, origin time and alert level. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nhanes_select_oral_health_prevalence_estimates_lookup` (~128 tokens)

NHANES Select Oral Health Prevalence Estimates (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_child_victims_trend_lookup` (~119 tokens)

Child Victims Trend (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `nws_alert_severity_summary` (~86 tokens)

Active US National Weather Service alerts for one state, aggregated by severity, urgency and event type. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_an_aggregated_dataset_of_day_3_post_inoculation_viral_titer_measurements_from_in_lookup` (~151 tokens)

An aggregated dataset of day 3 post-inoculation viral titer measurements from influenza A virus-infected ferret tissues (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `uk_company_lookup` (~94 tokens)

UK Companies House company record by company number: registered name, status, incorporation date, type and registered office. $0.005 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `cve_detail_lookup` (~97 tokens)

NVD CVE detail by CVE identifier: description, CVSS metrics, CWE mapping and published/modified dates. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `cpi_us_monthly` (~99 tokens)

US Consumer Price Index by month from the Bureau of Labor Statistics: index level and series metadata for the national all-items series. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).
- `year` (string, required)

### `state_population_lookup` (~87 tokens)

US Census Bureau population estimate for one state, with vintage and series identifiers. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `congress_bill_lookup` (~96 tokens)

US Congress bill record by congress, type and number: title, sponsor, latest action, policy area and origin chamber. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `bank_profile_lite` (~102 tokens)

US bank profile from the FDIC institution directory: charter class, regulator, headquarters, established date and active status, by FDIC certificate number. $0.005 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `fda_recall_lookup` (~97 tokens)

US FDA enforcement action by recall number: classification, reason for recall, distribution pattern, recalling firm and current status. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `cve_published_daily_summary` (~86 tokens)

CVEs published per day from the NVD feed, counted by CVSS severity band. $0.02 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `fda_recall_state_summary` (~90 tokens)

FDA recall counts for one US state, grouped by classification and product type, computed over the current enforcement dataset. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `wb_country_lookup` (~93 tokens)

World Bank country record by ISO code: region, income group, lending category, capital city and coordinates. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `aqi_site_lookup` (~94 tokens)

Current EPA AirNow air-quality observation for one monitoring site: AQI value, category and reporting parameter. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `aqi_category_summary` (~86 tokens)

EPA AirNow observations aggregated into AQI categories across the reporting area, with site counts per category. $0.005 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `electricity_retail_series` (~107 tokens)

US EIA retail electricity series for one state and sector: price, revenue and sales by period. $0.005 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `end` (string)
- `entity` (string)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).
- `start` (string)

### `state_gdp_series` (~107 tokens)

US Bureau of Economic Analysis state GDP series: real and current-dollar GDP by year for one state. $0.005 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `end` (string)
- `entity` (string)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).
- `start` (string)

### `fmr_area_lookup` (~94 tokens)

HUD Fair Market Rent for one metro or county area: rent by bedroom count for the current fiscal year. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `fmr_area_search` (~90 tokens)

Search HUD Fair Market Rent areas by name and return matching areas with their rent schedules. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).
- `q` (string, required)

### `station_monthly_temp` (~110 tokens)

NOAA NCEI monthly average temperature (GSOM) for one weather station, with station metadata and observation date. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `end` (string)
- `entity` (string)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).
- `start` (string)

### `kev_status_by_cve` (~109 tokens)

CISA Known Exploited Vulnerabilities status for one CVE: whether it is on the KEV catalog, the due date, required action and ransomware-campaign flag. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_cumulative_influenza_vaccination_coverage_by_flu_season_and_race_ethnicit_lookup` (~162 tokens)

Weekly Cumulative Influenza Vaccination Coverage, by Flu Season and Race/Ethnicity, Medicare Fee-For-Service Beneficiaries aged ≥65 years, United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_monthly_provisional_counts_of_deaths_by_age_group_and_hhs_region_for_select_c_lookup` (~153 tokens)

AH Monthly Provisional Counts of Deaths by Age Group and HHS region for Select Causes of Death, 2019-2021 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_primary_vaccine_series_wave_17_lookup` (~147 tokens)

HHS COVID-19 Small Area Estimations Survey - Primary Vaccine Series - Wave 17 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dqs_delay_or_nonreceipt_of_needed_medical_care_prescription_drugs_or_dental_care_lookup` (~156 tokens)

DQS Delay or nonreceipt of needed medical care, prescription drugs, or dental care during the past 12 months due to cost: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_updated_bivalent_vaccine_audience_wav_lookup` (~151 tokens)

HHS COVID-19 Small Area Estimations Survey - Updated Bivalent Vaccine Audience - Wave 24 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_infant_protection_against_respiratory_syncytial_virus_rsv_by_maternal_rsv_vaccin_lookup` (~174 tokens)

Infant Protection Against Respiratory Syncytial Virus (RSV) by Maternal RSV Vaccination or Receipt of RSV Monoclonal Antibody, and Intent for RSV Monoclonal Antibody Receipt Rep… (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_cumulative_provisional_covid_19_death_counts_by_place_of_death_and_age_group__lookup` (~161 tokens)

AH Cumulative Provisional COVID-19 Death Counts by Place of Death and Age Group from 2/1/2020 to 7/18/2020 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_primary_vaccine_series_wave_08_lookup` (~147 tokens)

HHS COVID-19 Small Area Estimations Survey - Primary Vaccine Series - Wave 08 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_covid_19_reported_patient_impact_and_hospital_capacity_by_state_lookup` (~136 tokens)

COVID-19 Reported Patient Impact and Hospital Capacity by State (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_vaccine_hesitancy_for_covid_19_public_use_microdata_areas_pumas_lookup` (~144 tokens)

Vaccine Hesitancy for COVID-19: Public Use Microdata Areas (PUMAs) (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_cumulative_influenza_vaccination_coverage_by_flu_season_and_race_ethnicity_pregn_lookup` (~154 tokens)

Cumulative Influenza Vaccination Coverage, by Flu Season and Race/Ethnicity, Pregnant Women 18-49 years (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nchs_vsrr_quarterly_provisional_estimates_for_selected_birth_indicators_lookup` (~136 tokens)

NCHS - VSRR Quarterly provisional estimates for selected birth indicators (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_beam_dashboard_isolates_by_hhs_region_lookup` (~127 tokens)

BEAM Dashboard - Isolates by HHS Region (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `fedreg_doc_lookup` (~94 tokens)

US Federal Register document by document number: title, agencies, document type, publication date and effective date. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `ecfr_title_status` (~92 tokens)

Electronic Code of Federal Regulations title status: latest amendment date and issue date for one CFR title. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `us_debt_to_penny` (~114 tokens)

US Treasury 'Debt to the Penny' record for one date: total public debt outstanding, split into intragovernmental holdings and debt held by the public. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `end` (string)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).
- `start` (string)

### `cpsc_recall_monthly_summary` (~85 tokens)

CPSC recalls per month, counted by hazard type over the current recall dataset. $0.005 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_asthma_in_children_younger_than_age_18_by_selected_characteristics_united_states_lookup` (~140 tokens)

Asthma in children younger than age 18, by selected characteristics: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_screened_in_and_screened_out_referrals_lookup` (~127 tokens)

Screened-in and Screened-out Referrals (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dev_dqs_death_rates_for_suicide_by_sex_race_hispanic_origin_and_age_united_state_lookup` (~155 tokens)

DEV DQS Death rates for suicide, by sex, race, Hispanic origin, and age: United States from CDC WONDER (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_provisional_covid_19_deaths_by_age_united_states_week_40_2020_through_week_39_lookup` (~159 tokens)

AH Provisional COVID-19 Deaths by Age, United States, Week 40 2020 through Week 39 2021 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_monthly_cumulative_number_and_percent_of_children_8_months_who_received_nirsevim_lookup` (~148 tokens)

Monthly Cumulative Number and Percent of Children <8 Months Who Received Nirsevimab by Jurisdiction, United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_monovalent_booster_audience_wave_18_lookup` (~152 tokens)

HHS COVID-19 Small Area Estimations Survey - Monovalent Booster Audience - Wave 18 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_distribution_of_covid_19_deaths_and_populations_by_jurisdiction_age_and_race_and_lookup` (~148 tokens)

Distribution of COVID-19 Deaths and Populations, by Jurisdiction, Age, and Race and Hispanic Origin (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nchs_vsrr_quarterly_provisional_estimates_for_selected_indicators_of_mortality_lookup` (~140 tokens)

NCHS - VSRR Quarterly provisional estimates for selected indicators of mortality (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_county_of_residence_covid_19_deaths_counts_2020_provisional_lookup` (~141 tokens)

AH County of Residence COVID-19 Deaths Counts, 2020 Provisional (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_prevalence_of_selected_measures_among_adults_aged_20_and_over_united_states_1999_lookup` (~160 tokens)

Prevalence of Selected Measures Among Adults Aged 20 and Over: United States, 1999-2000 through 2017-2018 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_provisional_drug_overdose_deaths_by_urban_rural_classification_scheme_for_12_mon_lookup` (~153 tokens)

Provisional Drug Overdose Deaths by Urban/Rural Classification Scheme for 12 month-ending December 2018-December 2020 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `uk_new_companies_daily` (~88 tokens)

Companies newly incorporated in the UK per day, counted from the Companies House advanced search over a rolling window. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_children_who_received_an_investigation_or_alternative_response_lookup` (~129 tokens)

Children Who Received an Investigation or Alternative Response (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `cpsc_recall_lookup` (~94 tokens)

US Consumer Product Safety Commission recall by recall number: hazard, remedy, units affected and recall date. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_primary_vaccine_series_wave_24_lookup` (~147 tokens)

HHS COVID-19 Small Area Estimations Survey - Primary Vaccine Series - Wave 24 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nchs_births_and_general_fertility_rates_united_states_lookup` (~133 tokens)

NCHS - Births and General Fertility Rates: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dev_dqs_drug_overdose_death_rates_by_drug_type_sex_age_race_and_hispanic_origin__lookup` (~159 tokens)

DEV DQS Drug overdose death rates, by drug type, sex, age, race, and Hispanic origin: United States from CDC WONDER (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_vsrr_state_and_national_provisional_counts_for_live_births_deaths_and_infant_dea_lookup` (~148 tokens)

VSRR - State and National Provisional Counts for Live Births, Deaths, and Infant Deaths (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_children_by_disposition_lookup` (~117 tokens)

Children by Disposition (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nutrition_physical_activity_and_obesity_county_level_breastfeeding_initiation_ra_lookup` (~142 tokens)

Nutrition, Physical Activity, and Obesity - County Level Breastfeeding Initiation Rates (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_respiratory_syncytial_virus_rsv_vaccination_coverage_among_pregnant_or_re_lookup` (~163 tokens)

Weekly Respiratory Syncytial Virus (RSV) Vaccination Coverage among Pregnant or Recently Pregnant Women 18-49 Years, by Race and Ethnicity (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_differences_in_cumulative_percentage_of_children_ages_6_months_17_years_w_lookup` (~165 tokens)

Weekly Differences in Cumulative Percentage of Children Ages 6 Months -17 Years who are up to date with the updated 2023-24 COVID-19 Vaccine, by Selected Demographics (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nchs_leading_causes_of_death_united_states_lookup` (~129 tokens)

NCHS - Leading Causes of Death: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_cumulative_influenza_vaccination_coverage_map_and_comparison_between_2025_lookup` (~159 tokens)

Weekly Cumulative Influenza Vaccination Coverage Map and Comparison Between 2025–26 and 2024–25 by Jurisdiction, Adults 18 Years and Older (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_physician_experiences_related_to_covid_19_from_the_national_ambulatory_medical_c_lookup` (~142 tokens)

Physician Experiences Related to COVID-19 from the National Ambulatory Medical Care Survey (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_provisional_covid_19_deaths_by_week_place_of_death_and_age_lookup` (~141 tokens)

AH Provisional COVID-19 Deaths by Week, Place of Death, and Age (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nchs_birth_rates_for_females_by_age_group_united_states_lookup` (~135 tokens)

NCHS - Birth Rates for Females by Age Group: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_primary_vaccine_series_wave_06_lookup` (~147 tokens)

HHS COVID-19 Small Area Estimations Survey - Primary Vaccine Series - Wave 06 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dqs_visits_to_physician_offices_hospital_outpatient_departments_and_hospital_eme_lookup` (~155 tokens)

DQS Visits to physician offices, hospital outpatient departments, and hospital emergency departments, by age, sex, and race: United States (Archived) (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_monthly_cumulative_number_and_percent_of_children_20_months_who_received_nirsevi_lookup` (~151 tokens)

Monthly Cumulative Number and Percent of Children <20 Months Who Received Nirsevimab by Age Group and Jurisdiction, United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_differences_in_cumulative_rsv_vaccination_coverage_among_adults_75_and_ol_lookup` (~169 tokens)

Weekly Differences in Cumulative RSV Vaccination Coverage Among Adults 75 and Older and 60-74 Years with High-Risk Conditions Ever Vaccinated with RSV Vaccine, Overall, by Selec… (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_primary_vaccine_series_wave_27_lookup` (~147 tokens)

HHS COVID-19 Small Area Estimations Survey - Primary Vaccine Series - Wave 27 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_beam_dashboard_top_30_most_common_serotypes_lookup` (~128 tokens)

BEAM Dashboard – Top 30 Most Common Serotypes (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_cumulative_rsv_vaccination_coverage_by_race_and_ethnicity_medicare_fee_fo_lookup` (~168 tokens)

Weekly Cumulative RSV Vaccination Coverage, by Race and Ethnicity, Medicare Fee-For-Service Beneficiaries aged ≥65 years, United States, Data Source: Centers for Medicare & Medi… (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_test_restructured_dqs_functional_limitation_in_adults_age_18_and_older_by_select_lookup` (~159 tokens)

TEST_RESTRUCTURED_DQS_Functional_limitation_in_adults_age_18_and_older_by_selected_characteristics_United_States_6.12.25 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nssp_emergency_department_visits_covid_19_flu_rsv_combined_by_demographic_catego_lookup` (~148 tokens)

NSSP Emergency Department Visits - COVID-19, Flu, RSV, Combined – by Demographic Category (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_examination_of_sars_cov_2_serological_test_results_from_multiple_commercial_and__lookup` (~147 tokens)

Examination of SARS-CoV-2 serological test results from multiple commercial and laboratory platforms with an in-house serum panel (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_cumulative_percentage_of_children_ages_6_months_17_years_who_are_up_to_da_lookup` (~163 tokens)

Weekly Cumulative Percentage of Children Ages 6 Months -17 Years Who Are Up to date with COVID-19 Vaccines by Selected Demographics and by Season, United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_monovalent_booster_audience_wave_16_lookup` (~152 tokens)

HHS COVID-19 Small Area Estimations Survey - Monovalent Booster Audience - Wave 16 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_covid_19_vaccine_distribution_allocations_by_jurisdiction_janssen_lookup` (~135 tokens)

COVID-19 Vaccine Distribution Allocations by Jurisdiction - Janssen (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nchs_age_adjusted_death_rates_for_selected_major_causes_of_death_lookup` (~137 tokens)

NCHS - Age-adjusted Death Rates for Selected Major Causes of Death (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_provisional_covid_19_deaths_by_race_age_and_sex_from_3_1_2020_to_7_31_2020_lookup` (~170 tokens)

AH Provisional COVID-19 Deaths By Race, Age, and Sex from 3/1/2020 to 7/31/2020 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_cumulative_rsv_vaccination_coverage_and_intent_overall_by_selected_demogr_lookup` (~165 tokens)

Weekly Cumulative RSV Vaccination Coverage and Intent, Overall, by Selected Demographics and Jurisdiction, Among Adults 75 and Older and 50-74 Years with High-Risk Conditions Ev… (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nhanes_select_chronic_conditions_prevalence_estimates_lookup` (~128 tokens)

NHANES Select Chronic Conditions Prevalence Estimates (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_2020_2021_nationwide_blood_donor_seroprevalence_survey_combined_infection_and_va_lookup` (~162 tokens)

2020-2021 Nationwide Blood Donor Seroprevalence Survey Combined Infection- and Vaccination-Induced Seroprevalence Estimates (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_lyme_disease_public_use_aggregated_data_with_geography_2022_2023_lookup` (~141 tokens)

Lyme disease public use aggregated data with geography, 2022-2023 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.001 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dqs_nhis_child_summary_statistics_footnotes_lookup` (~125 tokens)

DQS NHIS Child Summary Statistics Footnotes (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_cumulative_doses_in_millions_of_influenza_vaccines_distributed_by_season__lookup` (~149 tokens)

Weekly Cumulative Doses (in Millions) of Influenza Vaccines Distributed by Season, United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nationwide_commercial_laboratory_seroprevalence_survey_lookup` (~130 tokens)

Nationwide Commercial Laboratory Seroprevalence Survey (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_provisional_diabetes_death_counts_for_2020_lookup` (~129 tokens)

AH Provisional Diabetes Death Counts for 2020 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_cumulative_provisional_death_counts_by_sex_race_and_age_from_1_1_2020_to_7_4__lookup` (~166 tokens)

AH Cumulative Provisional Death Counts by Sex, Race, and Age from 1/1/2020 to 7/4/2020 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_outpatient_respiratory_illness_activity_map_lookup` (~124 tokens)

Outpatient Respiratory Illness Activity Map (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_differences_in_cumulative_influenza_vaccination_coverage_and_comparison_b_lookup` (~162 tokens)

Weekly Differences in Cumulative Influenza Vaccination Coverage and Comparison Between 2024-25 and 2023-24 Among Adults 18 Years, Overall, by Selected Demographics (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_influenza_vaccination_coverage_among_pregnant_women_18_49_years_by_race_a_lookup` (~154 tokens)

Weekly Influenza Vaccination Coverage Among Pregnant Women 18-49 Years, by Race and Ethnicity (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_vsrr_provisional_maternal_death_counts_and_rates_lookup` (~129 tokens)

VSRR Provisional Maternal Death Counts and Rates (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_fy_2023_hhs_contingency_staffing_plan_for_a_lapse_in_appropriation_lookup` (~145 tokens)

FY 2023 HHS Contingency Staffing Plan for a Lapse in Appropriation (Assistant Secretary for Financial Resources): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_mapping_injury_overdose_and_violence_national_lookup` (~127 tokens)

Mapping Injury, Overdose, and Violence - National (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dev_dqs_infant_neonatal_and_postneonatal_mortality_rates_by_detailed_race_and_hi_lookup` (~156 tokens)

DEV DQS Infant, neonatal, and postneonatal mortality rates, by detailed race and Hispanic origin of mother: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_tests_for_antibodies_to_trachoma_pgp3_antigen_lookup` (~131 tokens)

Tests for antibodies to trachoma PGP3 antigen (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_monthly_covid_19_death_rates_per_100_000_population_by_age_group_race_and_ethnic_lookup` (~154 tokens)

Monthly COVID-19 Death Rates per 100,000 Population by Age Group, Race and Ethnicity, Sex, and Region (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_nchs_drug_poisoning_mortality_by_state_united_states_lookup` (~135 tokens)

NCHS - Drug Poisoning Mortality by State: United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_monthly_provisional_counts_of_deaths_for_select_causes_of_death_by_sex_age_an_lookup` (~151 tokens)

AH Monthly Provisional Counts of Deaths for Select Causes of Death by Sex, Age, and Race and Hispanic Origin (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_hhs_covid_19_small_area_estimations_survey_monovalent_booster_audience_wave_20_lookup` (~152 tokens)

HHS COVID-19 Small Area Estimations Survey - Monovalent Booster Audience - Wave 20 (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dev_dqs_nhanes_select_oral_health_prevalence_estimates_lookup` (~134 tokens)

DEV DQS NHANES Select Oral Health Prevalence Estimates (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_united_states_covid_19_cases_and_deaths_by_state_archived_lookup` (~138 tokens)

Weekly United States COVID-19 Cases and Deaths by State - ARCHIVED (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_dev_dqs_fetal_late_fetal_and_perinatal_mortality_rates_by_detailed_race_and_hisp_lookup` (~157 tokens)

DEV DQS Fetal, late fetal, and perinatal mortality rates, by detailed race and Hispanic origin of mother United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_covid_19_vaccination_coverage_among_pregnant_women_by_race_and_ethnicity_lookup` (~146 tokens)

Weekly COVID-19 Vaccination Coverage among Pregnant Women by Race and Ethnicity (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_weekly_cumulative_influenza_vaccination_coverage_children_6_months_through_17_ye_lookup` (~149 tokens)

Weekly Cumulative Influenza Vaccination Coverage, Children 6 months through 17 years, United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_ah_provisional_cancer_death_counts_by_month_and_year_2020_2021_lookup` (~142 tokens)

AH Provisional Cancer Death Counts by Month and Year, 2020-2021 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

### `auto_monthly_cumulative_number_and_percent_of_children_8_months_who_received_1_monocl_lookup` (~156 tokens)

Monthly Cumulative Number and Percent of Children <8 Months Who Received 1+ Monoclonal Antibody Doses by Jurisdiction, United States (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input parameters:

- `id` (string, required)
- `payment` (string): Encoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-clinkforge-clink-forge/api#diagnostics

## Score history

- 2026-09-20: 63
- 2026-09-19: 18
- 2026-09-18: 18
- 2026-09-17: 60
- 2026-09-16: 18
- 2026-09-15: 50
- 2026-09-14: 60
- 2026-09-13: 59
- 2026-09-12: 58
- 2026-09-11: 57
- 2026-09-10: 57
- 2026-09-09: 56
- 2026-09-08: 59
- 2026-09-07: 58
- 2026-09-06: 58
- 2026-09-05: 56
- 2026-09-04: 55
- 2026-09-03: 55
- 2026-09-02: 56
- 2026-09-01: 55
- 2026-08-31: 54
- 2026-08-30: 54
- 2026-08-29: 54
- 2026-08-28: 23

## Common questions

### What is the Clink Forge MCP server?

Clink Forge is an MCP server listed in the public MCP registry as com.clinkforge/clink-forge. Pay-per-call government data over x402: provenance chains, Ed25519 attestations, no API keys. This page covers its hosted endpoint (https://api.clinkforge.com/mcp).

### Is the Clink Forge MCP server safe to use?

Clink Forge scores 63 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Clink Forge MCP server expose?

Clink Forge exposes 115 tools: auto_nchs_birth_rates_for_unmarried_women_by_age_race_and_h…, spdx_license_lookup, auto_child_fatalities_trend_lookup, auto_dev_dqs_cholesterol_in_adults_age_20_and_older_by_sele…, auto_hhs_covid_19_small_area_estimations_survey_primary_vac…, and 110 more. Their descriptions and schemas cost roughly 15,444 tokens of context every time the server is loaded.

### Does the Clink Forge MCP server require authentication?

No. We connected to Clink Forge without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Clink Forge MCP server still maintained?

Clink Forge is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.clinkforge.com/mcp
- Website: https://clinkforge.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-clinkforge-clink-forge/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-clinkforge-clink-forge/api.json
- HTML version of this page: https://verifymcp.io/servers/com-clinkforge-clink-forge/api
