@ema.viv/pokemon
v1.0.0
Published
All the Pokémon data you'll ever need in one place, easily accessible through a modern free open-source RESTful API. ## What is this? This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series. We
Maintainers
Readme
@ema.viv/pokemon
All the Pokémon data you'll ever need in one place, easily accessible through a modern free open-source RESTful API.
What is this?
This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series.
We've covered everything from Pokémon to Berry Flavors.
Where do I start?
We have awesome documentation on how to use this API. It takes minutes to get started.
This API will always be publicly available and will never require any extensive setup process to consume.
Created by Paul Hallett and other PokéAPI contributors* around the world. Pokémon and Pokémon character names are trademarks of Nintendo.
Installation
npm install -g @ema.viv/pokemonUsage
As a CLI tool
pokemonAs a library
import { PokemonMcpServer } from '@ema.viv/pokemon';
const server = new PokemonMcpServer();
await server.start();Features
This MCP server provides tools and resources for the pokemon API, automatically generated from the OpenAPI specification.
Generated by
OpenAPI MCP Generator - Automatically converts OpenAPI specifications to MCP servers.
License
MIT
