General Tools
webring.online
Provides access to webring members, allowing listing, navigation, random selection, and lookup of member details.
ENDPOINT 1
https://webring.online/mcp
MCP server metadata
- Name
- webring-online
- Version
- 1.0.0
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_leaderboardMembers ranked by standing bid totals (cumulative, but decaying when quiet; any new bid revives the full total); #1 holds the homepage spot.
Inferred read-onlyring_join_infoHow to join the ring: fee, validation requirements, and the MPP (HTTP 402) payment flow.
Potential side effectsring_bid_infoHow to bid a member up the leaderboard: minimum, auction rules, and the MPP payment flow.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.