69
/ 100
23 days ago
glama

fh6-tuner

An MCP server that analyzes Forza Horizon 6 telemetry to provide AI-driven tuning, build, and driving recommendations via Claude.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: GOOGLE_CLIENT_SECRET, FH6_SESSION_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configFH6_ROOT_PATHwith a public IP (a VPS or Fly.io), set =/forza and
configFH6_ALLOWLISTyou@gmail.com,friend@gmail.com # comma-separated; who may sign in
configFH6_BASE_URLis https:// and session cookies are marked secure.
configFH6_UDP_PUBLIC_HOSTtuner.example.com # host users point Data Out at (defaults to BASE_URL host)
configGOOGLE_CLIENT_ID... # from the OAuth client
🔐 secretGOOGLE_CLIENT_SECRET... # from the OAuth client
🔐 secretFH6_SESSION_SECRET... # long random string; keep stable across restarts
configFH6_UDP_BIND
configFH6_UDP_PORT_BASE53000 # first telemetry port (default 53000)
configFH6_UDP_PORT_COUNT16 # pool size = max concurrent users (default 16)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/jacobobber-fh6-tuner-1ix0os)](https://m8ven.ai/mcp/jacobobber-fh6-tuner-1ix0os)
commit: 6dca790ff0ef8dca3d62a40e1f14d32e833e6686
code hash: c421e6ffd3d2697b5400c72ee225c0c74ada7fc734897789331d470352cb39f6
verified: 7/8/2026, 8:46:58 AM
view raw JSON →