# Hyperise — MCP server on mcp.ai > Connect your Hyperise account and use 5 tools for marketing automation straight from your AI agent. Connect with your own API key. Hyperise is a personalization toolkit that enables sales and marketing teams to add dynamic, personalized elements to images, videos, and websites, enhancing engagement across various channels. By: mcp.ai · official Page: https://mcp.ai/hyperise ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_hyperise?ms=1787293500000 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/hyperise/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/hyperise/ 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/hyperise/skill.md Postman collection (v2.1): https://mcp.ai/hyperise/postman.json ## Tools - hyperise_create_client_account(name: string, email: string, extras?: object, business_id: string) — Creates a new Hyperise business/client account for personalized image campaigns. Use this to provision prospect records that can be linked to Hyperise image templates. The website field is required in - hyperise_list_image_templates() — Retrieves all active personalized image templates for the authenticated user. Use this tool when you need to: - Get a list of available Hyperise image templates - Find template IDs for use with other - hyperise_personalized_short_links(url: string, desc: string, title: string, image_hash: string, query_params?: object) — Generate a personalized short link with Open Graph metadata for rich link previews. This tool creates a shareable URL that: - Redirects to your destination page - Shows personalized image previews whe - hyperise_prospect_business_data(id?: integer, lat?: string, logo?: string, long?: string, email?: string, phone?: string, title?: string, gender?: string, website?: string, category?: string, job_title?: string, last_name?: string, operation: string, first_name?: string, business_name?: string, custom_text_1?: string, custom_text_2?: string, custom_text_3?: string, custom_text_4?: string, profile_image?: string, business_phone?: string, custom_image_1?: string, custom_image_2?: string, custom_image_3?: string, business_address?: string) — Tool to perform CRUD operations on Hyperise business prospect records. Use when managing business data via the Hyperise API. - hyperise_user_authentication(api_token?: string) — Tool to authenticate an API token and retrieve user details. Use after obtaining a valid API token from Hyperise settings. ## Example prompts - "What can I do in Hyperise?" - "Show me a summary of my Hyperise account" ## Links Docs: https://mcp.ai/docs/mcps/hyperise Website: https://mcp.ai/mcps/hyperise