# Tech & Business MCP

Connect an AI client to the public, read-only Tech & Business Newswire.

## Endpoint

`https://techandbusiness.org/mcp`

- Transport: Streamable HTTP
- Authentication: none
- Access: published records only

## Claude

1. Open **Settings → Connectors**.
2. Choose **Add custom connector**.
3. Paste the endpoint and leave authentication blank.

## Claude Desktop

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

Restart Claude Desktop after saving the configuration.

## What it can do

- Search Newswire stories by topic, company, house, or date.
- Read recent stories, archives, digests, source chains, and changes.
- Follow companies, people, labs, and relationships across the wire.
- Search and read published Tech & Business articles.
- Return canonical URLs to the published records.

## Tools

- `research_newswire` — Newswire search, records, archives, digests, entities, chains, metrics, latency, and diffs.
- `research_articles` — published article listing, reading, and search.

## Discovery

- MCP metadata: `https://techandbusiness.org/.well-known/mcp.json`
- Publication index: `https://techandbusiness.org/llms.txt`
