gta_mcp
Enables GTA Online money making with live tools for weekly bonuses, business tracking, map locations, and a session planner.
README
GTA Online Money Copilot — MCP server + expert skill
A two-part GTA Online money-making assistant:
gta-online-expertskill — durable, curated expert knowledge (money playbooks, business operations, heists, combat, optimization loops, the mansion, beginner roadmap). Auto-loads when you ask Claude anything about GTA Online. Lives ingta-online-expert/.gta_mcpMCP server — 26 live/computational tools: weekly bonuses, reset timers, business operations tracking, money calculators, the full interactive map (street dealers, exotic exports, gun van, collectibles, …), and a session planner that mixes tactics so no time is wasted.
Tools (26)
Live / time-sensitive
gta-reset-times— countdown to daily (06:00 UTC) and weekly (Thu 07:00 UTC) resets.gta-weekly-bonuses— this week's 2x/3x event, podium, discounts (Newswire, best-effort).gta-tunables-status— per-platform tunables update timestamps (gtaweb, needs browser).gta-daily-collectibles— today's daily collectible income table + live tunables freshness.gta-community-pulse— what r/gtaonline is talking about now: top/hot threads + pinned megathreads (community sentiment, not authoritative for the multiplier).gta-community-search— search r/gtaonline for community takes on a specific method/business/topic.
Money methods & reference
gta-best-methods— rank methods by $/hr (filter category/solo/buy-in).gta-method-detail— full playbook for one method.gta-cayo-targets— Cayo primary/secondary loot values.gta-collectible-locations/gta-collectible-sets— collectible maps + one-time set rewards.gta-daily-checklist— the optimal ~$300k/day daily routine.
Business operations (persistent state)
gta-business-set-state— record owned businesses + resupply/sell times (persists todata/state.json).gta-business-status— stock %, time-to-full, sell readiness, solo-limit warnings.gta-business-economics— current per-business production economics (gtaweb toolkit snapshot).
Properties & calculators
gta-properties/gta-property-detail— property catalog + buy priority.gta-mansion-info— the Mansion (Prix Luxury) deep dive.gta-sell-calculator— sell value with high-demand bonus + weekly multiplier.gta-payback-calculator— how long a property takes to pay for itself.
The interactive map
gta-map-categories— browse/search all 110 GTALens map categories.gta-map-locations— map link + live location/price panel for any category.gta-map-screenshot— capture the live map for any category, returned inline as an image (browser).gta-street-dealers/gta-exotic-exports/gta-gun-van/gta-drug-vehicle— today's high-value daily spots (map + data).
Offline map renderer (no browser)
gta-render-map— draw markers on the bundled base map from a coordinate set or custom game-world coordinates; returns the image inline. Pure Node + canvas, zero browser/network.gta-render-categories— list bundled coordinate sets.
The planner (flagship)
gta-money-plan— given session length + goal, a ranked, time-boxed action list mixing passive income with active earners, weighted by this week's bonuses and reset urgency.
Setup
npm install
npm run build
npm start # stdio server
npm run smoke # build + exercise the tools
npm run dev:inspect # MCP Inspector UI
Register in Claude Desktop / Cursor (mcpServers):
{
"mcpServers": {
"gta": {
"command": "node",
"args": ["./build/server.js"],
"env": { "BROWSE_FALLBACK": "1" }
}
}
}
Data sources & the browser dependency
- Offline (no network/browser): methods, businesses, properties, calculators, collectible rewards, the planner, map category catalog, and the economy data (bundled snapshot of gtaweb's
TOOLKIT_DATA). These always work. - Browser-assisted (the
browseCLI + local Chrome):gta-map-screenshotand the live map/data tools open gtalens/gtaweb. The community tools (gta-community-pulse,gta-community-search) pull r/gtaonline: they try Reddit's public.jsonendpoints first, and since Reddit now 403s plain HTTP, fall back to the browser session (same as gtaweb). SetBROWSE_FALLBACK=0to disable; those tools then degrade to returning the source URL. The map screenshots are captured live from gtalens.com. - Refresh bundled data (uses
browseonce, keeps runtime offline):npm run refresh:toolkit— re-pull the gtaweb economy snapshot (data/toolkit-data.json).npm run refresh:map— regenerate the map category catalog (data/map-categories.json).
Notes
- Reset math is UTC. GTA$ figures are 2025/2026 consensus and drift with patches/bonus weeks.
- The skill holds durable strategy; the MCP holds live state. They're designed to be used together.
- See
gta-online-expert/SKILL.mdfor the knowledge layer.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.