Productivity
geargenius.ai
Provides tools for flat-rate repair technicians to manage jobs, track stats, and estimate labor times.
ENDPOINT 1
https://geargenius.ai/mcp
MCP server metadata
- Name
- GearGenius FlatRate Pro
- Version
- 1.0.0
GearGenius FlatRate Pro helps automotive technicians log jobs, track flat-rate vs. actual time, estimate labor, and look up diagnostic trouble codes. Start with getUserProfile to establish context. Use estimateJob before createJob when the flat-rate time is unknown. Only call write tools (createJob, updateJob, updateJobStatus, saveNote, logTool, controlTimer) when the user has provided explicit, specific details. Each request is scoped to the single technician identified by their Connect Token; never assume access to other users or organizations.
Known tools 13
healthReturn whether the FlatRate Pro service is reachable and whether the current token is recognized.
Inferred read-onlygetUserProfileRetrieve the signed-in technician's profile, goals, subscription, metrics, and a short list of recent jobs.
Inferred read-onlygetStatsGet the technician's aggregate stats (earnings, flat-rate hours, actual hours, efficiency, top category) for a time range.
Inferred read-onlyestimateJobEstimate a flat-rate (book) labor time in hours for a described repair and suggest an aligned job category.
Inferred read-onlyupdateJobStatusUpdate the status of one of the technician's existing jobs (for example pending, in progress, or complete).
Potential side effectsupdateJobApply a partial update to one of the technician's existing jobs (title, category, hours, vehicle, dates).
Potential side effectslookupDtcLook up an automotive diagnostic trouble code (DTC) and return its system, description, likely causes, common fixes, and severity.
Inferred read-onlysearchJobsByVehicleSearch the technician's own job history by vehicle year, make, model, or a keyword.
Inferred read-onlysaveNoteSave a short note for the technician, optionally linked to a job or vehicle.
Inferred read-onlylogToolRecord a tool the technician purchased or owns, with optional brand, price, and category.
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.geargenius-flatrate-pro]
url = "https://geargenius.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"geargenius-flatrate-pro": {
"type": "http",
"url": "https://geargenius.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: geargenius-flatrate-pro
Remote MCP URL: https://geargenius.ai/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": {
"geargenius-flatrate-pro": {
"url": "https://geargenius.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"geargenius-flatrate-pro": {
"type": "http",
"url": "https://geargenius.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "geargenius-flatrate-pro",
"transport": "streamable-http",
"url": "https://geargenius.ai/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 geargenius.ai was fetched 2026-08-21T21:54:30.327Z and is being refreshed.
geargenius.ai 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.