Game Development
peakrp.net
An MCP server that provides documentation, script listings, search, system status, and OpenAPI specs for Peak Studios FiveM game server scripts and APIs.
ENDPOINT 1
https://peakrp.net/api/mcp
MCP server metadata
- Name
- peak-studios-mcp-server
- Version
- 1.0.0
Known tools 6
list_scriptsList all official Peak Studios FiveM scripts with framework compatibility, dependencies, and descriptions.
Inferred read-onlyget_script_docsRetrieve comprehensive markdown documentation, configuration options, installation steps, and code exports for a specific Peak Studios FiveM script.
Inferred read-onlysearch_docsSearch across all Peak Studios script documentation, guides, and architectural blueprints for a specific query or topic.
Inferred read-onlyget_system_statusRetrieve live telemetry, GitHub star count, open source repository count, and API gateway health for Peak Studios.
Inferred read-onlyget_openapi_specRetrieve the complete OpenAPI 3.1.0 specification for all public REST API endpoints.
Inferred read-onlyget_agent_guidanceRetrieve detailed agent instructions including 'When to use Peak Studios', 'When NOT to use', and function-calling best practices.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peak-studios-mcp-server]
url = "https://peakrp.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peak-studios-mcp-server": {
"type": "http",
"url": "https://peakrp.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peak-studios-mcp-server
Remote MCP URL: https://peakrp.net/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peak-studios-mcp-server": {
"url": "https://peakrp.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peak-studios-mcp-server": {
"type": "http",
"url": "https://peakrp.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peak-studios-mcp-server",
"transport": "streamable-http",
"url": "https://peakrp.net/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://peakrp.net/mcp
MCP server metadata
- Name
- peak-studios-mcp-server
- Version
- 1.0.0
Known tools 6
list_scriptsList all official Peak Studios FiveM scripts with framework compatibility, dependencies, and descriptions.
Inferred read-onlyget_script_docsRetrieve comprehensive markdown documentation, configuration options, installation steps, and code exports for a specific Peak Studios FiveM script.
Inferred read-onlysearch_docsSearch across all Peak Studios script documentation, guides, and architectural blueprints for a specific query or topic.
Inferred read-onlyget_system_statusRetrieve live telemetry, GitHub star count, open source repository count, and API gateway health for Peak Studios.
Inferred read-onlyget_openapi_specRetrieve the complete OpenAPI 3.1.0 specification for all public REST API endpoints.
Inferred read-onlyget_agent_guidanceRetrieve detailed agent instructions including 'When to use Peak Studios', 'When NOT to use', and function-calling best practices.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peak-studios-mcp-server]
url = "https://peakrp.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peak-studios-mcp-server": {
"type": "http",
"url": "https://peakrp.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peak-studios-mcp-server
Remote MCP URL: https://peakrp.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peak-studios-mcp-server": {
"url": "https://peakrp.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peak-studios-mcp-server": {
"type": "http",
"url": "https://peakrp.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peak-studios-mcp-server",
"transport": "streamable-http",
"url": "https://peakrp.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for peakrp.net was fetched 2026-09-23T13:25:01.698Z.
peakrp.net is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.