← Registry

Data Collection

kwbuilds.ca

Searches and retrieves startup profiles, news, and events from the Kitchener-Waterloo tech ecosystem.

1 endpoint7 known toolsFirst detected June 17, 2026Last detected August 30, 2026

ENDPOINT 1

https://kwbuilds.ca/api/mcp

No auth detected

MCP server metadata

Name
KWBuilds
Version
1.0.0
Capabilities
tools.listChanged

Known tools 7

search_startups

Search the KWBuilds directory of Kitchener-Waterloo tech startups.

Inferred read-only
get_startup

Fetch one published KWBuilds startup profile by its slug (its domain), domain, or numeric id.

Inferred read-only
search_news

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

Inferred read-only
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).

Inferred read-only
search_events

Search the KWBuilds calendar of Kitchener-Waterloo tech events (meetups, demo days, workshops, talks).

Inferred read-only
search_jobs

Search OPEN job postings across every KWBuilds startup that publishes a careers page.

Inferred read-only
list_news_sources

List the publications KWBuilds aggregates KW tech news from (slug, name, type).

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.