← thedailysmark.com

INDIVIDUAL MCP TOOL

get_event

Get the full detail for one pro-wrestling event by its unique id, including venue and card preview.

thedailysmark.comnone authenticationAvailability not checked

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 endpoint

thedailysmark.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.the-daily-smark]
url = "https://www.thedailysmark.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-daily-smark": {
      "type": "http",
      "url": "https://www.thedailysmark.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: the-daily-smark
Remote MCP URL: https://www.thedailysmark.com/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": {
    "the-daily-smark": {
      "url": "https://www.thedailysmark.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-daily-smark": {
      "type": "http",
      "url": "https://www.thedailysmark.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-daily-smark",
  "transport": "streamable-http",
  "url": "https://www.thedailysmark.com/mcp"
}
MCP Inspector

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

Related tools

  • list_news — List recent pro-wrestling news headlines aggregated by The Daily Smark, featured and newest first.
  • list_videos — List recent pro-wrestling videos collected by The Daily Smark, featured and newest first.
  • list_podcasts — List recent pro-wrestling podcast episodes featured by The Daily Smark.
  • get_tv_schedule — Get the pro-wrestling TV schedule: which shows air on which days, on which channels.
  • list_live_events — List upcoming live pro-wrestling events (house shows and pay-per-views) with their venues.