# Promptmate.io — MCP server on mcp.ai > Connect your Promptmate.io account and use 11 tools for artificial intelligence straight from your AI agent. Connect with your own API key. Promptmate.io enables users to build AI-powered applications by integrating various AI systems like ChatGPT, Google Gemini, and Stability AI, offering features such as multi-step AI workflows, bulk processing, and automation through Zapier. By: mcp.ai · official Page: https://mcp.ai/promptmate_io ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_promptmate_io?ms=1787291400000 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/promptmate_io/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/promptmate_io/ 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/promptmate_io/skill.md Postman collection (v2.1): https://mcp.ai/promptmate_io/postman.json ## Tools - promptmate_io_create_webhook(endpointUrl: string, webhookName?: string, webhookType?: string, restrictedAppIds?: string[], webhookReference?: string) — Tool to create a new webhook. Use when you need to subscribe an endpoint URL to job or row events. - promptmate_io_delete_webhook(webhook_id: string) — Tool to delete a webhook by its unique ID. Use after confirming the webhookId to remove. - promptmate_io_get_app_job(app_id: string, job_id: string) — Tool to get the status and result of a specific app job by its ID. Use when you need to check the status or retrieve results of a previously submitted job. - promptmate_io_get_user_info() — Tool to get user information for the authenticated API key owner. Use when you need to retrieve details about the current user. - promptmate_io_list_apps() — Tool to list all available apps. Use when you need to retrieve the catalogue of PromptMate apps. - promptmate_io_list_countries() — Tool to list available countries for app configuration. Use when you need to retrieve the list of supported countries. - promptmate_io_list_languages() — Tool to list available languages for app configuration. Use when you need to retrieve supported language options. - promptmate_io_list_projects() — Tool to list all available projects. Use when you need to retrieve the list of PromptMate projects. - promptmate_io_list_templates() — Tool to list all available templates. Use when you need to retrieve the catalogue of PromptMate templates. - promptmate_io_list_webhooks() — Tool to list all configured webhooks. Use when you need to inspect current webhook subscriptions. - promptmate_io_use_template(data?: object, templateId: string) — Tool to use a specific template to process data. Use when you need to apply a template with optional data parameters. ## Example prompts - "What can I do in Promptmate.io?" - "Show me a summary of my Promptmate.io account" ## Links Docs: https://mcp.ai/docs/mcps/promptmate_io Website: https://mcp.ai/mcps/promptmate_io