Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BEA_API_KEYNoUsed by BEA. Get at https://apps.bea.gov/API/signup/
NPS_API_KEYNoUsed by National Park Service. Get at https://www.nps.gov/subjects/developer/get-started.htm
FRED_API_KEYNoUsed by FRED. Get at https://fredaccount.stlouisfed.org/apikeys
NASA_API_KEYNoUsed by NASA Science. Get at https://api.nasa.gov/ (DEMO_KEY works without signup)
CENSUS_API_KEYNoUsed by Census. Get at https://api.census.gov/data/key_signup.html
DATA_GOV_API_KEYNoUsed by FDA, Congress, FBI, FEC, GovInfo, Regulations, NREL, College Scorecard, USDA FoodData, FTC. Get at https://api.data.gov/signup/
SOCRATA_APP_TOKENNoUsed by state open data (all Socrata states). Register on any state portal.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}
prompts
{}
resources
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
bart_departuresA

Get real-time departure estimates for a BART (San Francisco Bay Area) station. Returns estimated departure times, platform, direction, train length, and color. Station abbreviations are 4 letters (e.g. 'EMBR' for Embarcadero, '12TH' for 12th St Oakland, 'ALL' for all stations).

bart_stationsA

List all BART (San Francisco Bay Area) stations. Returns station names, abbreviations, addresses, and coordinates.

bart_advisoriesA

Get service advisories for BART (San Francisco Bay Area). Returns current service alerts, delays, and planned disruptions.

bea_gdp_nationalA

Get U.S. national GDP data from the NIPA tables. Shows GDP, GDP growth, components (consumption, investment, government, net exports), and deflators.

Common table names:

  • T10101: GDP and major components (real)

  • T10106: GDP and major components (nominal)

  • T10111: GDP percent change

  • T20100: Personal income and its disposition

  • T30100: Government receipts and expenditures

bea_gdp_by_stateA

Get gross domestic product for U.S. states from BEA Regional dataset.

Table options:

  • SAGDP1: State annual GDP summary (default)

  • SAGDP9: Real GDP by state

  • SQGDP1: State quarterly GDP summary

GeoFips: 'STATE' for all states, or 5-digit FIPS (e.g. '06000' for CA)

bea_personal_incomeA

Get personal income data by state from BEA Regional dataset.

Table options:

  • SAINC1: Personal income summary (income, population, per capita) — default

  • SAINC3: Per capita personal income only

  • SAINC4: Personal income by major component (wages, dividends, transfers)

LineCode for SAINC1: 1=personal income, 2=population, 3=per capita income (default) LineCode for SAINC4: 1=total, 50=wages, 45=dividends/interest/rent, 47=transfer receipts

bea_gdp_by_industryA

Get GDP contribution by industry sector nationally from BEA GDPbyIndustry dataset.

TableID options:

  • 1: Value added by industry (default)

  • 5: Contributions to percent change in real GDP

  • 6: Value added percent shares

  • 25: Real value added by industry

Industry='ALL' returns all sectors.

bea_dataset_infoA

Discover BEA datasets, parameters, and valid parameter values. Essential for exploring the BEA API before making data requests.

Actions:

  • list_datasets: List all available BEA datasets

  • list_parameters: List parameters for a dataset (requires dataset_name)

  • get_values: Get valid values for a parameter (requires dataset_name + parameter_name)

  • get_filtered_values: Get values filtered by other params (requires dataset_name + target_parameter + filters)

Datasets: NIPA, NIUnderlyingDetail, FixedAssets, MNE, GDPbyIndustry, Regional, ITA, IIP, InputOutput, UnderlyingGDPbyIndustry, IntlServTrade

bea_nipa_underlying_detailA

Get NIPA underlying detail data — more granular national account breakdowns.

BEA caution: these detailed estimates are lower quality than published aggregates.

Common tables: U20305 (PCE current $), U70205S (auto sales/production monthly), U001A (GDP), U20304 (PCE by type). Use bea_dataset_info to discover all tables.

bea_fixed_assetsA

Get Fixed Assets data — net stock, depreciation, and investment tables.

Covers private/government fixed assets, equipment, structures, and IP products. Annual data only, updated once per year (late August – early October).

Common tables: FAAt101 (current-cost net stock by type), FAAt201 (private equipment), FAAt401 (private nonresidential by industry), FAAt801 (current-cost depreciation). Use bea_dataset_info to discover all table names.

bea_international_transactionsA

Get U.S. international transactions (balance of payments) data.

Tracks all transactions between U.S. and foreign residents: goods/services trade, current account, financial account, capital transfers.

Indicator examples:

  • BalGds: Balance on goods (default)

  • BalServ: Balance on services

  • BalCurAcct: Current account balance

  • ExpGds/ImpGds: Exports/Imports of goods

  • PfInvAssets: Portfolio investment assets

Frequency: A=annual, QSA=quarterly seasonally adjusted, QNSA=not adjusted

bea_international_investmentA

Get U.S. international investment position (IIP) data.

Shows end-of-period accumulated stocks of U.S. financial assets and liabilities.

TypeOfInvestment examples:

  • FinAssetsExclFinDeriv: U.S. assets excl derivatives (default)

  • FinLiabsExclFinDeriv: U.S. liabilities excl derivatives

  • DirInvAssets: Direct investment assets

  • FinLiabsFoa: Liabilities to foreign official agencies

Component: 'Pos' (position), 'ChgPosTrans' (change from transactions), 'ChgPosPrice' (from price changes), 'ChgPosXRate' (from exchange rates)

bea_intl_services_tradeA

Get U.S. international trade in services data (annual).

IMPORTANT: BEA requires either a specific TypeOfService or a specific AreaOrCountry. You cannot use 'All' for both simultaneously.

TypeOfService: 'All' (default), or specific: 'Telecom', 'Travel', 'Transport', 'Insurance', 'Financial', 'Comp', 'ChargesForTheUseOfIpNie', etc. Use bea_dataset_info to discover all values.

TradeDirection: 'All' (default), 'Exports', 'Imports', 'Balance', 'SupplementalIns'

Affiliation: 'All' (default), 'AllAffiliations', 'Affiliated', 'Unaffiliated', 'UsParents', 'UsAffiliates'

bea_multinational_enterprisesA

Get data on Direct Investment (DI) and Activities of Multinational Enterprises (AMNE).

DirectionOfInvestment (required):

  • 'Outward': U.S. investment abroad / foreign affiliates

  • 'Inward': Foreign investment in U.S. / U.S. affiliates

  • 'State': U.S. affiliates at state level (AMNE only)

  • 'Parent': U.S. parent enterprises (AMNE only)

Classification (required): 'Country', 'Industry', 'CountryByIndustry'

For AMNE stats, also set ownership_level ('0'=majority-owned, '1'=all) and non_bank_affiliates_only ('0'=both, '1'=nonbank only).

bea_input_outputA

Get Input-Output statistics — Make Tables, Use Tables, and Requirements tables.

Shows interrelationships between U.S. producers and users.

Use bea_dataset_info (action='get_values', dataset_name='InputOutput', parameter_name='TableID') to discover available table IDs.

bea_underlying_gdp_by_industryA

Get Underlying GDP by Industry — more industry detail than the main GDPbyIndustry dataset.

Annual data only, starting from 1997. BEA caution: quality of these detailed estimates is lower than published aggregates.

Use bea_dataset_info to discover valid TableIDs and Industry codes.

bls_series_dataA

Fetch time series data from the Bureau of Labor Statistics. Returns monthly/quarterly/annual observations for employment, wages, prices, and more.

Popular series IDs:

  • CES0000000001: Total nonfarm employment (thousands)

  • LNS14000000: Unemployment rate

  • CUUR0000SA0: CPI-U All Items

  • CES0500000003: Average hourly earnings, total private

  • JTS000000000000000JOR: Job openings rate (JOLTS)

  • PRS85006092: Nonfarm business labor productivity

Series ID prefixes: CES (jobs by industry), LNS (unemployment), CU (CPI), WP (PPI), OE (wages), JT (JOLTS)

bls_search_seriesA

Look up popular BLS series IDs by topic. BLS doesn't have a search API, so this provides curated series IDs for common topics.

Topics: employment, unemployment, wages, cpi, cpi_components, ppi, productivity, jolts, state_employment

bls_cpi_breakdownA

Get a breakdown of Consumer Price Index by component — food, shelter, energy, medical care, transportation, etc. Shows which categories are driving inflation.

bls_employment_by_industryA

Get employment numbers broken down by major industry sector. Shows which sectors are growing or shrinking.

bts_transport_statsA

Get Monthly Transportation Statistics — 50+ national indicators including: • Airline passenger traffic and on-time performance % • Transit ridership, highway vehicle miles • Rail freight, Amtrak ridership and on-time % • Truck tonnage, fuel prices, vehicle sales • Transportation Services Index (freight, passenger, combined) • Border crossing summaries (trucks, persons) • Safety fatalities (air, rail) Monthly data going back to 1947 for some series.

bts_border_crossingsA

Get border crossing data at U.S. ports of entry: trucks, personal vehicles, pedestrians, train passengers, containers. Covers U.S.-Mexico and U.S.-Canada borders. Monthly data by port, state, and measure type.

caiso_signalA

Get California ISO real-time grid signals — time-varying electricity rates, greenhouse gas (GHG) emission intensity, or Flex Alert demand response signals.

Signal types:

  • rates: Time-varying electricity rates

  • GHG: Greenhouse gas emission signal (carbon intensity)

  • FlexAlert: Active Flex Alert signals (grid stress / demand response events)

calfire_incidentsA

Get California wildfire incidents from CAL FIRE — active fires or historical incidents by year.

Returns incident details including name, location, county, acres burned, containment %, structures damaged/destroyed, injuries, fatalities, and GeoJSON boundaries.

Active fires update frequently during fire season (May-November).

cos_occupation_searchA

Search occupations by keyword using the CareerOneStop API. Returns matching occupations with ONET codes, titles, and descriptions. Use ONET codes from results for more specific lookups.

cos_licensingA

Look up licensing and certification requirements for an occupation by state. Returns license names, types, issuing agencies, and application URLs. Useful for understanding state-specific professional requirements.

cdc_causes_of_deathA

Get leading causes of death in the U.S. by state and year. Data from 1999–2017. Causes include heart disease, cancer, kidney disease, etc.

cdc_life_expectancyA

Get U.S. life expectancy at birth by race and sex (1900–2018). Races: 'All Races', 'Black', 'White'. Sex: 'Both Sexes', 'Male', 'Female'. Note: Data goes through 2018. For more recent mortality trends, use cdc_mortality_rates.

cdc_mortality_ratesA

Get provisional age-adjusted death rates by cause, sex, and state (quarterly, 2020–present). Causes: 'All causes', 'Heart disease', 'Cancer', 'COVID-19', 'Drug overdose', 'Suicide', etc. Returns rate_overall, rate_sex_female, rate_sex_male, and per-state rates.

cdc_places_healthA

Get county-level health indicators from CDC PLACES (BRFSS-based estimates). Measures: OBESITY, DIABETES, CSMOKING (smoking), BINGE (binge drinking), BPHIGH (high BP), DEPRESSION, SLEEP (short sleep), CHD (heart disease), COPD, CANCER, STROKE, ARTHRITIS, CASTHMA (asthma), MHLTH (mental distress), PHLTH (physical distress), LPA (physical inactivity), ACCESS2 (no health insurance), DENTAL, CHECKUP, KIDNEY, HIGHCHOL, TEETHLOST, FOODINSECU (food insecurity), LONELINESS, HOUSINSECU (housing insecurity) Returns crude prevalence (%) by county.

cdc_places_cityA

Get city-level health indicators from CDC PLACES — obesity, diabetes, smoking, depression, sleep, blood pressure, mental health, and 30+ more measures for every U.S. city with population > 50,000. Each row contains ALL measures for a city as separate columns (e.g. obesity_crudeprev, diabetes_crudeprev).

cdc_weekly_deathsA

Get weekly provisional death counts by state — COVID-19, pneumonia, influenza, and total deaths. THIS IS THE MOST CURRENT CDC MORTALITY DATA — updated weekly, covers 2020–present. Includes percent_of_expected_deaths to detect excess mortality.

cdc_disabilityB

Get disability prevalence by state and type from BRFSS survey. Types: 'Any Disability', 'Mobility Disability', 'Cognitive Disability', 'Hearing Disability', 'Vision Disability', 'Self-care Disability', 'Independent Living Disability', 'No Disability'

cdc_drug_overdoseA

Get drug poisoning/overdose mortality by state (1999–2016).\nIncludes death rates by state, sex, race, and age group. Critical for opioid crisis analysis.

cdc_nutrition_obesityA

Get adult obesity, physical inactivity, and fruit/vegetable consumption by state from BRFSS.\nTopics: 'Obesity', 'Physical Activity', 'Fruits and Vegetables'. Data by state, race, age, income, education.

cdc_death_rates_historicalA

Get age-adjusted death rates for major causes since 1900.\nCauses: 'Heart Disease', 'Cancer', 'Stroke', 'Unintentional injuries', 'CLRD' (chronic lower respiratory diseases).\nGreat for long-term trend analysis — 120+ years of data.

cdc_birth_indicatorsA

Get quarterly provisional birth indicators: fertility rates, teen birth rates, \npreterm birth rates, cesarean delivery rates, low birthweight — by race/ethnicity.\nTopics: 'General Fertility', 'Teen Birth', 'Preterm', 'Cesarean', 'Low Birthweight', 'NICU', 'Medicaid'

cdc_covidA

Get COVID-19 weekly case and death counts by state (data through early 2023). States use two-letter abbreviations: 'NY', 'CA', 'TX'.

cdc_queryA

Custom query against any CDC dataset using SODA syntax. Datasets: bi63-dtpu (death 1999–2017), w9j2-ggv5 (life expectancy), 489q-934x (mortality rates), swc5-untb (PLACES county), dxpw-cm5u (PLACES city), pwn4-m3yp (COVID), r8kw-7aab (weekly deaths), s2qv-b27b (disability), xbxb-epbu (drug overdose), hn4x-zwk7 (nutrition/obesity), 6rkc-nb2q (historical death rates), 76vv-a7x8 (birth indicators)

cdec_sensor_dataA

Get real-time sensor data from California Data Exchange Center (CDEC) monitoring stations.

Common sensor numbers:

  • 15: Storage (acre-feet, for reservoirs)

  • 6: Reservoir elevation (feet)

  • 20: Flow (CFS — cubic feet per second)

  • 3: Snow water content (inches)

  • 30: Temperature (degrees F)

  • 2: Precipitation (accumulated inches)

Common station IDs: SHA (Shasta), ORO (Oroville), FOL (Folsom), DNP (Don Pedro), NML (New Melones), BUL (Lake Bullards Bar)

cdec_stationsA

Get metadata for CDEC monitoring stations — location, operator, river basin, and available sensors. Use this to find station IDs before querying sensor data.

census_queryA

Query the U.S. Census Bureau Data API. Supports ACS, Decennial Census, Population Estimates, Economic Census, and more. Returns data for specified variables and geography.

Common datasets: '2023/acs/acs1' (1yr), '2023/acs/acs5' (5yr), '2020/dec/pl' (Decennial), '2023/pep/population' Common variables: NAME, B01001_001E (population), B19013_001E (median income), B25077_001E (home value), B01002_001E (median age)

census_populationA

Get population data for U.S. states using the American Community Survey. Quick shortcut — for more flexibility use census_query directly.

census_search_variablesA

Search for Census variable names/codes by keyword. Helps discover what data is available in a given dataset. Returns variable IDs you can use with census_query.

cfpb_search_complaintsA

Search the CFPB consumer complaint database (13M+ records). Find complaints by company, product, state, issue, date, or keyword. Returns individual complaints with company responses. Company names auto-retry with fuzzy search if exact match fails (e.g. 'Wells Fargo' will find 'WELLS FARGO & COMPANY'). Products: 'Mortgage', 'Debt collection', 'Credit card or prepaid card', 'Checking or savings account', 'Student loan', 'Vehicle loan or lease', 'Credit reporting, credit repair services, or other personal consumer reports'.

cfpb_complaint_aggregationsA

Get complaint counts grouped by a field (product, company, state, issue, etc.). Useful for ranking companies by complaint volume, identifying top issues, or comparing states. Aggregation fields: 'product', 'company', 'state', 'issue', 'company_response', 'timely', 'submitted_via', 'tags'.

cfpb_complaint_trendsA

Get complaint trends over time using the CFPB Trends API. Uses dedicated /trends endpoint with lens-based aggregation. REQUIRED: trend_interval ('month', 'quarter', or 'year') — the API rejects requests without it. Lens options: 'overview' (total counts), 'product' (by product), 'issue' (by issue), 'tags' (by tag). Sub-lens allows drilling into sub-categories within the lens.

cfpb_complaint_detailA

Get full details for a specific complaint by its Complaint ID. Returns all fields: product, issue, company, narrative (if consented), response, dates, etc.

cfpb_state_complaintsA

Get complaint information broken down by state (geographic view). Returns complaint counts and data for each state. Useful for maps and state comparisons. Applies the same filters as search (product, company, date, etc.).

cfpb_suggest_companyA

Autocomplete/suggest company names from the CFPB complaint database. Useful for finding the exact company name before searching complaints.

hmda_nationwide_aggregationsA

Get nationwide mortgage lending aggregation data from HMDA. Shows aggregate mortgage statistics across the entire U.S. for a given year. Filter by demographics (race, ethnicity, sex), loan characteristics, and actions taken. Useful for analyzing national mortgage lending trends and fair lending patterns.

hmda_filtered_aggregationsA

Get mortgage lending aggregation data filtered by geography or institution. Filter by state (FIPS code), MSA/MD, county, or institution (LEI). Same demographic filters as nationwide. At least one geographic or institution filter recommended.

hmda_filersA

List financial institutions that filed HMDA data for a given year. Returns institution names, LEIs, and filing details. Use to find LEIs for filtering aggregation queries by institution.

hmda_rate_spreadA

Calculate the rate spread for a mortgage loan using the CFPB rate spread calculator. Rate spread = difference between the loan APR and the average prime offer rate (APOR). Used for HMDA reporting and fair lending analysis.

hmda_check_digitA

Generate a ULI (Universal Loan Identifier) check digit from a loan ID. Appends the two-digit check digit to create a valid ULI. Used for HMDA reporting compliance.

hmda_validate_uliA

Validate a Universal Loan Identifier (ULI) by verifying its check digit. Returns whether the ULI is valid or invalid. Used for HMDA reporting compliance verification.

cftc_cot_legacyA

Get Legacy Commitments of Traders (COT) report data from CFTC. Shows commercial vs non-commercial (speculative) positions in futures markets. Covers all U.S. futures exchanges: commodities, financials, currencies. Use futures_only=true for futures-only, false for combined futures+options.

cftc_cot_disaggregatedA

Get Disaggregated Commitments of Traders (COT) report data from CFTC. Breaks positions into: Producer/Merchant/Processor/User, Swap Dealers, Managed Money, Other Reportables. More granular than Legacy report. Covers physical commodities (not financial futures).

cftc_cot_tffA

Get Traders in Financial Futures (TFF) report data from CFTC. Covers financial futures only: Dealer/Intermediary, Asset Manager/Institutional, Leveraged Funds, Other Reportables. Use for S&P 500, Treasury bonds, Eurodollars, VIX, currency futures.

cftc_cot_citA

Get Supplemental Commodity Index Trader (CIT) report data from CFTC. Supplements the Legacy report with positions of Commodity Index Traders. Covers 13 selected agricultural commodity markets only.

cftc_productsA

List available products and markets tracked by CFTC. Use to discover market names before querying COT reports. Search by keyword to find specific commodities, currencies, or financial instruments.

cisa_kev_listA

Get CISA Known Exploited Vulnerabilities with mandatory federal remediation deadlines. Returns all actively exploited CVEs in the catalog. Each entry includes CVE ID, vendor, product, description, required action, due date, and ransomware usage. Optional filters narrow results by vendor, product, or date range.

clinical_trials_searchA

Search ClinicalTrials.gov for clinical trials by condition, drug/intervention, sponsor, status, phase, study type, location, title, or free text. Returns trial ID, title, status, phase, sponsor, conditions, enrollment, and hasResults flag. Use sponsor filter to track pharma company research (e.g. 'Pfizer', 'Moderna', 'NIH'). Use filter_advanced for Essie expressions like 'AREA[StartDate]RANGE[2024-01-01,MAX]'. Use agg_filters for shorthand filters: 'results:with', 'sex:f', 'healthy:y'.

clinical_trials_detailA

Get full details for a specific clinical trial by NCT ID. Returns protocol, eligibility, arms/interventions, design, locations, contacts, and oversight info. Use the fields param to request only specific sections (reduces response size).

clinical_trials_resultsA

Get posted results for a completed clinical trial by NCT ID. Returns outcome measures, adverse events (serious + other), participant flow, and baseline characteristics. Only works for trials where hasResults=true. Use clinical_trials_search with agg_filters='results:with' to find them.

clinical_trials_statsA

Get trial count breakdown by recruitment status for a condition or drug/intervention. Shows how many trials are recruiting, active, completed, terminated, etc. Works for diseases ('breast cancer') AND drug names ('semaglutide', 'pembrolizumab'). Queries 8 statuses in parallel for comprehensive breakdown.

clinical_trials_by_locationA

Search for clinical trials near a geographic location. Uses the ClinicalTrials.gov geo-distance filter to find trials within a radius of a latitude/longitude point. Combine with condition or intervention filters to find specific trials nearby.

clinical_trials_field_valuesA

Get value statistics for study data fields — top values, counts, and distributions. Powerful analytics tool: find top conditions, top sponsors, phase distributions, intervention type counts. Examples: fields='Phase' shows trial count by phase; fields='Condition' shows top conditions.

clinical_trials_enumsA

List all valid enum values for ClinicalTrials.gov data fields. Returns every enum type (Status, Phase, StudyType, InterventionType, etc.) with all valid values. Use as a reference when building search filters or understanding field values.

clinical_trials_metadataA

Explore the ClinicalTrials.gov study data model — field names, types, and descriptions. Use to discover available fields for the fields parameter in search/detail tools, or to build advanced filter expressions with AREA[] syntax.

clinical_trials_field_sizesA

Get statistics on list/array field sizes in the ClinicalTrials.gov database. Shows min/max/top sizes for array fields like Condition, Intervention, Phase. Useful for understanding data distribution.

clinical_trials_size_statsA

Get database statistics: total study count, average study JSON size, size distribution, and largest studies. Quick overview of the ClinicalTrials.gov database scope and data volume.

cms_searchA

Search for CMS provider data datasets by keyword. Returns dataset IDs, titles, and descriptions. Use the ID with cms_query to fetch data.

cms_hospitalsA

Query CMS hospital data: general info, quality ratings, mortality, readmissions, infections, patient surveys, Medicare spending. Filter by state or city.

cms_nursing_homesA

Query CMS nursing home data: provider info with five-star ratings, quality measures, health deficiencies/citations. Filter by state.

cms_queryA

General-purpose query against any CMS provider dataset by dataset identifier. Use cms_search to find available datasets and their IDs. Supports filtering by any field.

co_water_stationsA

Search Colorado telemetry stations — find monitoring stations by county, water district, or division.

Returns station abbreviations needed for co_water_readings, plus location, parameter type, and station metadata.

co_water_readingsA

Get real-time Colorado streamflow, reservoir, and weather telemetry readings.

Parameters (measurement types):

  • DISCHRG: Discharge/streamflow (CFS)

  • GAGE_HT: Gage height (feet)

  • AIRTEMP: Air temperature (degrees F)

  • STORAGE: Reservoir storage (acre-feet)

  • PRECIP: Precipitation (inches)

  • WIND_SPEED: Wind speed (mph)

Use co_water_stations first to find station abbreviations.

co_water_rightsA

Search Colorado water rights and structures — adjudicated water rights, diversions, wells, and reservoirs with appropriation dates and decreed amounts.

Filter by county and/or water source name.

scorecard_searchA

Search U.S. colleges and universities from the College Scorecard. Returns tuition, admission rate, graduation rate, median earnings after graduation, student debt.

Search by name, state, or school type. Sort by cost, earnings, or graduation rate.

scorecard_compareA

Compare specific colleges side-by-side on cost, graduation rate, earnings, and debt. Provide school names to search and compare.

scorecard_topA

Get top-ranked colleges by earnings, graduation rate, or lowest cost. Rankings: 'earnings' (highest median pay 10yr after entry), 'graduation' (highest completion rate), 'expensive' (highest tuition)

scorecard_queryA

Advanced College Scorecard query with custom field filters and ranges.

Filter examples:

  • 'latest.admissions.admission_rate.overall__range=0..0.10' (schools with <10% admission rate)

  • 'latest.cost.tuition.in_state__range=..5000' (tuition under $5K)

  • 'school.degrees_awarded.predominant=3' (bachelor's-granting)

  • 'latest.earnings.10_yrs_after_entry.median__range=80000..' (high-earning graduates)

congress_search_billsA

Search for bills in Congress by keyword, congress number, or bill type. Returns bill number, title, sponsor, latest action, and status.

Congress numbers: 118th (2023-2024), 119th (2025-2026), 117th (2021-2022). Bill types: hr (House), s (Senate), hjres, sjres, hconres, sconres, hres, sres

congress_bill_detailsA

Get detailed information about a specific bill including sponsors, cosponsors with party breakdown, actions, committees, and current status.

congress_search_membersA

Search for members of Congress by state, congress number, district, or get all current members. Supports: /member (all), /member/{stateCode} (by state), /member/{stateCode}/{district} (by district), /member/congress/{congress} (by congress), /member/congress/{congress}/{stateCode}/{district} (combined).

congress_house_votesA

Get House of Representatives roll call vote results with member-level party breakdown. Primary source: Congress.gov API (118th-119th Congress); falls back to clerk.house.gov XML for older congresses. Coverage: 1990 to present. Use year param for historical votes. Cross-reference with: congress_senate_votes (same bill's Senate vote), FEC (congress_member donors via fec_candidate_financials), lobbying_search (who lobbied on the bill), FRED (economic impact 1-3 years after passage). For Senate votes, use congress_senate_votes.

congress_senate_votesA

Get Senate roll call vote results from senate.gov XML. Shows how senators voted by party on specific legislation, nominations, and procedural motions. Coverage: 101st Congress (1989) to present. Cross-reference with: congress_house_votes (same bill's House vote), FEC (senator donors via fec_candidate_financials), lobbying_search (who lobbied on the bill), congress_member_bills (senator's voting vs sponsoring patterns). For House votes, use congress_house_votes.

congress_recent_lawsA

Get recently enacted laws (bills signed by the President). Optionally filter by law type (public or private). Shows what legislation has become law.

congress_member_billsA

Get bills sponsored or cosponsored by a specific member of Congress. Requires the member's BioGuide ID (use congress_search_members to find it).

congress_bill_actionsA

Get the full action history / timeline for a bill — every step from introduction through committee, floor votes, amendments, and signing. Shows recorded roll-call vote numbers when available.

Use congress_search_bills first to find the congress number, bill type, and bill number.

congress_bill_amendmentsA

Get amendments filed on a specific bill. Shows amendment sponsors, purposes, and status. Critical for tracking how bills are modified (e.g., 'gutted and replaced').

congress_bill_summariesA

Get CRS (Congressional Research Service) summaries of a bill. These are plain-English, non-partisan summaries written by CRS analysts. Multiple versions may exist (as introduced, as reported, as passed).

congress_bill_textA

Get available text versions for a bill (e.g., introduced, reported, engrossed, enrolled). Returns version types and format URLs. For full bill text content, use govinfo_bill_text.

congress_bill_relatedA

Find related/companion bills. Identifies House-Senate companion bills, identical bills, and bills with related provisions. Useful for tracking legislation across chambers.

congress_bill_subjectsA

Get legislative subjects tagged on a bill, plus the primary policy area. Useful for finding all bills on a topic and for cross-referencing with lobbying data.

congress_bill_committeesA

Get committees a bill was referred to, with activity dates. Shows which committees had jurisdiction and what actions they took (referral, hearings, markup, reporting).

congress_bill_titlesA

Get all titles for a bill — short titles, official titles, display titles, and titles as they appeared in different text versions. Useful for finding the popular name of legislation (e.g., 'Inflation Reduction Act').

congress_bill_cosponsorsA

Get the full list of cosponsors for a bill with party affiliation and sponsorship dates. Returns individual cosponsor details unlike congress_bill_details which only provides a party breakdown summary.

congress_member_detailsA

Get detailed information about a specific member of Congress by BioGuide ID. Returns full bio, party history, all terms served, committee assignments, photo URL, and official website.

Use congress_search_members first to find the BioGuide ID.

Prompts

Interactive templates invoked by user choice

NameDescription
jobs_reportGet a comprehensive labor market overview — employment by industry, unemployment demographics, wages, and job openings.
health_overviewComprehensive U.S. health snapshot: leading causes of death, life expectancy, and international comparison.
state_profileComplete demographic and economic profile of a U.S. state.
college_roiAnalyze the return on investment of college — compare costs, debt, and earnings across school types.
legislation_trackerTrack the status and details of a specific bill or recent legislation on a topic, with full cross-source analysis.
energy_snapshotCurrent U.S. energy prices, production trends, and state comparisons.
crime_overviewNational and state crime trends overview.
campaign_finance_summaryOverview of fundraising in the current election cycle with connections to voting records and lobbying.
recession_checkAnalyze whether the U.S. is in or approaching a recession using key economic indicators with legislative context.
recent_legislation_textGet the full text of recently enacted legislation with vote breakdown and impact analysis.
climate_trendsTemperature and precipitation trends for a U.S. location over time.
company_snapshotQuick financial overview of a public company from SEC filings.
debt_analysisAnalyze the national debt trend with legislative context and vote breakdowns.
exchange_ratesLook up Treasury exchange rates for a specific currency.
auction_resultsGet recent Treasury securities auction results.
interest_rate_comparisonCompare current interest rates across all Treasury security types.
federal_spending_overviewComprehensive overview of federal spending with connections to authorizing legislation and votes.
farm_economyOverview of U.S. agricultural production, prices, and trends.
international_comparisonCompare the U.S. to peer nations on key economic and social indicators.
compare_presidentsCompare the economic performance of two or more presidents using identical metrics.
fiscal_snapshotCurrent state of U.S. government finances: debt, deficit, revenue, spending, interest costs.
cost_of_livingAnalyze the current cost of living: inflation breakdown, housing, gas, food, medical, and wages.
follow_the_moneyTrace the lobbying and campaign finance pipeline for a specific bill or industry.
industry_influenceMap an industry's full influence: lobbying spend, PAC money to both parties, and policy outcomes.
politician_profileBuild a complete financial and legislative profile of a politician.
state_deep_diveComprehensive profile of a U.S. state using 10+ data sources.
compare_statesSide-by-side comparison of two states across economic, health, education, and quality-of-life metrics.
health_dashboardNational or state health dashboard: leading causes of death, life expectancy, obesity, drug overdose, healthcare spending.
workplace_safetyInvestigate workplace safety for a company, industry, or state using OSHA data.
education_report_cardEducation quality assessment: NAEP scores, achievement gaps, college outcomes, and spending.
company_accountabilityInvestigate a company's consumer complaints, safety record, lobbying activity, and financial health.
bank_health_checkAssess the health of a bank or the banking system: FDIC data, complaints, failures, interest rate risk.
energy_landscapeCurrent U.S. energy picture: prices, production, renewables, emissions, and policy.
disaster_analysisAnalyze a specific disaster or a state/region's disaster history: declarations, aid, weather data, and federal response.
vehicle_investigationInvestigate a vehicle make/model for safety recalls, consumer complaints, crash ratings, and manufacturer lobbying.
drug_safetyInvestigate a drug's safety record: adverse events, labels, FDA data, and manufacturer profile.
food_recall_trackerTrack food safety: recent recalls, contamination patterns, and the companies involved.
innovation_landscapeMap the innovation landscape for a technology area: patents, R&D spending, key companies, and federal funding.
housing_affordabilityAnalyze housing affordability: rents, home prices, mortgage rates, income, and policy.
crime_analysisAnalyze crime trends: national or state-level crime rates, arrest data, and contextual factors.
regulation_trackerTrack a federal regulation from proposal to final rule: public comments, lobbying, and impact.
college_comparisonCompare specific colleges on cost, outcomes, debt, and ROI — or find the best schools for a criteria.
where_the_money_goesTrace federal spending: by agency, state, recipient, or keyword. Find who gets taxpayer dollars.
nutrition_lookupCompare foods nutritionally, check for food safety issues, and see what Americans actually eat.
us_vs_worldCompare the U.S. to other nations on any metric: economy, health, education, environment, military.
agriculture_reportAnalyze crop production, farm prices, agricultural trade, and rural economics.
hospital_checkCheck hospital or nursing home quality: ratings, mortality, infections, patient experience.
earthquake_riskAssess earthquake risk and recent seismic activity for a location or region.
drug_pipelineAnalyze the clinical trial pipeline for a disease or drug company.
transportation_reportAnalyze transportation trends: airline delays, border crossings, transit ridership, infrastructure spending.
housing_marketComprehensive housing market analysis: prices, rents, affordability, mortgage rates.
environmental_justiceInvestigate environmental hazards and their proximity to communities — pollution, enforcement, health impacts.
government_contractorInvestigate a government contractor — contracts, lobbying, campaign contributions, safety record, and financials.
water_qualityInvestigate water quality and safety for a location — drinking water, monitoring data, contamination sources.
pharma_pricingInvestigate why a drug costs what it does — manufacturer profits, lobbying, doctor payments, shortages, and alternatives.

Resources

Contextual data attached and managed by the client

NameDescription
API Reference

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server