# Banned from Equestria MCP [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/rocnubie/bannedfromequiti-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/banned-from-equestria-mcp

## Description
Play Banned from Equestria Daily online in your browser with the self-hosted Ruffle player, version

## Tools
Capabilities this server exposes over MCP:

- **get_game_rules** — Return the verified game rules, modes, constraints, and public entry points the site exposes. (Banned from Equestria)
- **get_official_links** — Return the canonical list of official links for Banned from Equestria (website, support, docs when available).

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "banned-from-equestria-mcp": {
    "command": "npx",
    "args": ["-y","@smithery/cli"]
  }
}
```

## Documentation & README

# Banned from Equestria MCP Server

> Banned from Equestria (Daily) - Play Online

[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-bannedfromequiti-mcp)](https://lobehub.com/mcp/rocnubie-bannedfromequiti-mcp)
[![Read Only](https://img.shields.io/badge/server-read--only-2ea44f)](#tools)
[![smithery](https://smithery.ai/badge/bannedfromequiti)](https://smithery.ai)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)
[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)
[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)

A Model Context Protocol server that exposes the canonical Banned from Equestria knowledge surface — game rules, modes, constraints, and entry points, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.

Official website: https://bannedfromequiti.online

## 🎮 About Banned from Equestria

Banned from Equestria is an independent fan archive for the adult Banned from Equestria Daily Flash game. It preserves versions 1.0 through 1.5 and lets visitors play them in a browser through a self-hosted Ruffle player, without a Flash plugin.

The site includes English and Spanish pages, an 18+ age gate, version notes, character and cheat guides, and download hubs for Android, Windows, and SWF files. This MCP exposes that public scope and the official archive links as read-only context; it does not reproduce the game or verify third-party downloads.

The archive is not affiliated with Hasbro, My Little Pony rights holders, or the original game creator. Visitors should review the live archive and its credits before using any download.

## Tools

### `get_game_rules`
Return the verified game rules, modes, constraints, and public entry points the site exposes. (Banned from Equestria)

_Input:_ no parameters. _Returns:_ text/markdown.

### `get_official_links`
Return the canonical list of official links for Banned from Equestria (website, support, docs when available).

_Input:_ no parameters. _Returns:_ text/markdown.

## Resources

- `site://bannedfromequiti/rules` — Verified game rules, modes, constraints, and public entry points.
- `site://bannedfromequiti/faq` — Short FAQ generated from public site metadata.
- `site://bannedfromequiti/links` — Canonical URLs to share with users.

## Prompts

### `tell_me_about_bannedfromequiti`
Summarize what the site is, who it's for, and how it works. — Banned from Equestria

### `plan_a_run_bannedfromequiti`
Plan a single play-through using verified rules and entry points. — Banned from Equestria

## Installation

### Install via Smithery

```bash
npx -y @smithery/cli install bannedfromequiti-mcp --client claude
```

(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)

### Install from source

```bash
git clone https://github.com/rocnubie/bannedfromequiti-mcp.git
cd bannedfromequiti-mcp
pnpm install
```

Then add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):

```json
{
  "mcpServers": {
    "bannedfromequiti-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/bannedfromequiti-mcp/src/index.mjs"
      ]
    }
  }
}
```

### Debug with MCP Inspector

```bash
npx @modelcontextprotocol/inspector node src/index.mjs
```

## Official Links

- Website: https://bannedfromequiti.online

## Development

```bash
pnpm install
pnpm start                 # run the server over stdio
```

## License

MIT

