把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
集成
Eqvps
试用Rent and operate a no-KYC cloud VPS over MCP — pick a plan, deploy, get root SSH. Pay with crypto (USDC/USDT) or card.
它能做什么
EQVPS — rent and manage a VPS for your agent
技能文档
EQVPS — rent and manage a VPS for your agent
EQVPS is a crypto-native, no-KYC hosting provider with a programmatic, agent-friendly API and MCP server. Use this skill when the user asks to spin up, deploy, list, or manage a virtual private server (VPS) — e.g. to host a bot, a website, a script, or any workload that needs to run somewhere persistent.
This is a paid third-party service. Servers are billed from a prepaid account balance. The user funds the balance with crypto (USDC / USDT on Base, Ethereum or Tron) or a card (Apple Pay / Google Pay work at checkout). The agent must show prices and get the user's explicit confirmation before any paid action, and must never spend beyond the funded balance.
Setup (one time)
EQVPS exposes a Model Context Protocol (MCP) server. Add it to your openclaw.json
so its tools become available, then restart the OpenClaw gateway:
{
"mcpServers": {
"eqvps": { "url": "https://mcp.eqvps.com/mcp" }
}
}
It is a Streamable HTTP MCP server; if your OpenClaw version needs an explicit transport/type field, see the OpenClaw MCP docs. Once connected, all 16 EQVPS tools appear automatically:
- Account:
register_account,login,whoami - Billing:
get_balance,topup_balance,pay_invoice - Catalog & order:
list_plans,order_vps - Manage:
list_vps,get_vps_status,power_vps,reinstall_vps,set_hostname,reset_password,get_vps_metrics,cancel_service
Each tool describes its own input fields — read them before calling.
Workflow
- Account. If
EQVPS_API_TOKENis set, you already have an account — go to step 3. Otherwise callregister_account(email), store the returned token, and tell the user to save it asEQVPS_API_TOKENfor next time. Usewhoamito verify a token. - Funds. Call
get_balance. If it is too low for the chosen plan, calltopup_balance— it returns a checkout link (pay with crypto or card). Tell the user the amount, let them complete and confirm payment, and do not proceed until the balance reflects it. (pay_invoicedoes the same for an existing unpaid invoice.) - Plan. Call
list_plansand show the user the options with prices. There are two kinds: NAT (shared IP, SSH over a port — cheapest, good for bots/agents) and dedicated-IP (own IP, all ports — for sites/mail). Confirm the choice and that the user accepts the cost. - Deploy. Call
order_vpswith the chosen plan and OS. This draws from the balance. - Access. Call
get_vps_statusfor the IP, SSH port, and root credentials once provisioning completes. Give these to the user and treat credentials as secret. - Manage. Use
power_vps(start/stop/reboot),reinstall_vps,set_hostname,reset_password,get_vps_metrics(CPU/RAM/disk usage),list_vps. Usecancel_serviceto stop billing a server no longer needed.
Rules
- Always show the price and get explicit user confirmation before
topup_balance,pay_invoiceandorder_vps. Money actions are never silent. - Never order a server the balance cannot cover.
- Treat API tokens and root credentials as secrets: show them to the user, do not log or post them anywhere else.
- If the user only wants information (plans, status, balance), do not place any order.
相关技能
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。