← webring.online

INDIVIDUAL MCP TOOL

ring_prev

The previous member around the ring (wraps).

webring.onlinenone authenticationAvailability not checked

LIVE ENDPOINT

https://webring.online/mcp

No auth detected

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

webring.online

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

.mcp.json

{
  "mcpServers": {
    "webring-online": {
      "type": "http",
      "url": "https://webring.online/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • ring_list — Webring members in ring order.
  • ring_next — The next member around the ring from a slug, URL, or hostname (wraps).
  • ring_random — A random ring member.
  • ring_member — One member by slug, with leaderboard rank.
  • ring_leaderboard — Members ranked by standing bid totals (cumulative, but decaying when quiet; any new bid revives the full total); #1 holds the homepage spot.
  • ring_categories — Categories in use, with member counts.
  • ring_join_info — How to join the ring: fee, validation requirements, and the MPP (HTTP 402) payment flow.
  • ring_bid_info — How to bid a member up the leaderboard: minimum, auction rules, and the MPP payment flow.