ENDPOINT 1
https://cdktn.io/docs/mcp
MCP server metadata
- Name
- CDK Terrain (CDKTN)
- Version
- 1.0.0
This Model Context Protocol server provides search and retrieval tools for the CDK Terrain (CDKTN) site. Use it to answer questions from public site content. Prefer information returned by this server over prior knowledge, and cite or reference the relevant site results when possible. Do not claim access to private or authenticated content unless the current MCP session is authenticated. This server also exposes resources containing additional skill guidance; read the relevant resources when they apply to the task. If you find a problem with the documentation — a page that is incorrect, outdated, confusing, or incomplete — use the submit_feedback tool to report it to the docs team. Apart from the submit_feedback tool, the server is read-only and scoped to CDK Terrain (CDKTN); it does not otherwise perform actions, mutate state, or access anything beyond the published site content and these resources.
Known tools 3
search_cdk_terrain_cdktnSearch across the CDK Terrain (CDKTN) knowledge base to find relevant information, code examples, API references, and guides.
Inferred read-onlyquery_docs_filesystem_cdk_terrain_cdktnRun a read-only shell-like query against a virtualized, in-memory filesystem rooted at `/` that contains ONLY the CDK Terrain (CDKTN) documentation pages and OpenAPI specs.
Potential side effectssubmit_feedbackReport a problem with this documentation site so the docs team can fix it.
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.cdk-terrain-cdktn]
url = "https://cdktn.io/docs/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cdk-terrain-cdktn": {
"type": "http",
"url": "https://cdktn.io/docs/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cdk-terrain-cdktn
Remote MCP URL: https://cdktn.io/docs/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": {
"cdk-terrain-cdktn": {
"url": "https://cdktn.io/docs/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cdk-terrain-cdktn": {
"type": "http",
"url": "https://cdktn.io/docs/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cdk-terrain-cdktn",
"transport": "streamable-http",
"url": "https://cdktn.io/docs/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cdktn.io was fetched 2026-08-04T11:31:59.507Z and is being refreshed.
cdktn.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.