gta_mcp
This MCP server is a comprehensive GTA Online money-making assistant with 26 tools covering live game data, strategies, business tracking, interactive maps, and session planning.
β±οΈ Time & Live Data
Countdowns to daily (06:00 UTC) and weekly (Thursday 07:00 UTC) resets
Current weekly bonuses (2x/3x events, podium vehicle, discounts) from Rockstar Newswire
Per-platform tunables update status and daily collectible income tables
Browse/search r/gtaonline top threads and pinned megathreads
π° Money Methods & Reference
Ranked money-making methods by $/hr, filterable by category, solo-friendliness, and buy-in
Full playbooks for specific methods (Cayo Perico, Casino Heist, Agency, etc.)
Cayo Perico loot values (normal & hard mode), collectible locations/rewards, and an optimal ~$300k/day daily checklist
π’ Business Operations
Track owned businesses' stock levels, resupply/sell times, and production status
View per-business economics including sell values, capacity, and high-demand bonuses
π Properties & Calculators
Browse property catalogs with buy priorities and detailed info
Calculate sell values with public lobby bonuses/weekly multipliers and estimate property payback time
πΊοΈ Interactive Map
Access 110+ GTALens map categories (street dealers, exotic exports, gun van, collectibles, etc.)
View live locations/prices and capture map screenshots
Find today's street dealers, exotic export targets, gun van location, and freemode drug vehicle spot
πΌοΈ Offline Map Renderer
Render custom map images with markers from bundled coordinate sets or specific game-world coordinates β no browser needed
π Session Planner
Generate ranked, time-boxed action plans for any session length and goal (max-cash, fast-cash, collectibles, or balanced), weighted by weekly bonuses, business state, and reset urgency
Provides tools to fetch current top/hot threads and search r/gtaonline for community insights on GTA Online methods and topics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gta_mcpWhat are this week's GTA Online bonuses?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Placed MCP Server
Setup
npm install
npm run build
npm start # stdio server
npm run smoke # build + exercise the tools
npm run dev:inspect # MCP Inspector UIRegister 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zfinix/gta_online'
If you have feedback or need assistance with the MCP directory API, please join our Discord server