← rltytrck.app
INDIVIDUAL MCP TOOL
get_star_reactions
Aggregierte Emoji-Bewertungen aller Episoden, in denen ein Star auftrat.
LIVE ENDPOINT
https://rltytrck.app/mcp
Connect to this endpoint to inspect the live schema for get_star_reactions 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.rltytrck]
url = "https://rltytrck.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rltytrck": {
"type": "http",
"url": "https://rltytrck.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rltytrck
Remote MCP URL: https://rltytrck.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": {
"rltytrck": {
"url": "https://rltytrck.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rltytrck": {
"type": "http",
"url": "https://rltytrck.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rltytrck",
"transport": "streamable-http",
"url": "https://rltytrck.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_shows— Alle aktiven Shows.get_show— Detail-Info zu einer Show per Slug oder UUID.get_running_shows— Get currently running/airing showssearch_show— Suche Shows nach Name/Broadcaster/Status/Jahr.get_stars— Alle aktiven Stars.get_star— Detail-Info zu einem Star per Slug oder UUID.search_star— Suche Stars nach Name/Show/Staffel/Rolle.get_season— Detail-Info zu einer Staffel per UUID.