Server Details
Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
47 toolsblock_registration_sessionInspect
Mark a signup session blocked and record why the flow could not continue.
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| reason | Yes | ||
| metadata | No | ||
| sessionId | Yes |
complete_registration_sessionInspect
Mark a signup session complete after the browser flow succeeds.
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | ||
| sessionId | Yes |
create_or_update_personaInspect
Create a persona or update the existing one with explicit overrides.
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ||
| city | No | ||
| state | No | ||
| gender | No | ||
| country | No | ||
| fullName | No | ||
| jobTitle | No | ||
| lastName | No | ||
| firstName | No | ||
| companyName | No | ||
| dateOfBirth | No | ||
| addressLine1 | No | ||
| customFields | No |
create_webhookInspect
Create a webhook subscription.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| events | No |
delete_contactInspect
Delete a contact by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes |
delete_secretInspect
Delete a vault entry.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
follow_verification_linkInspect
Follow a verification link directly or from an extracted message link list.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| linkIndex | No | ||
| messageId | No |
get_auto_replyInspect
Fetch the current auto-reply configuration.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_forwardingInspect
Fetch the current forwarding address.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_identityInspect
Fetch the current KeyID identity, address, phone, and reputation.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_messageInspect
Fetch the full details for a single message.
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | Message ID |
get_metricsInspect
Fetch usage metrics for the current identity.
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | ||
| since | No | ||
| until | No | ||
| period | No |
get_personaInspect
Fetch the synthetic persona used for registrations.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_registrationInspect
Fetch one registration record by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| registrationId | Yes |
get_registration_artifactsInspect
Fetch the normalized artifacts attached to a signup session in priority order.
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |
get_registration_sessionInspect
Fetch one signup session, including its latest artifact summary and lease state.
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |
get_reputationInspect
Fetch the current reputation score and factor breakdown.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_secretInspect
Retrieve a decrypted vault entry by key.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
get_signatureInspect
Fetch the current email signature.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_threadInspect
Fetch a thread and all of its messages.
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes |
get_totp_codeInspect
Generate the current TOTP code for a stored authenticator entry.
| Name | Required | Description | Default |
|---|---|---|---|
| totpId | Yes |
get_verification_codesInspect
Read OTP or verification codes from a message, or from the latest matching message.
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| channel | No | ||
| messageId | No | ||
| senderContains | No | ||
| timeoutSeconds | No | ||
| subjectContains | No |
get_webhook_deliveriesInspect
Inspect recent webhook delivery attempts.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No |
list_contactsInspect
List saved contacts for the identity.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_messagesInspect
List email or SMS messages with search and inbox filters.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| since | No | ISO timestamp filter | |
| labels | No | Comma-separated label filter | |
| search | No | ||
| channel | No | ||
| direction | No | ||
| unreadOnly | No | ||
| senderContains | No | ||
| subjectContains | No |
list_registrationsInspect
List saved service registrations.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| status | No | ||
| service | No |
list_registration_sessionsInspect
List current and historical signup sessions for this identity.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| status | No | ||
| service | No |
list_secretsInspect
List vault keys without exposing secret values.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_threadsInspect
List conversation threads for the current identity.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| labels | No |
list_totp_entriesInspect
List registered authenticator/TOTP entries for the identity.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_webhooksInspect
List webhook subscriptions for the identity.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
load_browser_stateInspect
Load the saved browser state for a signup session.
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |
provision_identityInspect
Create or reveal the email identity for this MCP session.
| Name | Required | Description | Default |
|---|---|---|---|
| storageType | No | How the local MCP session stores its private key |
put_secretInspect
Create or update a vault entry.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| expiresAt | No | ||
| contentType | No |
reply_to_messageInspect
Reply to a message, optionally as reply-all.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| html | No | ||
| replyAll | No | ||
| messageId | Yes |
request_phone_numberInspect
Assign a phone number to the current KeyID identity.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
save_browser_stateInspect
Store cookies and browser session state for a signup session in the KeyID vault.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Browser state object, typically cookies plus localStorage or sessionStorage | |
| expiresAt | No | ||
| sessionId | Yes |
save_registrationInspect
Create or update a registration record for an external service.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| status | No | ||
| metadata | No | ||
| username | No | ||
| emailUsed | No | ||
| phoneUsed | No | ||
| serviceUrl | No | ||
| serviceName | No | ||
| registeredAt | No |
send_emailInspect
Send an email from the current identity.
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | No | ||
| html | No | ||
| subject | Yes | ||
| threadId | No | ||
| displayName | No | ||
| scheduledAt | No |
set_auto_replyInspect
Enable, disable, or edit the auto-reply responder.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| enabled | Yes | ||
| endDate | No | ||
| subject | No | ||
| startDate | No |
set_forwardingInspect
Set or clear the forwarding address.
| Name | Required | Description | Default |
|---|---|---|---|
| forwardingAddress | Yes |
set_signatureInspect
Set or clear the email signature.
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes |
start_registration_sessionInspect
Start a signup session that correlates email, SMS, or TOTP artifacts for one service.
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | ||
| expiresAt | No | ISO timestamp when the session should expire | |
| bodyPattern | No | ||
| serviceName | Yes | ||
| useSmsLease | No | ||
| senderPattern | No | ||
| serviceDomain | No | ||
| subjectPattern | No | ||
| browserStateKey | No | ||
| expectedSenders | No | ||
| expectedChannels | No | ||
| expectedArtifactTypes | No |
update_messageInspect
Update message flags such as read or starred state.
| Name | Required | Description | Default |
|---|---|---|---|
| isRead | No | ||
| labels | No | ||
| status | No | ||
| isStarred | No | ||
| messageId | Yes |
upsert_contactInspect
Create a contact by email or update one by contact ID.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| No | |||
| notes | No | ||
| contactId | No |
wait_for_messageInspect
Poll until a matching inbound message arrives.
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| channel | No | ||
| receivedAfter | No | Only match messages at or after this ISO timestamp | |
| senderContains | No | ||
| timeoutSeconds | No | ||
| includeExisting | No | ||
| subjectContains | No | ||
| pollIntervalSeconds | No |
wait_for_registration_artifactInspect
Poll a signup session until an artifact arrives or the session expires, blocks, or times out.
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| timeoutSeconds | No | ||
| pollIntervalSeconds | No |
Verify Ownership
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 verified, the connector will appear as claimed by you.
Last verification attempt failed.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
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!