Productivity
hablotech.com
Provides Google Sheets help by searching function references and building QUERY, conditional formatting, and Forms validation formulas.
ENDPOINT 1
https://hablotech.com/mcp
MCP server metadata
- Name
- hablotech
- Version
- 1.0.0
Google Sheets function reference and formula tools from https://hablotech.com. Every worked example has been executed in a real spreadsheet and captured.
Known tools 5
get_functionReturns one Google Sheets function in full: syntax, arguments, a worked example with its sample data and result, and the gotchas.
Inferred read-onlybuild_query_formulaComposes a Google Sheets QUERY formula from its parts and returns the formula text, a step-by-step reading of it, and any warnings.
Inferred read-onlybuild_conditional_format_formulaComposes the custom formula for a Google Sheets conditional formatting rule and returns the formula text, the range it applies to, where it is pasted, and any warnings.
Inferred read-onlybuild_forms_validationComposes a Google Forms response-validation rule and returns the validation type, the operation, the regular-expression pattern, a suggested custom error message, the editor steps, and warnings.
Potential side effectsCONNECT 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.hablotech]
url = "https://hablotech.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hablotech": {
"type": "http",
"url": "https://hablotech.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hablotech
Remote MCP URL: https://hablotech.com/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": {
"hablotech": {
"url": "https://hablotech.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hablotech": {
"type": "http",
"url": "https://hablotech.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hablotech",
"transport": "streamable-http",
"url": "https://hablotech.com/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.