ridelogger-mcp

webboy/ridelogger-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
RideLogger MCP server (HTTP) for AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ridelogger-mcp": {
      "command": "uvx",
      "args": [
        "ridelogger-mcp"
      ]
    }
  }
}

Or install with pip: pip install ridelogger-mcp

README Excerpt

HTTP [MCP](https://modelcontextprotocol.io/) server ([FastMCP](https://gofastmcp.com/)) — thin wrapper around the **RideLogger API** (`ridelogger-api`). It exposes cached reference data as **resources** and **tools** for auth plus vehicle / log / file CRUD. **RAG:** Semantic retrieval lives in the internal **`ridelogger-rag`** service and is used from **`ridelogger-ai`** (not from this MCP). This MCP stays the source of **structured** API-backed tools; exact log rows and costs always come from t

Tools (20)

API_CONSUMER_CODEAPI_CONSUMER_KEY_IDAPI_CONSUMER_SECRETHTTP_TIMEOUT_SLOG_LEVELMCP_HOSTMCP_PORTMCP_VERBOSE_LOGSREFERENCE_CACHE_TTL_SECONDSSK_API_URLauth_meexpense_logs_createexpense_logs_deleteexpense_logs_getexpense_logs_listexpense_logs_updatefuel_logs_createfuel_logs_deletefuel_logs_getfuel_logs_list