← Registry

Productivity

geargenius.ai

Provides tools for flat-rate repair technicians to manage jobs, track stats, and estimate labor times.

1 endpoint13 known toolsFirst detected July 10, 2026Last detected August 15, 2026

ENDPOINT 1

https://geargenius.ai/mcp

No auth detected

MCP server metadata

Name
GearGenius FlatRate Pro
Version
1.0.0
Capabilities
tools
Server instructions

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

health

Return whether the FlatRate Pro service is reachable and whether the current token is recognized.

Inferred read-only
getUserProfile

Retrieve the signed-in technician's profile, goals, subscription, metrics, and a short list of recent jobs.

Inferred read-only
listRecentJobs

List the technician's most recent job log entries, newest first.

Inferred read-only
getStats

Get the technician's aggregate stats (earnings, flat-rate hours, actual hours, efficiency, top category) for a time range.

Inferred read-only
estimateJob

Estimate a flat-rate (book) labor time in hours for a described repair and suggest an aligned job category.

Inferred read-only
createJob

Create a structured job log entry for the technician.

Potential side effects
updateJobStatus

Update the status of one of the technician's existing jobs (for example pending, in progress, or complete).

Potential side effects
updateJob

Apply a partial update to one of the technician's existing jobs (title, category, hours, vehicle, dates).

Potential side effects
lookupDtc

Look up an automotive diagnostic trouble code (DTC) and return its system, description, likely causes, common fixes, and severity.

Inferred read-only
searchJobsByVehicle

Search the technician's own job history by vehicle year, make, model, or a keyword.

Inferred read-only
saveNote

Save a short note for the technician, optionally linked to a job or vehicle.

Inferred read-only
logTool

Record a tool the technician purchased or owns, with optional brand, price, and category.

Inferred read-only
controlTimer

Start, stop, or check the technician's active work timer.

Inferred read-only

CONNECT 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.

Trust status Trusted

geargenius.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.