
MCP Servers (OnePiece & Geolocalizar)
A collection of two MCP servers that enable querying One Piece anime characters and geolocating public IP addresses.
Tools
one_piece
Herramienta para buscar informacion sobre personajes de One Piece
README
MCP-Server (OnePieceServer & Geolocalizar)
Este proyecto contiene dos servidores MCP desarrollados con @modelcontextprotocol/sdk
. Cada uno expone una herramienta útil que puede ser integrada por un cliente AI compatible con MCP.
<a href="https://glama.ai/mcp/servers/@Haonter/MCP-Servers"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@Haonter/MCP-Servers/badge" alt="Servers (OnePiece & Geolocalizar) MCP server" /> </a>
📁 Contenido
- onePiece.ts: Servidor MCP para consultar personajes de One Piece
- geolocalizar.ts: Servidor MCP para geolocalizar direcciones IP públicas
⚙️ Requisitos
- Node.js ≥ 18
- npm ≥ 9
📦 Instalar dependencias
npm install @modelcontextprotocol/sdk axios zod
npm install -D tsx
🏴☠️ OnePieceServer MCP
📄 Descripción
OnePieceServer
permite consultar información de personajes del anime/manga One Piece, ya sea individualmente o toda la lista disponible.
🚀 Ejecutar
npx tsx onePiece.ts
También puedes usar el Inspector MCP:
npx -y @modelcontextprotocol/inspector npx -y tsx onePiece.ts
🛠 Herramienta expuesta: one_piece
-
Input:
{ "id": "1" }
Para obtener la lista completa:
{ "id": "todos" }
-
Output:
{ "content": [ { "type": "text", "text": "Información del personaje: { ... }" } ] }
🌐 API usada
https://onepieceapi-50cm.onrender.com/personaje/{id}
https://onepieceapi-50cm.onrender.com/personajes
🌍 Geolocalizar MCP
📄 Descripción
Geolocalizar
permite obtener información geográfica aproximada de una dirección IP (IPv4) pública.
🚀 Ejecutar
npx tsx main.ts
O usar con el Inspector MCP:
npx -y @modelcontextprotocol/inspector npx -y tsx main.ts
🛠 Herramienta expuesta: geolocalizar
-
Input:
{ "ip": "8.8.8.8" }
-
Output:
{ "content": [ { "type": "text", "text": "{ \"ip\": \"8.8.8.8\", \"country\": \"United States\", ... }" } ] }
🔐 Validación
Usa zod
para validar que el input sea una IP válida en formato IPv4.
📁 Estructura del Proyecto
.
├── geolocalizar.ts # MCP Geolocalizar
├── onePiece.ts # MCP OnePieceServer
├── package.json # Archivo de configuracion de NPM
└── README.md # Este archivo
🧪 Desarrollo
Ambos servidores se comunican mediante stdin
y stdout
usando StdioServerTransport
, lo que permite su ejecución fácil desde CLI o integración con clientes MCP.
🧑💻 Autor
Desarrollado por Diego Rodríguez
✉️ contacto@diegorodriguez.dev
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.