INDIVIDUAL MCP TOOL
get_agent_guidance
Retrieve detailed agent instructions including 'When to use Peak Studios', 'When NOT to use', and function-calling best practices.
LIVE ENDPOINT
https://peakrp.net/api/mcp
Connect to this endpoint to inspect the live schema for get_agent_guidance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
list_scripts— List all official Peak Studios FiveM scripts with framework compatibility, dependencies, and descriptions.get_script_docs— Retrieve comprehensive markdown documentation, configuration options, installation steps, and code exports for a specific Peak Studios FiveM script.search_docs— Search across all Peak Studios script documentation, guides, and architectural blueprints for a specific query or topic.get_system_status— Retrieve live telemetry, GitHub star count, open source repository count, and API gateway health for Peak Studios.get_openapi_spec— Retrieve the complete OpenAPI 3.1.0 specification for all public REST API endpoints.