Data Collection
kwbuilds.ca
Searches and retrieves startup profiles, news, and events from the Kitchener-Waterloo tech ecosystem.
ENDPOINT 1
https://kwbuilds.ca/api/mcp
MCP server metadata
- Name
- KWBuilds
- Version
- 1.0.0
Known tools 7
get_startupFetch one published KWBuilds startup profile by its slug (its domain), domain, or numeric id.
Inferred read-onlysearch_newsSearch the KWBuilds feed of Kitchener-Waterloo startup, funding and technology news.
Inferred read-onlyget_articleFetch 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-onlysearch_eventsSearch the KWBuilds calendar of Kitchener-Waterloo tech events (meetups, demo days, workshops, talks).
Inferred read-onlysearch_jobsSearch OPEN job postings across every KWBuilds startup that publishes a careers page.
Inferred read-onlylist_news_sourcesList the publications KWBuilds aggregates KW tech news from (slug, name, type).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.