← Registry

General Tools

webring.online

Provides access to webring members, allowing listing, navigation, random selection, and lookup of member details.

1 endpoint9 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://webring.online/mcp

No auth detected

MCP server metadata

Name
webring-online
Version
1.0.0
Capabilities
tools
Server instructions

Traversable webring directory for the agentic web. Free tools traverse and read the ring; joining and bidding are paid over MPP via the REST API (ring_join_info / ring_bid_info explain the flow).

Known tools 9

ring_list

Webring members in ring order.

Inferred read-only
ring_next

The next member around the ring from a slug, URL, or hostname (wraps).

Inferred read-only
ring_prev

The previous member around the ring (wraps).

Inferred read-only
ring_random

A random ring member.

Inferred read-only
ring_member

One member by slug, with leaderboard rank.

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

Inferred read-only
ring_categories

Categories in use, with member counts.

Inferred read-only
ring_join_info

How to join the ring: fee, validation requirements, and the MPP (HTTP 402) payment flow.

Potential side effects
ring_bid_info

How to bid a member up the leaderboard: minimum, auction rules, and the MPP payment flow.

Potential side effects

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.

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.