INDIVIDUAL MCP TOOL
get_submit_captcha
Step 1 of suggesting a new MCP server for this catalog: returns a simple math question and a signed token.
LIVE ENDPOINT
https://mcphive.ru/mcp
Connect to this endpoint to inspect the live schema for get_submit_captcha and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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_tags— Catalog taxonomy: all tags with localized labels, SEO descriptions and server counts.get_stack— Curated MCP stacks for a role.