# Push by Techulus — MCP server on mcp.ai > Connect your Push by Techulus account and use 6 tools for notifications straight from your AI agent. Connect with your own API key. Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time. By: mcp.ai · official Page: https://mcp.ai/push_by_techulus ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_push_by_techulus?ms=1787291220000 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/push_by_techulus/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/push_by_techulus/ 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/push_by_techulus/skill.md Postman collection (v2.1): https://mcp.ai/push_by_techulus/postman.json ## Tools - push_by_techulus_delete_team_member_or_invite(team: string, email: string) — Tool to remove a user from the team or revoke a pending invitation. Use when you need to revoke team access or cancel an invite for a specific email address. - push_by_techulus_invite_user_to_team(team: string, email: string) — Tool to invite a user to a team by sending an email invitation. Use when you need to add a new member to an existing team. - push_by_techulus_send_notification_async(body: string, link?: string, image?: string, sound?: string, title: string, channel?: string, timeSensitive?: boolean) — Tool to send push notification asynchronously to all devices in an account or team. Use when you have more than 10 devices for better performance. - push_by_techulus_send_notification_sync(body: string, link?: string, image?: string, sound?: string, title: string, channel?: string, timeSensitive?: boolean) — Tool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams. - push_by_techulus_send_notification_to_group(body: string, link?: string, image?: string, sound?: string, title: string, channel?: string, groupId: string, timeSensitive?: boolean) — Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options. - push_by_techulus_send_notification_webhook_post(body: string, link?: string, image?: string, sound?: string, title: string, api_key: string, channel?: string, time_sensitive?: boolean) — Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution. ## Example prompts - "What can I do in Push by Techulus?" - "Show me a summary of my Push by Techulus account" ## Links Docs: https://mcp.ai/docs/mcps/push_by_techulus Website: https://mcp.ai/mcps/push_by_techulus