Security & Testing
madeinro.eu
Provides crisis playbooks and reporting channels for digital incidents.
ENDPOINT 1
https://compass.madeinro.eu/mcp
MCP server metadata
- Name
- digital-compass-mcp
- Version
- 0.5.0
Known tools 5
compass_list_situationsAll digital-crisis situations (reactive playbooks: fake link, hacked account, online scam.
Inferred read-onlycompass_get_contentThe 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.
Inferred read-onlycompass_find_playbookMatches the situation in the user's own words ("I clicked a link and it asked for my card") against the covered situations.
Inferred read-onlycompass_report_channelsReal reporting channels for digital incidents, from the playbooks' "Where to report" sections.
Inferred read-onlycompass_freshnessThe date of the last editorial review ("last verified") for every playbook and guide — transparency about how fresh the advice is.
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.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.
ENDPOINT 2
https://tv.madeinro.eu/mcp
MCP server metadata
- Name
- rotv-mcp
- Version
- 3.3.0
Known tools 14
tv_search_programSearch programs across all 254 Romanian TV channels by free-text title, channel, category, and time window.
Inferred read-onlytv_get_prime_timeReturns the prime-time lineup (20:00–23:00 Europe/Bucharest) for a given date, grouped by channel.
Inferred read-onlytv_recommend_todayReturns up to N ranked program recommendations for a given timeframe.
Inferred read-onlytv_get_title_detailsLooks up a title across upcoming Romanian TV airings (next N hours, default 48) and the live streaming catalog for Romania (Netflix, HBO Max, Prime Video, Disney+, Apple TV+).
Inferred read-onlytv_recommend_by_moodReturns top-N Romanian TV programs ranked for a given mood (obosit/vesel/concentrat/romantic/familie/captivant — RO/EN aliases accepted).
Inferred read-onlytv_plan_eveningBuilds a coherent TV watching plan for an evening — either one long program filling the budget or 2-3 segments with small gaps.
Inferred read-onlytv_compare_optionsCompares 2-5 program titles by scoring each against the chosen mood, finding the next TV airing (next 48h by default) and looking each up in the streaming catalog.
Inferred read-onlytv_find_for_coupleFinds TV programs that satisfy two people with different moods/preferences.
Inferred read-onlytv_explain_recommendationReturns a full score breakdown for a specific program in a given mood/context: per-component value + reason, extracted genres, streaming cross-ref, freshness, sources used, and a list of alternatives that were not picked (with the specific reason each was dropped).
Inferred read-onlytv_check_freshnessReports the last-updated time of each underlying data source (EPG normalized, EPG homepage, streaming catalog), the age in minutes, the expected next refresh, and whether any source is stale (older than 1.
Inferred read-onlytv_conciergeYou have a window of free time — decide for me what to watch right now.
Inferred read-onlytv_important_todayWhat actually matters on Romanian TV today: World Cup / Euro / Champions League matches, finals, knockout games, national-team fixtures.
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.rotv-mcp]
url = "https://tv.madeinro.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rotv-mcp": {
"type": "http",
"url": "https://tv.madeinro.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rotv-mcp
Remote MCP URL: https://tv.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": {
"rotv-mcp": {
"url": "https://tv.madeinro.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rotv-mcp": {
"type": "http",
"url": "https://tv.madeinro.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rotv-mcp",
"transport": "streamable-http",
"url": "https://tv.madeinro.eu/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 madeinro.eu was fetched 2026-08-03T22:59:04.113Z and is being refreshed.
madeinro.eu is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.