通过 Rube MCP 自动化调用 ipdata.co,完成 IP 地理与威胁情报查询流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ipdata-co-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ipdata-co-automation/SKILL.md 2. 保存为 ~/.claude/skills/ipdata-co-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及最新 schema,然后使用 ipdata.co 相关工具,批量查询这组 IP 的国家、城市、ASN 与风险信息,并整理成表格:8.8.8.8、1.1.1.1、52.95.110.1。
返回包含每个 IP 地理位置、网络归属和风险字段的结构化结果表。
先搜索工具与 schema,再用 ipdata.co 检查以下登录 IP 是否来自代理、Tor 或已知威胁来源,并按风险高低排序:185.220.101.1、104.244.72.115、203.0.113.10。
输出风险评估清单,标注代理、Tor、威胁指示及排序结果。
先搜索当前可用工具和 schema,再调用 ipdata.co,根据客户提交的 IP 列表补全国家、地区、城市、时区和语言信息,并生成适合导入 CRM 的 JSON。
返回可直接导入系统的标准化 JSON 地区信息数据。
Automate Ipdata co operations through Composio's Ipdata co toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ipdata_co
RUBE_MANAGE_CONNECTIONS with toolkit ipdata_coRUBE_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 ipdata_coAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ipdata co 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 Ipdata co task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ipdata_co"]
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 Ipdata co-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ipdata_co |
| 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
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化执行 Ipinfo IO 查询与网络情报相关任务