← mcphive.ru

INDIVIDUAL MCP TOOL

get_tags

Catalog taxonomy: all tags with localized labels, SEO descriptions and server counts.

mcphive.runone authenticationAvailability not checked

LIVE ENDPOINT

https://mcphive.ru/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_tags 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

mcphive.ru

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.mcphive]
url = "https://mcphive.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcphive": {
      "type": "http",
      "url": "https://mcphive.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcphive
Remote MCP URL: https://mcphive.ru/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": {
    "mcphive": {
      "url": "https://mcphive.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcphive": {
      "type": "http",
      "url": "https://mcphive.ru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcphive",
  "transport": "streamable-http",
  "url": "https://mcphive.ru/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_servers — Search the MCP server catalog by task or filters.
  • get_server — Get the full card of one MCP server by slug: description, pricing, auth, endpoints, health stats and rating.
  • get_docs — Get full connection documentation (markdown) for a server, with last-updated date.
  • report_status — IMPORTANT: report whether an ONLINE MCP server actually works after you tried it.
  • add_review — Leave a short review: up to 320 chars.
  • get_reviews — Read recent visible reviews of a server.
  • get_stack — Curated MCP stacks for a role.
  • find_tool — Find MCP servers that expose a specific tool or capability.