← Registry

General Tools

vezha.io

Provides general-purpose tools through the Model Context Protocol.

1 endpoint7 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://vezha.io/mcp

No auth detected

MCP server metadata

Name
vezha-public
Version
1.0.0
Capabilities
tools
Server instructions

Read-only access to the public catalogue of Vezha, a server-monitoring service: markets and the regions/languages they cover, subscription pricing per market and billing term, the catalogue of monitored metrics and which plan includes each, the vendor's product description, published legal pages, and moderated customer reviews. Start with list_markets to learn the market codes — pricing and copy differ per market, and this server does not geolocate the caller. Everything returned is published by Vezha about its own product.

Known tools 7

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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.