Data Collection
checkmycarrier.com
Monitors and retrieves US motor carrier company data from FMCSA records.
ENDPOINT 1
https://checkmycarrier.com/mcp
MCP server metadata
- Name
- checkmycarrier
- Version
- 1.0.0
FMCSA public records for US motor carrier companies. Report what the record says and always carry the snapshot_date and disclaimer through to the user. This data describes companies, never individuals, and must not be used for any purpose regulated by the Fair Credit Reporting Act.
Known tools 3
lookup_carrierLook up a US motor carrier company in FMCSA public records by USDOT number or MC docket.
Inferred read-onlywatch_carrierAdd a carrier to the monitoring watch list so changes to its authority, insurance, legal name or physical address are reported daily.
Inferred read-onlyCONNECT 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.checkmycarrier]
url = "https://checkmycarrier.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"checkmycarrier": {
"type": "http",
"url": "https://checkmycarrier.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: checkmycarrier
Remote MCP URL: https://checkmycarrier.com/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": {
"checkmycarrier": {
"url": "https://checkmycarrier.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"checkmycarrier": {
"type": "http",
"url": "https://checkmycarrier.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "checkmycarrier",
"transport": "streamable-http",
"url": "https://checkmycarrier.com/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 checkmycarrier.com was fetched 2026-08-25T19:05:59.587Z.
checkmycarrier.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.