Skip to main content
Glama

MCP Servers (OnePiece & Geolocalizar)

MCP-Server (OnePieceServer & Geolocate)

Dieses Projekt enthält zwei MCP-Server, die mit @modelcontextprotocol/sdk entwickelt wurden. Jedes stellt ein nützliches Tool bereit, das von einem MCP-kompatiblen KI-Client integriert werden kann.


📁 Inhalt

  • onePiece.ts: MCP-Server zum Abfragen von One Piece-Charakteren
  • geolocalizar.ts: MCP-Server zur Geolokalisierung öffentlicher IP-Adressen

⚙️ Voraussetzungen

  • Node.js ≥ 18
  • npm ≥ 9

📦 Abhängigkeiten installieren

npm install @modelcontextprotocol/sdk axios zod npm install -D tsx

🏴‍☠️ OnePieceServer MCP

📄 Beschreibung

OnePieceServer ermöglicht Ihnen, Informationen zu Charakteren aus dem Anime/Manga One Piece anzuzeigen, entweder einzeln oder aus der gesamten verfügbaren Liste.

🚀 Laufen

npx tsx onePiece.ts

Sie können auch den MCP Inspector verwenden:

npx -y @modelcontextprotocol/inspector npx -y tsx onePiece.ts

🛠 Freiliegendes Werkzeug: one_piece

  • Eingabe :
    { "id": "1" }
    Für die vollständige Liste:
    { "id": "todos" }
  • Ausgabe :
    { "content": [ { "type": "text", "text": "Información del personaje: { ... }" } ] }

🌐 Verwendete API

  • https://onepieceapi-50cm.onrender.com/personaje/{id}
  • https://onepieceapi-50cm.onrender.com/personajes

🌍 MCP geolokalisieren

📄 Beschreibung

Mithilfe Geolocalizar können Sie ungefähre geografische Informationen von einer öffentlichen IP-Adresse (IPv4) erhalten.

🚀 Laufen

npx tsx main.ts

Oder verwenden Sie es mit dem MCP Inspector:

npx -y @modelcontextprotocol/inspector npx -y tsx main.ts

🛠 Offengelegtes Tool: geolocalizar

  • Eingabe :
    { "ip": "8.8.8.8" }
  • Ausgabe :
    { "content": [ { "type": "text", "text": "{ \"ip\": \"8.8.8.8\", \"country\": \"United States\", ... }" } ] }

🔐 Validierung

Verwenden Sie zod , um zu überprüfen, ob die Eingabe eine gültige IP im IPv4-Format ist.


📁 Projektstruktur

. ├── geolocalizar.ts # MCP Geolocalizar ├── onePiece.ts # MCP OnePieceServer ├── package.json # Archivo de configuracion de NPM └── README.md # Este archivo

🧪 Entwicklung

Beide Server kommunizieren über stdin und stdout mithilfe von StdioServerTransport , was eine einfache Ausführung über die CLI oder die Integration mit MCP-Clients ermöglicht.


🧑‍💻 Autor

Entwickelt von Diego Rodríguez
✉️ contacto@diegorodriguez.dev


Installation über Smithery

So installieren Sie OnePiece- und Geolocate-MCP-Server für Claude Desktop automatisch über Smithery :

npx -y @smithery/cli install @Haonter/MCP-Servers --client claude

You must be authenticated.

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.

Eine Sammlung von zwei MCP-Servern, die die Abfrage von One Piece-Anime-Charakteren und die Geolokalisierung öffentlicher IP-Adressen ermöglichen.

  1. 📁 Inhalt
    1. ⚙️ Voraussetzungen
      1. 📦 Abhängigkeiten installieren
    2. 🏴‍☠️ OnePieceServer MCP
      1. 📄 Beschreibung
      2. 🚀 Laufen
      3. 🛠 Freiliegendes Werkzeug: one_piece
      4. 🌐 Verwendete API
    3. 🌍 MCP geolokalisieren
      1. 📄 Beschreibung
      2. 🚀 Laufen
      3. 🛠 Offengelegtes Tool: geolocalizar
      4. 🔐 Validierung
    4. 📁 Projektstruktur
      1. 🧪 Entwicklung
        1. 🧑‍💻 Autor
          1. Installation über 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