MCP-Server (OnePieceServer & Geolocalizar)
@Haonter
关于 MCP-Server (OnePieceServer & Geolocalizar)
Servidores MCP
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-servers-haonter": {
"command": "npx",
"args": [
"tsx",
"onePiece.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-Server (OnePieceServer & Geolocalizar)?
A collection of two MCP servers built with @modelcontextprotocol/sdk. OnePieceServer queries character data from the One Piece anime/manga, and Geolocalizar retrieves approximate geographic information for a public IPv4 address. Designed for integration with any AI client that supports the Model Context Protocol.
How to use MCP-Server (OnePieceServer & Geolocalizar)?
Requires Node.js ≥18 and npm ≥9. Install dependencies with npm install @modelcontextprotocol/sdk axios zod and optionally npm install -D tsx. Run OnePieceServer with npx tsx onePiece.ts and Geolocalizar with npx tsx main.ts. Both can also be launched via the MCP Inspector: npx -y @modelcontextprotocol/inspector npx -y tsx onePiece.ts (or main.ts). The servers communicate over stdin/stdout using StdioServerTransport.
Key features of MCP-Server (OnePieceServer & Geolocalizar)
- Exposes two MCP tools:
one_pieceandgeolocalizar - OnePiece tool returns a character by ID or full list
- Geolocalizar tool returns IP location data (country, city, etc.)
- Input validated with Zod (IPv4 format for geolocation)
- Both servers are standalone and run directly via
tsx
Use cases of MCP-Server (OnePieceServer & Geolocalizar)
- Look up details of a specific One Piece character by ID
- Retrieve the full list of available One Piece characters
- Determine the approximate geographic location of a public IP address
FAQ from MCP-Server (OnePieceServer & Geolocalizar)
What are the runtime requirements?
Node.js version 18 or higher and npm version 9 or higher are required.
How do I install the project dependencies?
Run npm install @modelcontextprotocol/sdk axios zod and optionally npm install -D tsx for execution.
What external APIs does it use?
OnePieceServer queries https://onepieceapi-50cm.onrender.com/personaje/{id} for single characters and https://onepieceapi-50cm.onrender.com/personajes for the full list. Geolocalizar does not specify its API endpoints.
How is user input validated?
Geolocalizar uses Zod to ensure the ip field is a valid IPv4 address. OnePieceServer expects an id field (string or “todos”).
Can I run these servers with the MCP Inspector?
Yes. Use npx -y @modelcontextprotocol/inspector npx -y tsx <script>.ts for either server.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论