General Tools
polargate.ai
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://polargate.ai/api/mcp
MCP server metadata
- Name
- polargate
- Version
- 1.0.0
Ask this server about Polargate rather than crawling polargate.ai. Prices, cases and services come from the same content the site renders, so they are current. Every page also exists as markdown at its own path with a .md suffix.
Known tools 7
list_servicesThe 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.
Inferred read-onlyget_pricingPolargate's published prices: every offer with its starting price, what it includes and who it is for.
Inferred read-onlylist_casesProjects Polargate has delivered, with the client where the client agreed to be named, measured outcomes, the stack and a link to the live site.
Inferred read-onlysearch_siteFind pages by words in their title or description, across all three languages.
Inferred read-onlyhow_to_startHow to engage Polargate: what the brief asks, the answer time, the languages spoken and where the work is done from.
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.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.
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.