magicbell
Server Details
Read MagicBell broadcasts, users, events, workflows and channels; create and update user records.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- m190/usefulapi-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
13 toolsmagicbell_create_userCreate a userDestructiveInspect
Creates a user (notification recipient) record in MagicBell. Additive — sends no notification. Provide at least one identifier (external_id or email). Project API: POST /users.
| Name | Required | Description | Default |
|---|---|---|---|
| No | User email address. | ||
| timezone | No | IANA timezone, e.g. America/New_York. | |
| last_name | No | User last name. | |
| first_name | No | User first name. | |
| external_id | No | Your own stable id for this user (recommended identifier). | |
| phone_numbers | No | Array of phone numbers (E.164). | |
| custom_attributes | No | Arbitrary key/value metadata for the user. |
magicbell_get_broadcastGet a broadcastRead-onlyInspect
Fetch a single broadcast by id. Project API: GET /broadcasts/{broadcast_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| broadcast_id | Yes | Broadcast id. |
magicbell_get_eventGet an eventRead-onlyInspect
Fetch a single delivery event by id. Project API: GET /events/{event_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event id. |
magicbell_get_userGet a userRead-onlyInspect
Fetch a single user by MagicBell user id or external id. Project API: GET /users/{user_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | MagicBell user id or external id. |
magicbell_get_workflow_runGet a workflow runRead-onlyInspect
Fetch a single workflow run by id. Project API: GET /workflows/runs/{run_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Workflow run id. |
magicbell_list_broadcastsList broadcastsRead-onlyInspect
List broadcasts (notification-send batches) with cursor pagination. Read-only observability. Project API: GET /broadcasts.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |
magicbell_list_channelsList channelsRead-onlyInspect
List delivery channels (in-app, email, push, SMS, etc.) with cursor pagination. Project API: GET /channels.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |
magicbell_list_eventsList eventsRead-onlyInspect
List notification delivery events with cursor pagination. Read-only observability. Project API: GET /events.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |
magicbell_list_integrationsList integrationsRead-onlyInspect
List configured provider integrations (e.g. Sendgrid, APNs, FCM). Project API: GET /integrations.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
magicbell_list_usersList usersRead-onlyInspect
List users (notification recipients) with cursor pagination. Project API: GET /users.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |
magicbell_list_workflow_runsList workflow runsRead-onlyInspect
List workflow runs (execution history) with cursor pagination. Project API: GET /workflows/runs.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |
magicbell_list_workflowsList workflowsRead-onlyInspect
List notification workflows with cursor pagination. Project API: GET /workflows.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |
magicbell_update_userUpdate a userDestructiveInspect
Updates a user record (reversible; sends no notification). Project API: PUT /users/{user_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| No | User email address. | ||
| user_id | Yes | MagicBell user id or external id to update. | |
| timezone | No | IANA timezone, e.g. America/New_York. | |
| last_name | No | User last name. | |
| first_name | No | User first name. | |
| external_id | No | Your own stable id for this user (recommended identifier). | |
| phone_numbers | No | Array of phone numbers (E.164). | |
| custom_attributes | No | Arbitrary key/value metadata for the user. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!