← geargenius.ai
INDIVIDUAL MCP TOOL
getStats
Get the technician's aggregate stats (earnings, flat-rate hours, actual hours, efficiency, top category) for a time range.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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-ai]
url = "https://geargenius.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"geargenius-ai": {
"type": "http",
"url": "https://geargenius.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: geargenius-ai
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-ai": {
"url": "https://geargenius.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"geargenius-ai": {
"type": "http",
"url": "https://geargenius.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "geargenius-ai",
"transport": "streamable-http",
"url": "https://geargenius.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
health— Return whether the FlatRate Pro service is reachable and whether the current token is recognized.getUserProfile— Retrieve the signed-in technician's profile, goals, subscription, metrics, and a short list of recent jobs.listRecentJobs— List the technician's most recent job log entries, newest first.estimateJob— Estimate a flat-rate (book) labor time in hours for a described repair and suggest an aligned job category.createJob— Create a structured job log entry for the technician.updateJobStatus— Update the status of one of the technician's existing jobs (for example pending, in progress, or complete).updateJob— Apply a partial update to one of the technician's existing jobs (title, category, hours, vehicle, dates).lookupDtc— Look up an automotive diagnostic trouble code (DTC) and return its system, description, likely causes, common fixes, and severity.