MCP Servers (OnePiece & Geolocalizar)
The MCP Servers (OnePiece & Geolocalizar) provide two distinct functionalities:
OnePieceServer: Query One Piece character information by ID or retrieve a complete list of characters
Geolocalizar: Geolocate public IPv4 addresses to obtain country and location information
Both servers were developed with ModelContextProtocol SDK and can be executed via CLI or MCP Inspector.
Used to make HTTP requests to external APIs, enabling the MCP server to fetch One Piece character data and geolocation information for IP addresses.
Required runtime environment for the MCP server, with version 18 or higher needed.
Package manager used for installing dependencies, with version 9 or higher required.
The MCP server connects to a One Piece API hosted on Render (onepieceapi-50cm.onrender.com) to retrieve character information.
Provides validation for the geolocalizar tool to ensure inputs are valid IPv4 addresses.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Servers (OnePiece & Geolocalizar)find Luffy's character details"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP-Server (OnePieceServer & Geolocate)
This project contains two MCP servers developed with @modelcontextprotocol/sdk . Each exposes a useful tool that can be integrated with an MCP-compatible AI client.
π Content
onePiece.ts: MCP server for querying One Piece characters
geolocalizar.ts: MCP server for geolocating public IP addresses
Related MCP server: MyAnimeList MCP Server
βοΈ Requirements
Node.js β₯ 18
npm β₯ 9
π¦ Install dependencies
npm install @modelcontextprotocol/sdk axios zod
npm install -D tsxπ΄ββ οΈ OnePieceServer MCP
π Description
OnePieceServer allows you to view information about characters from the anime/manga One Piece, either individually or from the entire available list.
π Run
npx tsx onePiece.tsYou can also use the MCP Inspector:
npx -y @modelcontextprotocol/inspector npx -y tsx onePiece.tsπ Exposed tool: one_piece
Input :
{ "id": "1" }For the complete list:
{ "id": "todos" }Output :
{ "content": [ { "type": "text", "text": "InformaciΓ³n del personaje: { ... }" } ] }
π API used
https://onepieceapi-50cm.onrender.com/personaje/{id}https://onepieceapi-50cm.onrender.com/personajes
π Geolocate MCP
π Description
Geolocalizar allows you to obtain approximate geographic information from a public IP (IPv4) address.
π Run
npx tsx main.tsOr use with the MCP Inspector:
npx -y @modelcontextprotocol/inspector npx -y tsx main.tsπ Exposed tool: geolocalizar
Input :
{ "ip": "8.8.8.8" }Output :
{ "content": [ { "type": "text", "text": "{ \"ip\": \"8.8.8.8\", \"country\": \"United States\", ... }" } ] }
π Validation
Use zod to validate that the input is a valid IP in IPv4 format.
π Project Structure
.
βββ geolocalizar.ts # MCP Geolocalizar
βββ onePiece.ts # MCP OnePieceServer
βββ package.json # Archivo de configuracion de NPM
βββ README.md # Este archivoπ§ͺ Development
Both servers communicate via stdin and stdout using StdioServerTransport , allowing easy execution from CLI or integration with MCP clients.
π§βπ» Author
Developed by Diego RodrΓguez
βοΈ contacto@diegorodriguez.dev
Resources
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