INDIVIDUAL MCP TOOL
how_to_start
How to engage Polargate: what the brief asks, the answer time, the languages spoken and where the work is done from.
LIVE ENDPOINT
https://polargate.ai/api/mcp
Connect to this endpoint to inspect the live schema for how_to_start and invoke it with your own arguments.
Indexed 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 server
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.polargate]
url = "https://polargate.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"polargate": {
"type": "http",
"url": "https://polargate.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: polargate
Remote MCP URL: https://polargate.ai/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": {
"polargate": {
"url": "https://polargate.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"polargate": {
"type": "http",
"url": "https://polargate.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "polargate",
"transport": "streamable-http",
"url": "https://polargate.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— The three service lines (build, grow, care) and every capability under them, with what each includes, the typical timeline, who works on it and the price band.get_pricing— Polargate's published prices: every offer with its starting price, what it includes and who it is for.list_cases— Projects Polargate has delivered, with the client where the client agreed to be named, measured outcomes, the stack and a link to the live site.get_case— The full case study for one project, including the markdown of the page.search_site— Find pages by words in their title or description, across all three languages.get_page— The full text of any page on polargate.ai, as markdown.