MCP-Server (OnePieceServer & Geolocalizar)
@MCP-Mirror
About MCP-Server (OnePieceServer & Geolocalizar)
Mirror of
Basic information
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
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments