bringfour
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bringfourwhat beats my trick room team?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bringfour
Give your AI assistant a competitive Pokémon brain. An MCP server (plus a local web dashboard) that turns Claude, Cursor, or any MCP client into a VGC teambuilding partner — real usage stats, real damage calcs, and threat reports grounded in math instead of type-chart guessing.
🚧 Pre-1.0: the npm publish is imminent — until it lands, use the from-source setup; everything works today.

Ask "what beats my trick room team?" and get back OHKO/2HKO lines computed
with @smogon/calc against the top meta Pokémon at their actual most common
spreads — not vibes. Defaults to the current official format (Pokémon
Champions, Regulation Set M-B); SV Regulation I and other formats are one
format parameter away.
Quick start
Claude Code
claude mcp add bringfour -- npx -y bringfourClaude Desktop / Cursor
{
"mcpServers": {
"bringfour": {
"command": "npx",
"args": ["-y", "bringfour"]
}
}
}From source
git clone <this repo> && cd <repo> && npm installThe repo ships a project-scoped .mcp.json, so Claude Code picks the server
up automatically when working in this directory. For other clients, run
npx tsx src/index.ts (stdio transport).
Related MCP server: Poke-MCP
Tools
Tool | What it does |
| Top meta Pokemon with usage/win rates for a format. |
| One Pokemon's common items, abilities, moves, spreads, natures, Tera types (SV), teammates. |
| Calc-backed threat report: for the top N meta Pokemon at their most common sets, real OHKO/2HKO threats against your actual EVs, plus speed tiers and speed-control flags (Tailwind/Trick Room/Icy Wind...). |
| Damage calc via |
| Store Showdown-export pastes as plain text, so "analyze my worlds team" works without re-pasting. |
Web dashboard
npm run ui # http://localhost:4747A local dashboard (dark, sprite-heavy, no build step) over the same data layer as the MCP tools:
Threats — pick a saved team, get the calc-backed threat report as cards with OHKO/2HKO badges, damage bars, a speed ladder, and speed-control flags.
Damage Calc — attacker/defender panels that pre-fill the most common meta set (grayed-italic until you override a field), live results, field conditions, swap sides.
Teams — create/edit Showdown pastes, or import from a pokepast.es link.
Meta / deep-dive — sortable usage table; click through to per-Pokemon items, moves, spreads, natures, and teammates.
Where data lives
Running from a checkout (or any directory containing a teams/ folder) keeps
teams in ./teams/ and the 24h usage-data cache in ./.cache/, as always.
Running via npx/global install falls back to ~/.bringfour/. Override with:
Env var | Effect |
| Base directory for both ( |
| Teams directory only |
| Cache directory only |
Data sources & behavior
Pikalytics (pikalytics.com) is the primary usage source — in-game ranked battle data for Champions, HOME battle data for SV. Pikalytics asks for attribution when citing its stats; every tool response carries it.
Smogon usage stats (smogon.com/stats, Showdown ladder chaos JSON) are the automatic fallback when Pikalytics lacks a format.
Usage dumps are monthly; the service walks back up to 7 months to find the newest published data, and caches responses for 24h.
Teams are plain Showdown-export text files — edit them freely.
Champions caveats (honest-approximation zone)
Champions EVs run 0–32 per stat. For damage/stat math they are mapped onto the classic 0–252 scale (×8, capped); every calc that does this says so in its
assumptions. Treat very close rolls with caution.Champions Mega formes ("Charizard-Mega-Y") mostly exist in
@smogon/calc's data already; anything the calc doesn't know is reported explicitly instead of guessed at.
Roadmap
v2: EV-spread optimization; tournament results/team lists via the documented Limitless API.
Hosted copilot: a web app where a frontier model writes full team coaching reports over these tools — in design, gated on this repo proving demand. Star the repo if you want it to exist.
Support
If this saves you a ladder session of scouting, a star is the best signal you can send.
License & legal
MIT — see LICENSE.
Unofficial fan tool — not affiliated with, endorsed, or supported by Nintendo, Creatures Inc., GAME FREAK, or The Pokémon Company. Pokémon and all respective names are trademarks of their owners. Usage data courtesy of Pikalytics (attribution requested) and Smogon usage stats; damage math by @smogon/calc (MIT); sprites served from Pokémon Showdown's public sprite sets.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP-compliant server that enables AI agents to perform accurate Pokémon battle damage calculations using the Smogon calculator, supporting comprehensive input handling for Pokémon stats, moves, abilities, and field conditions.1361MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that provides comprehensive Pokemon data and battle simulation capabilities to AI assistants. It enables users to access detailed stats, types, and moves while simulating battles with realistic mechanics like type effectiveness and status effects.
- Alicense-qualityAmaintenanceMCP server for Pokémon battle advising: provides type matchups, damage calculation, party analysis, and move/ability data for AI agents like Claude Code and Codex.17MIT
- FlicenseAqualityDmaintenanceAn MCP server that exposes the PokéAPI as tools and resources, allowing AI assistants to look up Pokémon data in real time without configuration.22
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Official MCP server for Lovable, the AI-powered full-stack app builder.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LuciPengu/bringfour'
If you have feedback or need assistance with the MCP directory API, please join our Discord server