← 2s.io

INDIVIDUAL MCP TOOL

predict.holders

Top holders of a Polymarket market, grouped by outcome token (conditionId).

2s.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://2s.io/mcp

No auth detected

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

2s.io

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

.mcp.json

{
  "mcpServers": {
    "2s-io": {
      "type": "http",
      "url": "https://2s.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "2s-io",
  "transport": "streamable-http",
  "url": "https://2s.io/mcp"
}
MCP Inspector

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

Related tools

  • agent.knowledge-delta — What's happened in a given topic since a given date?
  • agriculture.drought — US Drought Monitor severity for a county (5-digit FIPS) or state (2-letter code).
  • agriculture.stats — USDA NASS QuickStats — authoritative US agricultural statistics: crop yields, acreage, production, livestock inventory, and prices received.
  • ai.chat — OpenAI-compatible chat completions across every frontier model on one endpoint — GPT-5, Claude, Gemini, Grok, DeepSeek, Llama, Mistral and ~290 more.
  • ai.classify — Zero-shot text classification.
  • ai.council — Ask several frontier models the same question and get one synthesized answer.
  • ai.describe-image — Describe an image.
  • ai.entities — Named-entity recognition.