IP Geolocation MCP Server
IP 지리적 위치 MCP 서버
이 서버는 ipinfo.io API를 사용하여 IP 주소에 대한 상세 정보를 가져오는 간단한 Model Context Protocol 서버입니다. 이 서버를 사용하면 사용자의 대략적인 위치와 사용 중인 네트워크를 파악할 수 있습니다.

설치
IPInfo API를 사용하려면 토큰을 생성해야 합니다. 아직 토큰이 없다면 https://ipinfo.io/signup 에서 무료 계정을 등록할 수 있습니다.
각 클라이언트마다 지정 방식은 다르지만, 일반적으로 다음 값을 사용합니다:
필드 | 값 |
명령어 |
|
인수 |
|
환경 변수 |
|
개발 버전
최신 기능을 사용하려면 GitHub에서 직접 서버를 가져올 수 있습니다.
--from 인수를 추가하기만 하면 됩니다:
필드 | 값 |
명령어 |
|
인수 |
|
환경 변수 |
|
Related MCP server: GeoIP MCP Server
구성 요소
도구
get_ip_details: 위치, ISP, 네트워크 세부 정보를 포함하여 하나 이상의 IP 주소에 대한 상세 정보를 가져옵니다.입력:
ips(선택 사항): 분석할 IP 주소 목록(IPv4 또는 IPv6). 제공되지 않으면 요청하는 클라이언트의 IP 주소를 분석합니다.출력: 위치, 조직, 시간대 등이 포함된
IPDetails목록.참고: 일괄 조회(여러 IP)를 하려면
IPINFO_API_TOKEN이 필요합니다.
get_residential_proxy_info: IP 주소가 주거용 프록시 서비스와 관련이 있는지 확인합니다.입력:
ip: 주거용 프록시 사용 여부를 확인할 IP 주소.출력: 프록시 서비스 이름, 마지막 확인 날짜, 활동 비율이 포함된
ResidentialProxyDetails.참고: 주거용 프록시 데이터 액세스 권한이 있는
IPINFO_API_TOKEN이 필요합니다.
get_map_url: IP 주소의 대화형 지도 시각화를 위한 URL을 생성합니다.입력:
ips: 시각화할 IP 주소 목록(최대 500,000개).출력: 지리적 위치를 보여주는 ipinfo.io의 대화형 지도 URL.
참고: 트래픽이나 사용자의 지리적 분포를 시각화하는 데 유용합니다.
설정
환경 변수
변수 | 설명 | 기본값 |
| 프리미엄 기능을 위한 IPInfo API 토큰 | 없음 (기본 조회만 가능) |
| 캐시 TTL(초 단위) | 3600 (1시간) |
라이선스
MIT 라이선스 - 자세한 내용은 LICENSE 파일을 참조하세요. 릴리스 기록은 CHANGELOG.md를 참조하세요.
면책 조항
이 프로젝트는 IPInfo와 관련이 없습니다.
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceAn 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.
- 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
- AlicenseBqualityDmaintenanceAn 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.1MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for IP geolocation lookups using ipinfo.io, with single, own, and batch queries.1MIT
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-api.com MCP.
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/briandconnelly/mcp-server-ipinfo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server