← slashyear.com

INDIVIDUAL MCP TOOL

search_history

Full-text search across every dated entry in the historical record, plus the subjects that match.

slashyear.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://slashyear.com/mcp

No auth detected

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

slashyear.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.slashyear]
url = "https://slashyear.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "slashyear": {
      "type": "http",
      "url": "https://slashyear.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "slashyear": {
      "type": "http",
      "url": "https://slashyear.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "slashyear",
  "transport": "streamable-http",
  "url": "https://slashyear.com/mcp"
}
MCP Inspector

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

Related tools

  • get_year — Everything the record holds for one year: the headline summary and every dated entry, grouped by subject, each with its source revision.
  • get_day — One calendar day across every recorded year — what happened on 4 July in all of them.
  • get_timeline — One subject's whole record in date order: every dated entry across all years in which Wikipedia's editors linked to it, with its Wikidata id for joining to other datasets.
  • list_subjects — Browse the subjects that have a timeline, largest record first.