MyIP MCP Server
@nikolaypavlov
MyIP MCP Server について
A Model Context Protocol (MCP) server for providing your public IP to LLMs
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"myip": {
"command": "uvx",
"args": [
"mcp-myip"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MyIP MCP Server?
MyIP MCP Server is a lightweight MCP server that exposes a single tool, get_ip_info, to retrieve your public IP address. It uses the ifconfig.me service as the data source. It is designed for developers who need to integrate public IP lookup into MCP-compatible applications.
How to use MyIP MCP Server?
To install, add the following configuration to your MCP client: "command": "uvx", "args": ["mcp-myip"]. Once configured, you can call the get_ip_info tool from your client to get your current public IP address.
Key features of MyIP MCP Server
- Provides a single
get_ip_infotool for IP address retrieval. - Uses ifconfig.me as its external data source.
- Simple installation via uvx with no additional dependencies.
- Lightweight and focused on one task.
Use cases of MyIP MCP Server
- Retrieve your public IP address from within an MCP-powered assistant.
- Automate IP address lookup in scripts or workflows that use MCP.
- Quickly check your public IP without opening a browser.
FAQ from MyIP MCP Server
What tool does MyIP MCP Server expose?
It exposes the get_ip_info tool, which returns your public IP address.
How do I install MyIP MCP Server?
Install by adding the following to your MCP server configuration: `"command": "uvx", "args": ["mcp-myip
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ICSS
chokcoco不止于 CSS
Servers
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント