← kwbuilds.ca

INDIVIDUAL MCP TOOL

search_news

Search the KWBuilds feed of Kitchener-Waterloo startup, funding and technology news.

kwbuilds.canone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

kwbuilds.ca

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.kwbuilds-ca]
url = "https://kwbuilds.ca/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kwbuilds-ca": {
      "type": "http",
      "url": "https://kwbuilds.ca/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kwbuilds-ca
Remote MCP URL: https://kwbuilds.ca/api/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": {
    "kwbuilds-ca": {
      "url": "https://kwbuilds.ca/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kwbuilds-ca": {
      "type": "http",
      "url": "https://kwbuilds.ca/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kwbuilds-ca",
  "transport": "streamable-http",
  "url": "https://kwbuilds.ca/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_startups — Search the KWBuilds directory of Kitchener-Waterloo tech startups.
  • get_startup — Fetch one published KWBuilds startup profile by its slug (its domain), domain, or numeric id.
  • get_article — Fetch one published KWBuilds news article by its numeric id (headline, blurb, source, date, topic tags, and the link to read it at the original publisher).
  • search_events — Search the KWBuilds calendar of Kitchener-Waterloo tech events (meetups, demo days, workshops, talks).
  • search_jobs — Search OPEN job postings across every KWBuilds startup that publishes a careers page.
  • list_news_sources — List the publications KWBuilds aggregates KW tech news from (slug, name, type).