MCP.so
Sign In

MCP-Server (OnePieceServer & Geolocalizar)

@MCP-Mirror

About MCP-Server (OnePieceServer & Geolocalizar)

Mirror of

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Haonter_MCP-Servers": {
      "command": "npx",
      "args": [
        "tsx",
        "onePiece.ts"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP-Server (OnePieceServer & Geolocalizar)?

A project containing two MCP servers built with the Model Context Protocol SDK: OnePieceServer queries character information from the One Piece anime/manga API, and Geolocalizar retrieves approximate geographic data for a public IPv4 address. It is intended for AI clients that integrate MCP tools.

How to use MCP-Server (OnePieceServer & Geolocalizar)?

Install Node.js ≥18 and npm ≥9, then run npm install @modelcontextprotocol/sdk axios zod to install dependencies. Execute each server individually with npx tsx onePiece.ts for OnePieceServer or npx tsx main.ts for Geolocalizar. The servers communicate via stdin/stdout using StdioServerTransport.

Key features of MCP-Server (OnePieceServer & Geolocalizar)?

  • One Piece character query tool (one_piece)
  • Geolocation tool for public IPv4 (geolocalizar)
  • Uses StdioServerTransport for CLI/AI integration
  • Input validation with zod for IP addresses
  • Retrieve single character or full list of characters
  • Approximate geographic data from IP (country, etc.)

Use cases of MCP-Server (OnePieceServer & Geolocalizar)?

  • AI assistant answering questions about

Comments

More Other MCP servers