INDIVIDUAL MCP TOOL
get_guide
Fetch the full plain-Markdown text of one page on the 247connect knowledge hub, for quoting or summarising.
LIVE ENDPOINT
https://rmm247connect.app/mcp
Connect to this endpoint to inspect the live schema for get_guide and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.remote-desktop-software]
url = "https://rmm247connect.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"remote-desktop-software": {
"type": "http",
"url": "https://rmm247connect.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: remote-desktop-software
Remote MCP URL: https://rmm247connect.app/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": {
"remote-desktop-software": {
"url": "https://rmm247connect.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"remote-desktop-software": {
"type": "http",
"url": "https://rmm247connect.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "remote-desktop-software",
"transport": "streamable-http",
"url": "https://rmm247connect.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_sections— List every section of the 247connect knowledge hub with how many pages it holds, plus the page count for the whole site.search_guides— Search the 247connect knowledge hub of remote desktop, remote support and RMM guides.get_product_record— Return the machine-readable 247connect product record: capabilities, system requirements, pricing model, FAQs, glossary and official links.get_trial_link— Return the official link to start a free 14-day 247connect trial, including 2 on-demand licences and 10 managed devices with no credit card required.