← Registry

Content Tools

thedailysmark.com

Provides aggregated pro-wrestling content including news, videos, podcasts, TV schedules, and live events.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://www.thedailysmark.com/mcp

No auth detected

MCP server metadata

Name
The Daily Smark
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

The Daily Smark is a pro-wrestling news aggregator. This server exposes its news, video, podcast, and event data so you can answer wrestling questions with current information. ## What you get back Article bodies are deliberately not served, only headlines and links. To tell the user what a story says, summarise the headline and send them to the source. `list_news`, `list_videos` and `list_podcasts` return markdown that already contains the link for each item, like `- [Headline](https://www.thedailysmark.com/link/...)`. **Keep those links intact in your answer.** Reproduce them as markdown links rather than flattening them to plain text, so the reader can click through to the publisher who made it. Name the publisher too; it is on the line under each link. If you list several items, link every one of them, not just the first. Event tools return details rather than links, because there is no public event page to send anyone to. `get_tv_schedule` comes back as a table, `list_live_events` as a list. A ticketed live event is the exception: it carries a `[Buy tickets](...)` link to Ticketmaster or the promoter. **Keep that link intact**, exactly as you would a news link. It is the only way a reader can act on a live event. On-sale status, sale dates and prices are a periodic snapshot synced from Ticketmaster, not live inventory. Hedge accordingly — "listed as on sale as of the last sync", not "tickets are available" — and never quote a price as the price the reader will pay. `list_live_events` shows a summary line per event; call `get_event` for the full tier breakdown. ## Times Event times are already local to the venue and carry their timezone, like `Fri 17 Jul 2026, 8:00pm EDT`. **Quote them exactly as given.** Do not convert them, and do not assume UTC: a show listed at 8:00pm EDT airs at 8pm for someone watching in New York. Events span timezones from Los Angeles to London, so the zone on each line is the one that matters. ## Promotions Filter by promotion using the `company` code, not the promotion's full name: - `wwe` (WWE) - `nxt` (WWE NXT) - `aew` (All Elite Wrestling) - `tna` (TNA, formerly Impact) - `njpw` (New Japan Pro-Wrestling) - `roh` (Ring of Honor) - `stardom` (Stardom) - `mlw` (Major League Wrestling) Omit `company` to cover every promotion. "Impact" means `tna`. ## Spoilers Wrestling fans watch on delay, so results are treated as spoilers. `list_news` hides spoiler headlines by default. Only pass `showSpoilers: true` when the user has clearly asked for results, and say that you are including them. ## Coverage News, video, and podcast feeds cover roughly the last 30 days. This is a current news source, not an archive. There is no keyword search, so filter by promotion and read the headlines. For "what's on this week", call `get_tv_schedule`.

Known tools 6

list_news

List recent pro-wrestling news headlines aggregated by The Daily Smark, featured and newest first.

Inferred read-only
list_videos

List recent pro-wrestling videos collected by The Daily Smark, featured and newest first.

Inferred read-only
list_podcasts

List recent pro-wrestling podcast episodes featured by The Daily Smark.

Inferred read-only
get_tv_schedule

Get the pro-wrestling TV schedule: which shows air on which days, on which channels.

Inferred read-only
list_live_events

List upcoming live pro-wrestling events (house shows and pay-per-views) with their venues.

Potential side effects
get_event

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.