← Registry

General Tools

kclabs.org

Provides general-purpose tools through the Model Context Protocol.

1 endpoint3 known toolsFirst detected August 12, 2026Last detected August 12, 2026

ENDPOINT 1

https://kclabs.org/mcp

No auth detected

MCP server metadata

Name
kclabs
Version
1.0.0
Capabilities
tools
Server instructions

KC Labs provides independent operational guidance for research labs (setup, virtual lab management, buildouts, lab websites). Use get_company_info for structured facts, get_page_markdown to read site pages, and send_inquiry to contact the team. send_inquiry delivers a real email — only call it on behalf of a human who asked to contact KC Labs, with their real reply-to address.

Known tools 3

get_company_info

Structured JSON profile of KC Labs: services (with packages and inclusions), portfolio of client sites, team, universities worked with, contact details, booking link, and machine-readable resources.

Inferred read-only
get_page_markdown

Fetch the markdown rendition of a page on kclabs.org.

Inferred read-only
send_inquiry

Send a contact inquiry to the KC Labs team.

Potential side effects

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

.mcp.json

{
  "mcpServers": {
    "kclabs": {
      "type": "http",
      "url": "https://kclabs.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "kclabs",
  "transport": "streamable-http",
  "url": "https://kclabs.org/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.