← rung.guru

INDIVIDUAL MCP TOOL

find_public_guides

Use when someone needs a published Rung occupation, resume-situation, or military-transition guide.

rung.gurunone authenticationAvailability not checked

LIVE ENDPOINT

https://rung.guru/mcp

No auth detected

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

rung.guru

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.rung-public-guides]
url = "https://rung.guru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rung-public-guides": {
      "type": "http",
      "url": "https://rung.guru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rung-public-guides": {
      "type": "http",
      "url": "https://rung.guru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rung-public-guides",
  "transport": "streamable-http",
  "url": "https://rung.guru/mcp"
}
MCP Inspector

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

Related tools

  • explore_occupation — Use after find_public_guides resolves an exact published Rung SOC, when bounded public task, skill, or tool examples are needed.