What it can do
- Search the wireFind stories by topic, company, house, or date.
- Read the recordOpen recent stories, archives, digests, source chains, and changes.
- Follow entitiesTrace the companies, people, labs, and relationships moving through the wire.
- Research articlesSearch and read published Tech & Business articles.
Connect it
Codex
With the Codex CLI installed, run this once in your terminal. No API key or MCP login is needed.
codex mcp add tb-newswire --url https://techandbusiness.org/mcp
Start a new Codex session and use /mcp to check the connection. Try: “Search the Tech & Business Newswire for recent AI stories and cite the sources.”
Official Codex MCP guide ↗
Claude
- Open Settings → Connectors.
- Choose Add custom connector.
- Paste the endpoint above. Leave authentication blank.
Any MCP client
Use the endpoint as a Streamable HTTP server with no authentication.
- Tools
research_newswire · research_articles - Access
- Public · read-only
Claude Desktop config
{
"mcpServers": {
"tb-newswire": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://techandbusiness.org/mcp"]
}
}
}