{
  "ok": true,
  "resource": {
    "id": "RES_07C3F8D04513",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/IP%20Location%20MCP/versions/1.0.0",
    "name": "IP Location MCP",
    "summary_en": "MCP server for IPv4 geolocation with Chinese output: country/region/city, ISP and ASN.",
    "summary_zh": "提供IPv4地址归属地查询，返回国家、省份、城市、经纬度、时区、运营商及ASN信息。",
    "description_en": "This MCP server provides IPv4 geolocation lookup, returning country, region, city, coordinates, timezone, ISP, and ASN. It is suitable for applications needing IP location enrichment. The server uses ip-api.com as primary data source with automatic fallback to ipwho.is. Authentication is not required, and the endpoint is publicly accessible.",
    "description_zh": "该MCP服务器提供IPv4地址归属地查询，返回国家、省份、城市、经纬度、时区、运营商及ASN信息。适用于需要IP位置增强的应用。服务器使用ip-api.com作为主要数据源，并自动切换至ipwho.is作为备用。无需认证，端点可公开访问。",
    "provider_name": "cn.pianam.mcp",
    "homepage_url": "https://github.com/boy-373/ip-location-mcp",
    "endpoint_url": "https://mcp.pianam.cn/ip-mcp/mcp",
    "source_url": "https://github.com/boy-373/ip-location-mcp",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "ip.geolocate"
    ],
    "categories": [
      "data-analytics"
    ],
    "industries": [],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "luna-reviewed",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-04T03:54:17.389Z"
      },
      "catalog_profile": {
        "version": "catalog-profile-v1",
        "primary_category": "data-analytics",
        "integrations": [
          "GitHub"
        ],
        "use_cases": {
          "en": [
            "Enrich user or network logs with IP geolocation data",
            "Determine the geographic origin of an IP address for analytics or security"
          ],
          "zh": [
            "为用户或网络日志补充IP地理位置数据",
            "确定IP地址的地理来源，用于分析或安全"
          ]
        },
        "categories": [
          "data-analytics"
        ],
        "industries": [],
        "copy": {
          "source_language": "en",
          "summary_zh_state": "present",
          "description_zh_state": "present",
          "description_en_state": "present"
        }
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": null,
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v3",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "ready_for_guidance",
      "reviewed_at": "2026-09-04T03:54:18.269Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T13:58:33.008Z",
    "last_seen_at": "2026-09-04T03:54:17.609Z",
    "published_at": "2026-09-03T13:58:33.008Z",
    "created_at": "2026-09-03T13:58:33.008Z",
    "updated_at": "2026-09-04T03:54:18.269Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_07C3F8D04513",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_07C3F8D04513/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_07C3F8D04513",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/IP%20Location%20MCP/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "IP Location MCP@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/IP%20Location%20MCP/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T13:58:33.008Z",
          "last_seen_at": "2026-09-04T03:54:17.609Z"
        }
      ]
    },
    "tools": [
      {
        "name": "query_ip_location",
        "title_en": "Query IP Location",
        "title_zh": "查询IP归属地",
        "description_en": "Queries the geolocation and ISP information for an IPv4 address. If no IP is provided, attempts to determine the caller's public IP. Returns country, region, city, coordinates, timezone, ISP/org, and AS number. Uses ip-api.com as primary source, with automatic fallback to ipwho.is.",
        "description_zh": "查询IPv4地址的归属地和运营商信息。若未提供IP，则尝试获取调用方的公网IP。返回国家、省份、城市、经纬度、时区、运营商/组织及AS编号。主要使用ip-api.com，网络异常时自动切换至ipwho.is。",
        "input_schema": {
          "properties": {
            "ip": {
              "default": "",
              "title": "Ip",
              "type": "string"
            }
          },
          "title": "query_ip_locationArguments",
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v3",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "tested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "ready_for_guidance"
      },
      "profile": {
        "capabilities": [
          {
            "id": "ip.geolocate",
            "weight": 100,
            "confidence": 95,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "data-analytics",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "retrieve",
          "analyze"
        ]
      },
      "catalog_profile": {
        "version": "catalog-profile-v1",
        "primary_category": "data-analytics",
        "integrations": [
          "GitHub"
        ],
        "use_cases": {
          "en": [
            "Enrich user or network logs with IP geolocation data",
            "Determine the geographic origin of an IP address for analytics or security"
          ],
          "zh": [
            "为用户或网络日志补充IP地理位置数据",
            "确定IP地址的地理来源，用于分析或安全"
          ]
        }
      },
      "capability_units": [
        {
          "id": "tool:query_ip_location",
          "kind": "mcp_tool",
          "capability_id": "ip.geolocate",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "IPv4 address string"
          ],
          "produces": [
            "geolocation data (country, region, city, coordinates, timezone, ISP, ASN)"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {},
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": null
      },
      "fit": {
        "good_for": [
          "IP geolocation enrichment in applications or analytics pipelines",
          "Quick lookup of IP origin for security or fraud analysis"
        ],
        "not_for": [
          "High-volume production use without caching or rate-limit management",
          "IPv6 geolocation (only IPv4 supported)"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/boy-373/ip-location-mcp",
          "observation": "MCP source record for IP Location MCP; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://mcp.pianam.cn/ip-mcp/mcp#tools/list",
          "observation": "1 tools were returned by MCP discovery; 1 were retained for review.",
          "observed_at": "2026-09-04T03:54:10.672Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Exact rate limits or usage quotas for the public endpoint",
        "Data freshness and update frequency of the underlying geolocation sources",
        "Whether the server supports IPv6 addresses"
      ],
      "id": "REV_5B65EAA1BE7C",
      "resource_id": "RES_07C3F8D04513",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-04T03:54:18.269Z"
    }
  }
}