Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

47 tools
block_registration_sessionInspect

Mark a signup session blocked and record why the flow could not continue.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeNo
reasonYes
metadataNo
sessionIdYes
complete_registration_sessionInspect

Mark a signup session complete after the browser flow succeeds.

ParametersJSON Schema
NameRequiredDescriptionDefault
metadataNo
sessionIdYes
create_or_update_personaInspect

Create a persona or update the existing one with explicit overrides.

ParametersJSON Schema
NameRequiredDescriptionDefault
zipNo
cityNo
stateNo
genderNo
countryNo
fullNameNo
jobTitleNo
lastNameNo
firstNameNo
companyNameNo
dateOfBirthNo
addressLine1No
customFieldsNo
create_webhookInspect

Create a webhook subscription.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
eventsNo
delete_contactInspect

Delete a contact by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
contactIdYes
delete_secretInspect

Delete a vault entry.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes
get_auto_replyInspect

Fetch the current auto-reply configuration.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_forwardingInspect

Fetch the current forwarding address.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_identityInspect

Fetch the current KeyID identity, address, phone, and reputation.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_messageInspect

Fetch the full details for a single message.

ParametersJSON Schema
NameRequiredDescriptionDefault
messageIdYesMessage ID
get_metricsInspect

Fetch usage metrics for the current identity.

ParametersJSON Schema
NameRequiredDescriptionDefault
eventNo
sinceNo
untilNo
periodNo
get_personaInspect

Fetch the synthetic persona used for registrations.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_registrationInspect

Fetch one registration record by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
registrationIdYes
get_registration_artifactsInspect

Fetch the normalized artifacts attached to a signup session in priority order.

ParametersJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
get_registration_sessionInspect

Fetch one signup session, including its latest artifact summary and lease state.

ParametersJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
get_reputationInspect

Fetch the current reputation score and factor breakdown.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_secretInspect

Retrieve a decrypted vault entry by key.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes
get_signatureInspect

Fetch the current email signature.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_threadInspect

Fetch a thread and all of its messages.

ParametersJSON Schema
NameRequiredDescriptionDefault
threadIdYes
get_totp_codeInspect

Generate the current TOTP code for a stored authenticator entry.

ParametersJSON Schema
NameRequiredDescriptionDefault
totpIdYes
get_verification_codesInspect

Read OTP or verification codes from a message, or from the latest matching message.

ParametersJSON Schema
NameRequiredDescriptionDefault
searchNo
channelNo
messageIdNo
senderContainsNo
timeoutSecondsNo
subjectContainsNo
get_webhook_deliveriesInspect

Inspect recent webhook delivery attempts.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
list_contactsInspect

List saved contacts for the identity.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_messagesInspect

List email or SMS messages with search and inbox filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
sinceNoISO timestamp filter
labelsNoComma-separated label filter
searchNo
channelNo
directionNo
unreadOnlyNo
senderContainsNo
subjectContainsNo
list_registrationsInspect

List saved service registrations.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
statusNo
serviceNo
list_registration_sessionsInspect

List current and historical signup sessions for this identity.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
statusNo
serviceNo
list_secretsInspect

List vault keys without exposing secret values.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_threadsInspect

List conversation threads for the current identity.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
labelsNo
list_totp_entriesInspect

List registered authenticator/TOTP entries for the identity.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_webhooksInspect

List webhook subscriptions for the identity.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

load_browser_stateInspect

Load the saved browser state for a signup session.

ParametersJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
provision_identityInspect

Create or reveal the email identity for this MCP session.

ParametersJSON Schema
NameRequiredDescriptionDefault
storageTypeNoHow the local MCP session stores its private key
put_secretInspect

Create or update a vault entry.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes
valueYes
expiresAtNo
contentTypeNo
reply_to_messageInspect

Reply to a message, optionally as reply-all.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNo
htmlNo
replyAllNo
messageIdYes
request_phone_numberInspect

Assign a phone number to the current KeyID identity.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

save_browser_stateInspect

Store cookies and browser session state for a signup session in the KeyID vault.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateYesBrowser state object, typically cookies plus localStorage or sessionStorage
expiresAtNo
sessionIdYes
save_registrationInspect

Create or update a registration record for an external service.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
statusNo
metadataNo
usernameNo
emailUsedNo
phoneUsedNo
serviceUrlNo
serviceNameNo
registeredAtNo
send_emailInspect

Send an email from the current identity.

ParametersJSON Schema
NameRequiredDescriptionDefault
ccNo
toYes
bccNo
bodyNo
htmlNo
subjectYes
threadIdNo
displayNameNo
scheduledAtNo
set_auto_replyInspect

Enable, disable, or edit the auto-reply responder.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNo
enabledYes
endDateNo
subjectNo
startDateNo
set_forwardingInspect

Set or clear the forwarding address.

ParametersJSON Schema
NameRequiredDescriptionDefault
forwardingAddressYes
set_signatureInspect

Set or clear the email signature.

ParametersJSON Schema
NameRequiredDescriptionDefault
signatureYes
start_registration_sessionInspect

Start a signup session that correlates email, SMS, or TOTP artifacts for one service.

ParametersJSON Schema
NameRequiredDescriptionDefault
metadataNo
expiresAtNoISO timestamp when the session should expire
bodyPatternNo
serviceNameYes
useSmsLeaseNo
senderPatternNo
serviceDomainNo
subjectPatternNo
browserStateKeyNo
expectedSendersNo
expectedChannelsNo
expectedArtifactTypesNo
update_messageInspect

Update message flags such as read or starred state.

ParametersJSON Schema
NameRequiredDescriptionDefault
isReadNo
labelsNo
statusNo
isStarredNo
messageIdYes
upsert_contactInspect

Create a contact by email or update one by contact ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNo
emailNo
notesNo
contactIdNo
wait_for_messageInspect

Poll until a matching inbound message arrives.

ParametersJSON Schema
NameRequiredDescriptionDefault
searchNo
channelNo
receivedAfterNoOnly match messages at or after this ISO timestamp
senderContainsNo
timeoutSecondsNo
includeExistingNo
subjectContainsNo
pollIntervalSecondsNo
wait_for_registration_artifactInspect

Poll a signup session until an artifact arrives or the session expires, blocks, or times out.

ParametersJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
timeoutSecondsNo
pollIntervalSecondsNo

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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.