INDIVIDUAL MCP TOOL
compass_report_channels
Real reporting channels for digital incidents, from the playbooks' "Where to report" sections.
LIVE ENDPOINT
https://compass.madeinro.eu/mcp
Connect to this endpoint to inspect the live schema for compass_report_channels 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.digital-compass-mcp]
url = "https://compass.madeinro.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"digital-compass-mcp": {
"type": "http",
"url": "https://compass.madeinro.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: digital-compass-mcp
Remote MCP URL: https://compass.madeinro.eu/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": {
"digital-compass-mcp": {
"url": "https://compass.madeinro.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"digital-compass-mcp": {
"type": "http",
"url": "https://compass.madeinro.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "digital-compass-mcp",
"transport": "streamable-http",
"url": "https://compass.madeinro.eu/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compass_list_situations— All digital-crisis situations (reactive playbooks: fake link, hacked account, online scam.compass_get_content— The full markdown of a crisis playbook (steps to take now, what NOT to do, how to recognize it next time, where to report) or of a prevention guide.compass_find_playbook— Matches the situation in the user's own words ("I clicked a link and it asked for my card") against the covered situations.compass_freshness— The date of the last editorial review ("last verified") for every playbook and guide — transparency about how fresh the advice is.