INDIVIDUAL MCP TOOL
get_product_overview
Vezha's own description of the product for a market and language: headline and subtitle, key selling points, the problems it solves, the feature list with descriptions, headline metrics, and public contact channels.
LIVE ENDPOINT
https://vezha.io/mcp
Connect to this endpoint to inspect the live schema for get_product_overview 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.vezha-public]
url = "https://vezha.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vezha-public": {
"type": "http",
"url": "https://vezha.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vezha-public
Remote MCP URL: https://vezha.io/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": {
"vezha-public": {
"url": "https://vezha.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vezha-public": {
"type": "http",
"url": "https://vezha.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vezha-public",
"transport": "streamable-http",
"url": "https://vezha.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_markets— List every Vezha market (region): its code, display currency, default language, all enabled languages, and the ISO 3166-1 alpha-2 countries routed to it.get_pricing— Subscription pricing for every active Vezha plan in a market: the currency, one row per available billing term (typically 1, 3, 6, 12 and 24 months) with the exact amount, the multi-month discount percentage, and the effective per-month rate.list_features— The catalogue of everything Vezha monitors: each metric or check with its stable key, its group (Cpu, Ram, Net, Disk, Fs, Process, Ssl, Web, Remote, Security, ...), the human label in the requested language, a knowledge-base URL where available, and which plans include it.list_pages— Index of the published informational and legal pages (terms of service, privacy policy, and any other pages the operator has published), grouped by category, each with its canonical URL.get_page— Full plain-text content of one published page — use it to quote the actual terms of service or privacy policy rather than paraphrasing.list_testimonials— Published customer reviews for a market: rating out of 5, the review text, the author's display name and company where they gave one, which identity provider verified them, and the date — plus the average rating and total count.