Google PageRank for AI agents. 25,000+ tools indexed.

prediction-click-mcp-server MCP Server

clober-dex/prediction-click-mcp-server

Score: 45.3 Rank #92 MCP Server
Are you the maintainer of clober-dex/prediction-click-mcp-server? Claim this listing →
Add AgentRank to Claude Code Discover and compare tools like clober-dex/prediction-click-mcp-server — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

clober-dex/prediction-click-mcp-server is a TypeScript MCP server.

Ranked #92 out of 100 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description None
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Add a detailed description (150+ chars) to your repo to improve discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for clober-dex/prediction-click-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/clober-dex--prediction-click-mcp-server)](https://agentrank-ai.com/tool/clober-dex--prediction-click-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/clober-dex--prediction-click-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/clober-dex--prediction-click-mcp-server" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="clober-dex/prediction-click-mcp-server"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# prediction-click-mcp-server

MCP server for [prediction.click](https://prediction.click) — real-time crypto fair value and Polymarket Up/Down market data.

This server gives AI agents access to mathematically derived fair values for Polymarket's short-term crypto markets (BTC, ETH, SOL, XRP, DOGE, BNB), enabling them to identify mispricings and execute trades.

## Quick Start

### Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "prediction-click": {
      "command": "npx",
      "args": ["-y", "prediction-click-mcp-server"]
    }
  }
}
```

### Claude Code

```bash
claude mcp add prediction-click -- npx -y prediction-click-mcp-server
```

### Cursor

Add to `.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "prediction-click": {
      "command": "npx",
      "args": ["-y", "prediction-click-mcp-server"]
    }
  }
}
```

### Custom Base URL

By default the server connects to `https://prediction.click`. To use a different instance:

```json
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.