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
Related MCP server: MyAnimeList MCP Server
⚙️ 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.tsSie 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.tsOder 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 claudeResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides IP geolocation services using MaxMind's GeoIP2 databases, allowing users to retrieve geographical information for single or multiple IP addresses including country, city, coordinates, and ASN details.GPL 3.0
- AlicenseBqualityDmaintenanceMCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.152MIT
- AlicenseNot gradedqualityDmaintenanceMCP server enabling real-time weather queries via Tavily API and internet usage data by country via MongoDB.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA collection of MCP servers demonstrating math operations, weather data, and LangGraph workflows.1
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server for deep research or task groups
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/didacusdev/MCP-Servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server