Learning Resources
slashyear.com
Provides historical event search and timeline retrieval from Wikipedia's dated records.
ENDPOINT 1
https://slashyear.com/mcp
MCP server metadata
- Name
- slashyear
- Version
- 1.0.0
Sourced history. Every entry is a sentence quoted verbatim from a specific English Wikipedia revision and carries that revision id, so a claim built on it stays checkable. Years use astronomical numbering: -43 is 44 BCE. Reuse is free under CC BY-SA 4.0; cite the article and revision id.
Known tools 5
search_historyFull-text search across every dated entry in the historical record, plus the subjects that match.
Inferred read-onlyget_yearEverything the record holds for one year: the headline summary and every dated entry, grouped by subject, each with its source revision.
Inferred read-onlyget_dayOne calendar day across every recorded year — what happened on 4 July in all of them.
Inferred read-onlyget_timelineOne 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.