Security & Testing
govparse.io
Provides FMCSA safety and compliance data for motor carriers.
ENDPOINT 1
https://api.govparse.io/mcp
MCP server metadata
- Name
- govparse-gateway
- Version
- 1.0.0
Known tools 78
gateway_healthIs the Govparse Agent Gateway up, and which product datasets does it front?
Inferred read-onlyfmcsa_carrier_searchWhich FMCSA-registered carriers match a name, state, entity type, fleet-size range, operating status, or authority status?
Inferred read-onlyfmcsa_carrier_scoreWhat SaferGrade score do FMCSA safety records produce for this carrier, and which components drive it?
Inferred read-onlyfmcsa_carrier360What does the complete FMCSA file show for this carrier, in one call?
Inferred read-onlyoflc_wages_prevailingWhat do employers actually offer for this occupation in this state?
Inferred read-onlygovcon_opportunity_searchWhat federal contract solicitations and grant opportunities can my business bid on right now?
Inferred read-onlygovcon_stats_opportunitiesHow much open federal money is in the dataset right now?
Inferred read-onlyfirmstanding_business360_lookupWhat do federal records show about this company, across every dataset at once?
Inferred read-onlyfirmstanding_business360What do federal records show about this exact employer entity?
Inferred read-onlyfirmstanding_screen_exclusionsIs this company on a federal exclusion or debarment list?
Inferred read-onlyfirmstanding_screen_enforcementDoes this employer have federal enforcement history on file?
Inferred read-onlyfirmstanding_company_searchWhich employers appear in federal enforcement and compliance records?
Inferred read-onlyfirmstanding_stats_companiesHow big is the FirmStanding employer entity graph right now?
Inferred read-onlypartd_feed_prescribingWhich prescribers just entered a drug class this Medicare Part D year — e.
Inferred read-onlypartd_prescriber_searchWho is this prescriber, and what do they prescribe most in Medicare Part D?
Inferred read-onlyfirmstanding_feed_enforcementWhich employers were hit with new federal enforcement actions since a given date?
Inferred read-onlyfmcsa_feed_carriersWhat does the full FMCSA carrier census look like, carrier by carrier, with authority and safety context attached?
Inferred read-onlysec_feed_insidersWhich public companies are insiders buying as a cluster right now?
Inferred read-onlyfda_feed_clearancesWhich medical devices did the FDA just clear or approve, and who is the applicant?
Inferred read-onlyfda_feed_warninglettersWhich firms just received an FDA Warning Letter — an open compliance-gap and remediation clock?
Inferred read-onlygovcon_feed_subawardsWhich companies just received a federal subaward — and which are getting their FIRST one?
Inferred read-onlyva_feed_sdvosbWhich veteran-owned (SDVOSB / VOSB) vendors just showed fresh federal traction?
Inferred read-onlyepa_feed_rcraWhat does the full RCRAInfo hazardous-waste handler roster look like, handler by handler?
Inferred read-onlyfda_clearances_devicesWhich companies just cleared or got FDA approval for a medical device?
Inferred read-onlyva_vendors_searchWhich verified veteran-owned businesses can I target or team with?
Inferred read-onlyva_opportunities_searchWhat is the Department of Veterans Affairs soliciting right now?
Inferred read-onlygovcon_subaward_searchWhen a prime wins federal work, who does it flow subcontracts and subgrants down to?
Inferred read-onlytrials_trials_searchWhich companies are running clinical trials, and at what stage?
Inferred read-onlyuspto_assignees_searchWhich companies are new to patenting, and in what technology?
Inferred read-onlyfda_warningletters_searchWhich FDA-regulated firms have an open FDA warning letter?
Inferred read-onlynlrb_cases_searchWhich employers have NLRB labor activity — a union petition or an unfair-labor-practice charge?
Potential side effectsttb_permittees_searchWhich distilleries, wineries, alcohol importers, and wholesalers hold a federal TTB basic permit in a market?
Inferred read-onlyhrsa_hpsa_searchWhere has the federal government designated a health-professional shortage?
Inferred read-onlyhrsa_mua_searchWhich areas and populations has HRSA designated Medically Underserved (MUA/P)?
Inferred read-onlycms_timely_care_searchHow is a hospital's emergency department performing on CMS timely-care measures?
Inferred read-onlycms_timely_care_deltaWhich hospitals' emergency-department throughput is degrading period-over-period?
Inferred read-onlyhcris_cost_reports_searchWhat does a hospital's Medicare cost report show for staffing?
Inferred read-onlyfcc_licenses_searchWho just got a new or modified FCC wireless license (a buildout tell)?
Inferred read-onlyfaa_deregistrations_searchWhich aircraft were just deregistered (sold, exported, scrapped, or repossessed)?
Inferred read-onlysba_loans_searchWhich companies just got SBA growth capital — a 7(a) guaranty or 504/CDC debenture?
Inferred read-onlylist_industriesDiscover ParseData's industries and their curated, ready-made Parses (each with a plain-language ELI12 explanation and an id you can pass to build_parse/get_leads).
Inferred read-onlyget_leadsGet the actual B2B leads for a Parse: the matching companies and the public-record events that flagged them (real rows, including any free native contacts on the source record).
Inferred read-onlyenrich_contactReveal the decision-maker at a target company (named person, title, work email, LinkedIn), third-party enriched.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.govparse-gateway]
url = "https://api.govparse.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"govparse-gateway": {
"type": "http",
"url": "https://api.govparse.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: govparse-gateway
Remote MCP URL: https://api.govparse.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"govparse-gateway": {
"url": "https://api.govparse.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"govparse-gateway": {
"type": "http",
"url": "https://api.govparse.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "govparse-gateway",
"transport": "streamable-http",
"url": "https://api.govparse.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for govparse.io was fetched 2026-07-26T04:30:41.773Z.
govparse.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.