← techandbusiness.org
INDIVIDUAL MCP TOOL
get_archive_window
Return all Tech & Business Newswire stories with publish dates in [from_date, to_date] inclusive (America/New_York), up to `limit`.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.techandbusiness-org]
url = "https://techandbusiness.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"techandbusiness-org": {
"type": "http",
"url": "https://techandbusiness.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: techandbusiness-org
Remote MCP URL: https://techandbusiness.org/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": {
"techandbusiness-org": {
"url": "https://techandbusiness.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"techandbusiness-org": {
"type": "http",
"url": "https://techandbusiness.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "techandbusiness-org",
"transport": "streamable-http",
"url": "https://techandbusiness.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_recent_headlines— List recently published Tech & Business Newswire stories.get_story— Fetch one Tech & Business Newswire story by its Sanity _id and return it as clean markdown with sources and canonical URL.search_stories— Full-text search across Tech & Business Newswire headlines and bodies using GROQ `match`.get_daily_digest— Return the seven top stories for a given day from the Tech & Business daily edition.list_categories— List the six Tech & Business Newswire coverage areas with the number of stories published in each over the last 30 days.get_weekly_brief— Return a consequence-ranked, same-event-deduplicated weekly Newswire brief designed for recurring Tech & Business presentations.list_articles— List published Tech & Business long-form articles (evergreen editorial, distinct from the daily Newswire).get_article— Fetch one Tech & Business long-form article by its slug and return it as clean markdown with canonical URL, authors, and excerpt.