MCP.so
ログイン

MCP-Server (OnePieceServer & Geolocalizar)

@MCP-Mirror

MCP-Server (OnePieceServer & Geolocalizar) について

Mirror of

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「その他」の他のコンテンツ