Fivem MCP Server
by FiveM · HTTP
Fivem MCP Server by FiveM — connect via http to access its tools through your RouterMCP gateway.
Overview
Tools (15)
search-five-m-docs
Search FiveM documentation for specific topics, concepts, or features. Returns relevant documentation URLs and summaries.
schema
generate-manifest
Generate a fxmanifest.lua file for a FiveM resource with the specified configuration options.
schema
generate-resource-boilerplate
Generate boilerplate code for a FiveM resource including client, server, config, and manifest files.
schema
get-native-client-function
Look up GTA5/FiveM client-side native functions by name. Returns function signature, parameters, return type, and usage examples.
schema
get-native-server-function
Look up GTA5/FiveM server-side native functions by name. Returns function signature, parameters, return type, and usage examples.
schema
get-event-client-reference
Get information about FiveM client-side events including framework events (ESX, QBCore).
schema
get-event-server-reference
Get information about FiveM server-side events including framework events (ESX, QBCore).
schema
get-q-b-core-server-function
Look up QBCore server-side functions and exports by name. Returns function signature, parameters, return type, and usage examples.
schema
get-q-b-core-client-function
Look up QBCore client-side functions by name. Returns function signature, parameters, return type, and usage examples.
schema
get-q-b-core-server-event-reference
QBCore event reference for server-side events. Includes built-in core events and framework-specific events for server scripts.
schema
get-q-b-core-client-event-reference
QBCore event reference for client-side events. Includes built-in core events and framework-specific events for client scripts.
schema
get-q-b-core-shared-data
Look up QBCore shared data structure by name. Returns information about items, jobs, gangs, vehicles, weapons, and utility functions.
schema
get-q-b-core-config
Look up QBCore configuration options and settings. Returns information about core config, player defaults, server settings, and framework options.
schema
get-q-b-core-players
Look up information about the QBCore.Players table structure and how to access player data. Describes player object properties and methods.
schema
get-q-b-core-resource-list
Get a complete list of all 58 documented QBCore resources with brief descriptions and categories.