FlitIQ MCP server — FMCSA carrier intelligence tools for Claude. Pro/Team subscribers only
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"flitiq-mcp": {
"command": "npx",
"args": [
"-y",
"smartlink-basics/flitiq-mcp"
]
}
}
}
Run in terminal:
claude mcp add flitiq-mcp npx -y smartlink-basics/flitiq-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"flitiq-mcp": {
"command": "npx",
"args": [
"-y",
"smartlink-basics/flitiq-mcp"
]
}
}
}