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

评论

其他 分类下的更多 MCP 服务器