MCP Servers (OnePiece & Geolocalizar)
MCP サーバー (OnePieceServer & Geolocate)
このプロジェクトには@modelcontextprotocol/sdkで開発された 2 つの MCP サーバーが含まれています。それぞれ、MCP 互換の AI クライアントに統合できる便利なツールを公開します。
📁 コンテンツ
onePiece.ts: ワンピースのキャラクターを照会するためのMCPサーバー
geolocalizar.ts: パブリック IP アドレスを地理位置情報として特定する MCP サーバー
Related MCP server: MyAnimeList MCP Server
⚙️ 要件
Node.js ≥ 18
npm ≥ 9
📦 依存関係をインストールする
npm install @modelcontextprotocol/sdk axios zod
npm install -D tsx🏴☠️ OnePieceServer MCP
📄 説明
OnePieceServer使用すると、アニメ/マンガ「ワンピース」のキャラクターに関する情報を、個別に、または利用可能なリスト全体から表示できます。
🚀 実行
npx tsx onePiece.tsMCP インスペクターを使用することもできます。
npx -y @modelcontextprotocol/inspector npx -y tsx onePiece.ts🛠 公開ツール: one_piece
入力:
{ "id": "1" }完全なリストについては以下をご覧ください:
{ "id": "todos" }出力:
{ "content": [ { "type": "text", "text": "Información del personaje: { ... }" } ] }
🌐 使用されるAPI
https://onepieceapi-50cm.onrender.com/personaje/{id}https://onepieceapi-50cm.onrender.com/personajes
🌍 MCP の位置を特定
📄 説明
Geolocalizar使用すると、パブリック IP (IPv4) アドレスからおおよその地理情報を取得できます。
🚀 実行
npx tsx main.tsまたは、MCP Inspector と一緒に使用します。
npx -y @modelcontextprotocol/inspector npx -y tsx main.ts🛠 公開ツール: geolocalizar
入力:
{ "ip": "8.8.8.8" }出力:
{ "content": [ { "type": "text", "text": "{ \"ip\": \"8.8.8.8\", \"country\": \"United States\", ... }" } ] }
🔐 検証
zod使用して、入力が IPv4 形式の有効な IP であることを確認します。
📁 プロジェクト構造
.
├── geolocalizar.ts # MCP Geolocalizar
├── onePiece.ts # MCP OnePieceServer
├── package.json # Archivo de configuracion de NPM
└── README.md # Este archivo🧪 開発
両方のサーバーはStdioServerTransportを使用してstdinおよびstdoutを介して通信するため、CLI からの簡単な実行や MCP クライアントとの統合が可能になります。
🧑💻 著者
ディエゴ・ロドリゲスが開発した
✉️ contacto@diegorodriguez.dev
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides IP geolocation services using MaxMind's GeoIP2 databases, allowing users to retrieve geographical information for single or multiple IP addresses including country, city, coordinates, and ASN details.GPL 3.0
- AlicenseBqualityDmaintenanceMCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.152MIT
- AlicenseNot gradedqualityDmaintenanceMCP server enabling real-time weather queries via Tavily API and internet usage data by country via MongoDB.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA collection of MCP servers demonstrating math operations, weather data, and LangGraph workflows.1
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/didacusdev/MCP-Servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server