Skip to main content
Glama

MCP Servers (OnePiece & Geolocalizar)

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.


📁 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


Installing via Smithery

To install OnePiece & Geolocalizar MCP Servers for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @Haonter/MCP-Servers --client claude
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A collection of two MCP servers that enable querying One Piece anime characters and geolocating public IP addresses.

  1. 📁 Contenido
    1. ⚙️ Requisitos
      1. 📦 Instalar dependencias
    2. 🏴‍☠️ OnePieceServer MCP
      1. 📄 Descripción
      2. 🚀 Ejecutar
      3. 🛠 Herramienta expuesta: one_piece
      4. 🌐 API usada
    3. 🌍 Geolocalizar MCP
      1. 📄 Descripción
      2. 🚀 Ejecutar
      3. 🛠 Herramienta expuesta: geolocalizar
      4. 🔐 Validación
    4. 📁 Estructura del Proyecto
      1. 🧪 Desarrollo
        1. 🧑‍💻 Autor
          1. Installing via Smithery

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.
          Last updated -
          7
          663
          18
          JavaScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.
          Last updated -
          19
          63
          JavaScript
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A lightweight mcp server that tells you exactly where you are.
          Last updated -
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          An MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.
          Last updated -
          1
          Python
          Apache 2.0

        View all related MCP servers

        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/Haonter/MCP-Servers'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server