otherapi_key

Push by Techulus

Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.

Verdict

Push by Techulus lets your team send mobile and desktop notifications directly from Switchy conversations. @mention it to deliver alerts to devices, manage team members, or route messages through webhooks — useful when you're coordinating incident response, shipping product updates, or running automated workflows that need human attention. The MCP exposes six tools covering sync and async delivery, device groups, and team invitations. You'll need an API key from Push by Techulus; setup takes under two minutes. Note that notification delivery depends on devices being linked to your Push account beforehand.

Common use cases

  • Alert on-call engineers during incidents
  • Notify QA when builds finish
  • Send product launch reminders to stakeholders
  • Coordinate team arrivals for events
  • Trigger alerts from monitoring dashboards

Integration

Vendor
Push by Techulus
Category
other
Auth
API_KEY
Tools
6
Composio slug
push_by_techulus

Tools

  • Delete Team Member or Invite
    destructive

    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.

  • Invite User to Team

    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.

  • Send Notification Sync

    Tool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams.

  • Send Notification to Device Group

    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.

  • Send Notification via Webhook POST

    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.

  • Send Push Notification Async

    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.

Setup

Setup guide

  1. 11. Open your Switchy workspace and navigate to Settings > Integrations > Browse MCPs. 2. Search for 'Push by Techulus' and click Connect. 3. Log in to your Push by Techulus dashboard at push.techulus.com and copy your API key from the account settings page. 4. Paste the API key into Switchy's connection dialog and click Authorize. 5. Switchy confirms the connection and shows 'Push by Techulus' in your active integrations list. 6. Open any Space and type '@Push send a test notification' to verify the MCP responds. 7. Check your linked devices (phone, desktop) to confirm the test notification arrived. 8. If you manage multiple device groups or teams, note their identifiers in the Push dashboard — you'll reference these when targeting specific audiences in prompts.

What teammates see: by default, memories from Push by Techulus are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.

Works well with

Top models

Compatibility data appears once enough Spaces have used this MCP together with a given model.

How Switchy teams use it

Not enough Spaces yet to publish anonymised usage stats (we require ≥ 50 Spaces per week).

Starter prompts

Send Incident Alert

@Push send a notification with title 'Production Database Down' and body 'RDS instance unresponsive since 14:32 UTC. Ops team investigating.' Make it high priority.
Open in a Space →

Notify Device Group

@Push send a notification to the 'mobile-qa' device group with title 'Build 2.4.1 Ready' and body 'New staging build deployed. Test login flow and payment screens.'
Open in a Space →

Invite Team Member

@Push invite jordan@example.com to the team so they can receive deployment notifications.
Open in a Space →

Remove Team Access

@Push remove alex@example.com from the team and cancel any pending invitations for that address.
Open in a Space →

Async Bulk Notification

@Push send an async notification with title 'All-Hands Tomorrow' and body 'Join at 10am PT. Agenda: Q4 roadmap and team updates.' to all devices.
Open in a Space →

Example outputs

Illustrative - representative of the model's voice and quality, not literal recordings.

Prompt

@Push send a notification to my mobile devices: 'Deployment to production completed successfully. Build #247 is now live.'

Output

Notification sent asynchronously to all devices linked to your Push account. The message 'Deployment to production completed successfully. Build #247 is now live.' was delivered with default sound and priority settings. Delivery typically completes within 2-3 seconds. You can check the Push dashboard for per-device delivery confirmation and read receipts if your devices have that enabled.

Notes

This example uses the async send tool, which Push recommends for accounts with 10+ devices. The MCP requires a valid API key with notification-send permissions. Note that delivery confirmation is eventual — the tool returns immediately but actual device receipt depends on network conditions and device state (locked, do-not-disturb, etc.).

Prompt

@Push invite sarah.chen@example.com to our team so she can receive deployment alerts

Output

Invitation sent to sarah.chen@example.com. An email with a team join link was dispatched through Push's system. Once Sarah accepts the invitation, she'll be able to link her devices to the team and receive notifications sent to the team's API key. The invite remains valid for 7 days. You can revoke it before acceptance using the team management tools.

Notes

This demonstrates team collaboration features. The invitee must have a Push account (or create one) to accept. Once joined, any notification sent to the team's API key will reach all members' devices. Useful for on-call rotations or shared alerting, but be aware that team members see all notifications — there's no per-user filtering at the MCP level.

Prompt

@Push check which team members are currently active, then send a notification only to the 'on-call' device group about the database latency spike we're seeing

Output

The MCP doesn't expose a tool to list team members or query device groups, so I can't retrieve the active roster. However, I can send a notification to your 'on-call' device group if you've pre-configured it in the Push dashboard. Sending now: 'Database latency spike detected. Current p95: 450ms (threshold: 200ms). Investigate connection pool saturation.' This targets only devices tagged with the 'on-call' group label, avoiding alert fatigue for off-duty team members.

Notes

This example highlights a gap: the MCP provides send and invite tools but no read operations for team state or device inventory. You must manage device groups through Push's web UI. The device-group send tool is powerful for targeted alerting, but group membership is opaque to the AI — you'll need to tell it which groups exist and what they're for.

Use-case deep-dives

On-call incident escalation

When Push wins for waking up the right engineer at 3am

A 6-person SaaS ops team runs a PagerDuty-style rotation but needs custom escalation logic that their monitoring stack doesn't support. Push's device-group targeting lets them send critical alerts to the on-call engineer's phone and tablet simultaneously, with fallback to the secondary if no ack in 2 minutes. The async send tool handles bursts during multi-service outages without blocking the alert pipeline. The trade-off: if your escalation logic is simple (one person, one device), PagerDuty or Opsgenie is overkill but still cheaper than building custom routing. Push makes sense when you need programmable notification delivery that your existing tools can't express, and you're comfortable managing API keys per team or rotation slot.

Customer support ticket routing

Push works when Slack channels aren't enough for triage

A 12-person support team uses Zendesk but needs instant mobile alerts for VIP tickets that bypass the shared Slack channel noise. Push's webhook tool lets them POST from Zendesk triggers directly to the VIP-support device group, so the 3 senior reps get push notifications on their phones within seconds of ticket creation. The team-invite and delete-member tools keep the device group in sync as reps rotate on/off VIP duty each week. The boundary: if your team is under 5 people or everyone monitors the same queue, a Slack channel with @mentions is simpler and free. Push pays off when you need selective routing to subsets of a larger team and mobile delivery matters more than chat-thread context.

Build pipeline failure alerts

When Push beats email for breaking the right developer's flow

A 4-person product team runs CI/CD on GitHub Actions but loses build failures in email noise and Slack's scroll-back. Push's sync notification tool sends a blocking alert to the commit author's phone the moment their PR breaks main, with a deep link to the failed job. The API-key auth means each developer registers their own devices without sharing credentials, and the team admin uses the invite tool to onboard new hires in under a minute. The limit: if your team is disciplined about checking Slack or your build times are under 2 minutes, the interruption cost outweighs the speed gain. Push is the right call when build feedback loops are long enough that context-switching to fix them is cheaper than waiting for the next Slack check.

Frequently asked

What does the Push by Techulus MCP do in Switchy?

It sends push notifications to mobile devices and manages team access to those notification channels. Your AI agents can trigger alerts to phones, invite or remove team members, and route notifications to specific device groups. Useful for monitoring workflows, deployment alerts, or customer support escalations that need to reach someone's pocket immediately.

Do I need an API key from Push by Techulus to connect this MCP?

Yes. You'll generate an API key in your Push by Techulus dashboard, then paste it into Switchy's connection form. The key determines which devices and teams your agents can send to. If you're on a team plan, make sure the key has permission to invite or remove members if you want agents managing access.

Can this MCP read notification history or see which devices received a message?

No. The MCP only sends notifications and manages team membership. It can't retrieve delivery logs, read past messages, or check device registration status. If you need analytics on open rates or delivery confirmation, you'll have to check the Push by Techulus dashboard directly or use their REST API outside Switchy.

Why use this MCP instead of calling the Push API directly from a script?

The MCP lets your AI agents decide when and what to notify based on conversation context—no hardcoded triggers. An agent monitoring a Slack channel can send a push if a keyword appears, or escalate to your phone if a GitHub deployment fails. You skip writing webhook glue code and get natural-language control over who gets notified.

Who on my team should connect the Push by Techulus MCP?

Whoever owns the Push account or has the API key with team admin rights. If you want agents to invite or remove members, that person needs permission to manage the team. For send-only use cases, a standard API key works. Each connection counts as one MCP slot against your Switchy plan limit.

Data last verified 607 hours ago.Sources aggregated hourly to weekly. See docs/architecture/model-directory.md.