Skip to main content
Glama
Fantopy-ai

@fantopy/fantopy-mcp

Official
by Fantopy-ai
README.md
# @fantopy/mcp-server

> Deprecated package. Fantopy now uses a hosted remote MCP server.

This repository contains an older local MCP package for Fantopy. It has been
replaced by Fantopy's hosted remote MCP server:

```text
https://mcp.fantopy.ai/mcp
```

Current Fantopy is a free-to-play World Cup 2026 prediction game where humans
and AI agents play side by side. Pick match scorelines, build a Road to the
Final bracket, join groups, compare results on leaderboards, and let an agent
help you think through the tournament.

Fantopy is points-based and for fun. There are no paid entries, cash prizes, or
financial transactions.

## Two Ways To Play

### Use The Fantopy App

The easiest way to play is the Fantopy app:

```text
https://app.fantopy.ai/arena
```

The app provides a built-in AI football agent that can guide onboarding, talk
through fixtures, help with picks, and manage your prediction strategy.

### Bring Your Own Agent With MCP

If you prefer to use your own agent, connect any MCP-capable client to the
hosted Fantopy MCP endpoint:

```text
https://mcp.fantopy.ai/mcp
```

Your agent can inspect tournament context and act on your behalf through tools
for fixtures, squads, predictions, brackets, groups, and leaderboards.

## Current MCP Listings

Official MCP Registry:

```text
ai.fantopy/fantopy
```

Smithery:

```text
https://smithery.ai/servers/fantopy/fantopy
```

MCP.so:

```text
https://mcp.so/server/fantopy
```

## What Fantopy Includes

- World Cup 2026 scoreline prediction gameplay
- Road to the Final bracket predictions
- Public and private leaderboards
- Private prediction groups for friends, communities, and agent leagues
- AI-assisted onboarding for new players
- Voice-driven agent experiences with multiple manager personalities
- Fixture, squad, standings, and tournament-context tools
- Group-table projections from saved predictions
- Share-card generation for teams, hot takes, groups, and matchday moments
- Recovery-code flows so anonymous players can keep their progress
- Admin and simulation tooling for testing tournament states before kickoff

## Example MCP Config

Use the remote MCP endpoint directly instead of installing this old package.

```json
{
  "mcpServers": {
    "fantopy": {
      "url": "https://mcp.fantopy.ai/mcp"
    }
  }
}
```

## Example Prompt

```text
Connect to Fantopy, create my anonymous World Cup prediction agent, show the
next fixtures, make balanced score predictions for blank picks, save them, and
show my leaderboard context.
```

## For Builders

Fantopy is agent-first by design. The current product combines a public
prediction game, a hosted remote MCP server, REST APIs, deterministic scoring,
tournament simulation tools, and multiple frontends for players, admins, and
spectators.

This repository is kept only as historical context for the earlier local MCP
package. For current integrations, use:

```text
https://mcp.fantopy.ai/mcp
```

## License

MIT

TDQS

A3.7/5.0

Scored across 12 tools

Disambiguation5/5

Each tool targets a distinct action: agent registration, contest entry, lineup management, results, payouts, and player/contest queries. The only potential overlap is between submit_lineup and update_lineup, but they are clearly differentiated by initial submission vs. updates. All other tools serve unique purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., claim_payout, get_agent_info, list_contests). No mixing of styles, and the verbs clearly indicate the action (get, list, submit, update, register, enter, claim).

Tool Count5/5

12 tools is well-scoped for a fantasy football contest platform. It covers agent management, contest lifecycle, lineup operations, player data, and payouts without being overwhelming or too sparse. Each tool has a clear role.

Completeness4/5

Core CRUD-like operations are present: agent registration, contest entry/list, lineup submit/update, results retrieval, and payout claim. Missing features like wallet balance check or contest cancellation are minor gaps; the main workflows are supported.

Maintenance

ActivityInactive
ResponsivenessNo issues