{
  "name": "IP Geolocation",
  "description": "Geolocate any public IP address: country, region, city, ISP.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/ip-lookup/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/ip-lookup",
  "version": "1.0.0",
  "provider": {
    "organization": "agentpeering",
    "url": "https://agentpeering.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "ip-geo",
      "name": "Geolocate IP",
      "description": "Ask 'geolocate 8.8.8.8' or 'where is <ip>'.",
      "tags": [
        "ip-lookup"
      ],
      "examples": []
    }
  ]
}