Skip to main content
Glama
samuelar2

sentvia-mcp

by samuelar2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SENTVIA_API_KEYYesYour SentVia API key (sv_live_…) from the dashboard.
SENTVIA_BASE_URLNoBase URL for the SentVia API.https://api.sentvia.ai

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_inboxA

Create a new email inbox. Defaults to the managed mail.sentvia.ai domain.

list_inboxesA

List all inboxes for this tenant.

delete_inboxB

Delete an inbox. Mail to its address stops being accepted.

send_messageB

Send a new email from one of your inboxes.

reply_to_messageA

Reply to a message, staying in its thread (sets In-Reply-To/References automatically).

forward_messageA

Forward a message to new recipients in a fresh thread, quoting the original and re-attaching its files.

get_messageA

Fetch a single message by id, including body and attachment links.

search_messagesA

Search messages across the tenant. mode: keyword (default), semantic (by meaning), or hybrid. No query returns recent messages.

list_threadsA

List conversation threads, most recently active first.

get_threadB

Fetch a thread and all its messages in order.

create_draftA

Create a draft (optionally scheduled, optionally a reply). Does not send.

send_draftC

Send an existing draft immediately.

list_draftsA

List drafts for this tenant.

add_domainA

Add a custom sending domain. Returns the DNS records to add to your DNS; verification is automatic once they propagate.

get_domainB

Get a domain’s verification status and required DNS records.

create_webhookA

Register a webhook endpoint for delivery events. The signing secret is returned once on creation — store it.

list_webhooksA

List webhook endpoints (signing secrets omitted).

delete_webhookC

Delete a webhook endpoint.

add_address_ruleA

Add an allow or block rule for an email address or bare domain. Block rules are enforced on both send and receive.

list_address_rulesA

List allow/block rules for this tenant.

delete_address_ruleC

Delete an allow/block rule.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samuelar2/sentfromai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server