Skip to main content
Glama
yuwan0405

ip-info-mcp

by yuwan0405

ip-info-mcp

Ein Server zur Abfrage von IP-Adressinformationen auf Basis des MCP-Protokolls (Model Context Protocol), der über die stdio-Transportschicht mit KI-Clients kommuniziert.

Funktionen

  • Eigene IP abfragen — Aktuelle öffentliche IP-Adresse und Standortinformationen abrufen

  • Bestimmte IP abfragen — Standort, ISP, Längen- und Breitengrad usw. einer beliebigen IP-Adresse abfragen

  • Umfassende Abfrage — Unterstützt IPv4/IPv6, inklusive Hostname, Organisation, Postleitzahl, Zeitzone usw.

Related MCP server: Netdetective MCP Server

MCP-stdio-Kommunikationsmechanismus

Dieses Projekt verwendet die stdio-Transportschicht des MCP-Protokolls:

┌─────────────────┐         ┌──────────────────────┐
│  AI 客户端        │  stdin  │  MCP Server (本进程)  │
│  (CodeBuddy 等)   │◄───────►│  python server.py     │
│                   │  stdout │                       │
└─────────────────┘         └──────────────────────┘
  • Der Client sendet JSON-RPC-Anfragen (z. B. tools/call) über stdin.

  • Der Server gibt JSON-RPC-Antworten über stdout zurück.

  • stderr wird für die Protokollausgabe verwendet und beeinflusst das Kommunikationsprotokoll nicht.

  • Kein HTTP-Dienst erforderlich, leichtgewichtig beim Start, ideal für die Integration lokaler Tools.

Schnellstart

1. Abhängigkeiten installieren

pip install -r requirements.txt

2. Im KI-Client konfigurieren

Fügen Sie unter Settings → MCP → Add MCP in CodeBuddy hinzu:

{
  "mcpServers": {
    "ip-info": {
      "type": "stdio",
      "command": "python",
      "args": ["path/to/server.py"],
      "description": "IP 地址信息查询工具"
    }
  }
}

3. Verwendung

Nach der Konfiguration können Sie direkt im Chat fragen:

  • „Wie lautet meine öffentliche IP-Adresse?“

  • „Ermittle den Standort von 8.8.8.8.“

  • „Schau dir die Informationen zu dieser IP an: 114.114.114.114“

Projektstruktur

ip-info-mcp/
├── server.py          # MCP 服务器主文件
├── requirements.txt   # Python 依赖
├── README.md          # 本文件
└── chatmcp.yaml       # chatmcp 平台配置

Technologie-Stack

Lizenz

MIT

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP (Multi-Agent Conversation Protocol) server that enables natural language interaction with the AbstractAPI geolocation service, allowing users to retrieve geographic information about IP addresses.
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that provides access to the Netdetective API for querying information about IP addresses. It enables users to retrieve metadata for a specified IP address or the connecting client's default IP address.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server providing IP address lookup capabilities. Enables AI assistants to fetch details about public IP addresses or the user's current device IP.
    97
    ISC
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides IP geolocation data via ipinfo.io, enabling querying IP addresses for location, ISP, and other details through natural language.
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage)

  • IP Lookup MCP — ip-api.com (free, no auth for basic usage)

  • IP address utilities MCP.

View all MCP Connectors

Latest Blog Posts

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/yuwan0405/hackernews-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server