← climb.ai
INDIVIDUAL MCP TOOL
list_insights
List Climb's published Insights articles (field notes on shipping enterprise AI), newest first.
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
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.climb-ai]
url = "https://climb.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"climb-ai": {
"type": "http",
"url": "https://climb.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: climb-ai
Remote MCP URL: https://climb.ai/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": {
"climb-ai": {
"url": "https://climb.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"climb-ai": {
"type": "http",
"url": "https://climb.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "climb-ai",
"transport": "streamable-http",
"url": "https://climb.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_overview— Get a plain-language overview of what Climb is, how it works, and where to find more on the site.list_capabilities— List Climb's six production-grade capabilities with a short summary of each.list_case_studies— List Climb's published case-study patterns.get_case_study— Get the full detail for a single published case study by its id (from list_case_studies).submit_contact— Send a message to the Climb team (the same path as the website contact form).