← cynicalsally.com

INDIVIDUAL MCP TOOL

get_sally_opinion

Fetch Cynical Sally's full published opinion (0-10 score, quotable verdict, pros/cons, bright side) for a specific item by category and slug.

cynicalsally.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://cynicalsally.com/api/agent/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_sally_opinion 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

cynicalsally.com

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.cynical-sally-opinions]
url = "https://cynicalsally.com/api/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cynical-sally-opinions": {
      "type": "http",
      "url": "https://cynicalsally.com/api/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cynical-sally-opinions
Remote MCP URL: https://cynicalsally.com/api/agent/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": {
    "cynical-sally-opinions": {
      "url": "https://cynicalsally.com/api/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cynical-sally-opinions": {
      "type": "http",
      "url": "https://cynicalsally.com/api/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cynical-sally-opinions",
  "transport": "streamable-http",
  "url": "https://cynicalsally.com/api/agent/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • resolve_sally_opinion — Find the exact movie, game, album or tech/AI news event that Cynical Sally (the internet's most brutally honest critic) reviewed.
  • search_sally_opinions — Ranked search across all of Cynical Sally's published reviews of movies, games, music and tech/AI news.
  • latest_sally_roasts — Cynical Sally's News Desk: the latest published opinions on tech/AI events, game releases, movies and music, newest first.