PolyRank MCP

PolyRank MCP

Provides AI agents with direct access to Polyrank's skill analytics for Polymarket, including leaderboards, trader skill metrics, calibration, market consensus, and live activity tracking.

Category
Visit Server

README

@polyrank/mcp

MCP server that gives AI agents (Claude, etc.) direct access to Polyrank — the skill-analytics layer for Polymarket. It ranks millions of Polymarket wallets by genuine forecasting skill (calibration / Brier, alpha-vs-mid, risk-adjusted return) — not vanity P&L or win rate. Follow the skilled, not the lucky. (Live coverage + the exact skill-metric count: polyrank_get_platform_stats.)

It wraps Polyrank's free public API. Deep / premium data (full Brier decomposition, alpha, smart-money positioning) is billed per-request via x402 (USDC on Base) — see https://polyrank.app/llms.txt.

Tools (all read-only)

Tool What it does
polyrank_get_leaderboard Top traders ranked by composite skill
polyrank_get_trader_skill A wallet's P&L / win-rate / volume / percentiles
polyrank_get_trader_calibration A wallet's 10-bin reliability diagram
polyrank_get_market_consensus Smart-money consensus vs market mid + top holders
polyrank_get_pulse Live activity: big wins, sharp moves, trending, divergence
polyrank_get_platform_stats Live coverage + skill-metric count (wallets/trades/markets)
polyrank_get_top_roi_trades Biggest return-on-cost resolved trades (filter by category)
polyrank_get_movers Traders climbing / falling fastest in skill rank
polyrank_get_smart_money_reports Weekly Smart-Money Report archive
polyrank_get_smart_money_report One weekly Smart-Money Report in full
polyrank_get_trader_by_tid Follow a masked trader by its tid

Install

Claude Code

claude mcp add polyrank -- npx -y @polyrank/mcp

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "polyrank": { "command": "npx", "args": ["-y", "@polyrank/mcp"] }
  }
}

Cursor — add to .cursor/mcp.json (same block as above), or use the one-click deep link:

Add to Cursor

VS Code

code --add-mcp '{"name":"polyrank","command":"npx","args":["-y","@polyrank/mcp"]}'

Config: POLYRANK_API_BASE (default https://api.polyrank.app).

Not affiliated with Polymarket · not investment advice · not custodial.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured