Automate Ipinfo IO lookups and network intelligence tasks through Rube MCP.
This skill is primarily a prompt-style workflow guide, but it is designed around remote Rube MCP and Composio capabilities for tool discovery, connection management, and execution. Because the materials do not fully specify Ipinfo IO credential handling, remote data flows, or the exact privilege scope of the downstream tools, the overall posture is caution rather than high risk.
The material claims 'no API keys needed,' but also requires an ACTIVE `ipinfo_io` connection via `RUBE_MANAGE_CONNECTIONS` and an authorization link, indicating third-party account authorization or token handling in practice. Credentials appear to be managed by the external MCP/platform, while storage, least-privilege scope, and revocation details are not described.
The skill explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing actions through Composio/Ipinfo IO tools. User inputs, session IDs, tool arguments, and possibly business data may be sent to the declared remote service. The endpoint is related to the stated function, but the material does not explain data minimization, retention, or whether data is further relayed to Ipinfo IO.
There are no local install scripts, shell commands, dependency downloads, or instructions to execute code on the host. The document is mainly a workflow guide for invoking remote MCP tools. Based on the provided material, it does not show direct local code-execution capability.
The skill itself does not declare local file read/write access, but it performs `ipinfo_io`-related operations through remote tools and maintains sessions and a memory parameter. The effective data scope depends on the specific tools exposed by Rube/Composio and the connected account’s permissions; the document does not provide fine-grained boundaries, so the access surface warrants caution.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), which materially lowers supply-chain risk. The visible content is mainly README/prompt-style material rather than an executable binary. The missing license declaration and unknown maintenance status are worth noting, but not enough on their own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ipinfo-io-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ipinfo-io-automation/SKILL.md 2. Save it as ~/.claude/skills/ipinfo-io-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Ipinfo IO operations through Composio's Ipinfo IO toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ipinfo_io
RUBE_MANAGE_CONNECTIONS with toolkit ipinfo_ioRUBE_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 ipinfo_ioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ipinfo IO 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 Ipinfo IO task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ipinfo_io"]
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 Ipinfo IO-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ipinfo_io |
| 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 Coupa procurement and finance tasks through Rube MCP efficiently.
Automate Craftmypdf PDF generation and document workflows through Rube MCP.
Automate Crowdin localization and project workflows through Rube MCP tools.
Automate Crustdata workflows via Rube MCP with schema-first tool discovery.
Automate Cults queries and management tasks after checking current tool schemas.
Automate Corrently workflows through Rube MCP using the latest tool schemas.
Automate IP2Location.io lookups and related network data workflows via Rube MCP.
Automate IP2WHOIS lookups and related data retrieval through Rube MCP.
Automate ipdata.co workflows for IP geolocation and threat intelligence lookups.
Automate IP2Location lookups and geolocation workflows through Rube MCP.
Automate IP2Proxy lookups and proxy risk analysis through Rube MCP.
Automate AbuseIPDB lookups, reporting, and threat intel workflows via Rube MCP.