Automate IP2Location lookups and geolocation workflows through Rube MCP.
This skill appears to be an open-source prompt-only wrapper with no stated local code execution, file access, or direct secret requirement, and its high community adoption lowers overall risk. However, it is explicitly designed to connect to remote Rube MCP and Composio/Ip2location tooling, so actual use introduces third-party network access and account authorization considerations.
The material states that the skill itself requires no keys, but it does require activating an `ip2location` connection via `RUBE_MANAGE_CONNECTIONS` and completing authorization through a returned auth link. This means credentials likely live in the third-party connection layer rather than in the skill itself. No explicit credential theft behavior is described, but users should review the scope of access granted to Rube/Composio.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and references Composio toolkit docs. Although the top-level metadata says there are no remote hosts, the documentation clearly shows that it connects to Rube and may further interact with the Ip2location toolchain. This is normal remote MCP behavior, but users should verify what query inputs, session IDs, and business data are sent outward.
The system flags this as `prompt-only`, and the material does not describe downloading binaries, executing shell/scripts locally, or requesting elevated system privileges. The visible content is limited to instructions for invoking remote MCP tools, with no apparent local code execution red flags.
The material does not state any ability to read or write local files, databases, clipboard contents, or other host resources, nor does it request broad data access permissions. The observable data surface is mainly task inputs and connection/session data sent to remote tools, rather than excessive local access.
The source is an open GitHub repository with very high community adoption (64.9k stars), which materially lowers supply-chain risk. The visible content looks more like skill documentation than a closed-source executable component. Remaining caveats are the undeclared license, unknown maintenance status, and reliance on external Rube/Composio services that are not fully auditable from this repository alone.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ip2location-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ip2location-automation/SKILL.md 2. Save it as ~/.claude/skills/ip2location-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Ip2location operations through Composio's Ip2location toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ip2location
RUBE_MANAGE_CONNECTIONS with toolkit ip2locationRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit ip2locationAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ip2location operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Ip2location task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ip2location"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Ip2location-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ip2location |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Search current schemas first, then automate Docupilot document generation workflows.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Ngrok tunnels, endpoints, and operations through Rube MCP.
Automate IP2Location.io lookups and related network data workflows via Rube MCP.
Automate ipdata.co workflows for IP geolocation and threat intelligence lookups.
Automate IP2WHOIS lookups and related data retrieval through Rube MCP.
Automate Ipinfo IO lookups and network intelligence tasks through Rube MCP.
Automate IP2Proxy lookups and proxy risk analysis through Rube MCP.
Automate Geoapify geocoding, place search, and map data workflows via Rube MCP