# Pilvio — MCP server on mcp.ai > Connect your Pilvio account and use 10 tools for developer tools straight from your AI agent. Connect with your own API key. Pilvio is a cloud service provider offering virtual machines, object storage, and full API support for resource management and automation. By: mcp.ai · official Page: https://mcp.ai/pilvio ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_pilvio?ms=1787298900000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/pilvio/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/pilvio/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/pilvio/skill.md Postman collection (v2.1): https://mcp.ai/pilvio/postman.json ## Tools - pilvio_check_active_campaigns() — Tool to check for active campaigns. Use when you need to verify whether any campaigns are currently active. - pilvio_get_user_info() — Tool to retrieve information about the authenticated user. Use when you need to fetch the current user's profile after authentication. - pilvio_list_billing_accounts() — Tool to list billing accounts. Use when you need to fetch all billing accounts for management or reporting. Use after authenticating your Pilvio API key. - pilvio_list_credit_cards(billing_account_id: string) — Tool to list credit cards attached to a billing account. Use after confirming the billing account ID. Example: "Retrieve cards for billing_account_id 'ba_1234567890abcdef'." - pilvio_list_invoices(limit?: integer, offset?: integer, status?: string, date_to?: string, date_from?: string, billing_account_id: string) — Tool to retrieve a list of invoices. Use after authentication to fetch and filter invoices for a billing account. - pilvio_list_locations() — Tool to retrieve the list of available data center locations. Use after authentication to see where you can deploy resources. - pilvio_list_vm_resource_pools(page?: integer, page_size?: integer) — Tool to retrieve the list of available VM resource pools. Use after authentication to determine where you can provision VMs. - pilvio_list_vm_snapshots(uuid: string, r_type?: string) — Tool to list snapshots (replicas) of a specific VM. Use this to get all point-in-time snapshots or backups for a virtual machine. - pilvio_list_vms(sort?: string, limit?: integer, offset?: integer, project_id?: string) — Tool to retrieve a list of all virtual machines. Use after authenticating to fetch your VMs. - pilvio_update_user_profile(email?: string, username: string, last_name?: string, first_name?: string, phone_number?: string) — Tool to update the authenticated user's profile. Use after obtaining a valid API key when you need to modify profile details (e.g., change email or name). ## Example prompts - "What can I do in Pilvio?" - "Show me a summary of my Pilvio account" ## Links Docs: https://mcp.ai/docs/mcps/pilvio Website: https://mcp.ai/mcps/pilvio