ip2location-automation

Automate IP geolocation lookups and network data retrieval through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ip2location-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ip2location-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/ip2location-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ip2location-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of querying IP geolocation databases by providing a standardized, automated interface for retrieving network information directly within your agent's workflow.

Core Features & Use Cases

  • Automated Discovery: Dynamically fetch available IP2Location tool schemas to ensure compatibility with current API versions.
  • Connection Management: Handle authentication and session state for the IP2Location toolkit via the Rube MCP gateway.
  • Use Case: Automatically resolve a list of IP addresses to their geographic locations and ISP details to enrich security logs or user analytics reports.

Quick Start

Use the ip2location-automation skill to search for available tools and retrieve location data for the provided IP address.

Frequently Asked Questions about ip2location-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an IP lookup with this skill?

Start by calling RUBE_SEARCH_TOOLS to identify the correct tool slug for IP lookups, then use RUBE_MULTI_EXECUTE_TOOL with the required IP address as an argument.

What should I do if the connection is not active?

Call RUBE_MANAGE_CONNECTIONS with the ip2location toolkit to check your status and follow the provided authentication link to authorize the connection.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available parameters for the IP2Location toolkit can change, so searching first ensures you use the correct arguments and avoid execution errors.

Can I automate bulk IP lookups?

Yes, you can use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to process multiple IP addresses in a single batch operation.