Skip to main content

Connect the Newswire

Give an AI agent direct, source-linked access to Tech & Business. The connector is public, read-only, and requires no account.

Streamable HTTP https://techandbusiness.org/mcp

Choose where to connect it

Each option uses the same public endpoint.

01

Claude custom connector

The shortest path. No local process or authentication.

  1. Open claude.ai, then Settings → Connectors.
  2. Choose Add custom connector.
  3. Paste https://techandbusiness.org/mcp and leave authentication blank.
  4. Enable the connector in a new conversation.
Use the Tech & Business Newswire connector to list five recent AI stories with their canonical URLs.
02

Claude Desktop

Bridge the remote server through mcp-remote.

{
  "mcpServers": {
    "tb-newswire": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://techandbusiness.org/mcp"]
    }
  }
}

Save the configuration, then restart Claude Desktop.

03

Any MCP client

Use the endpoint directly when the client supports Streamable HTTP.

Endpoint
https://techandbusiness.org/mcp
Transport
Streamable HTTP · JSON-RPC 2.0
Authentication
None
Access
Published records · read-only

What the connector can read

Ten tools. Every story response carries a canonical source URL.

list_recent_headlines
Recent published stories, filterable by house and tier.
get_story
One complete story with sources and canonical URL.
search_stories
Full-text search across Newswire headlines and bodies.
get_daily_digest
The seven leading stories from a sealed daily edition.
list_categories
All eight houses with recent story counts.
get_archive_window
Published stories inside an exact date window.
get_weekly_brief
A consequence-ranked, deduplicated rolling brief.
list_articles
Published long-form articles with canonical URLs.
get_article
One long-form article as clean markdown.
search_articles
Full-text search across evergreen articles.

Public by design

No authentication and no per-user tracking. The connector exposes published, non-archived material only. Standard Cloudflare access logs apply.