sentvia-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENTVIA_API_KEY | Yes | Your SentVia API key (sv_live_…) from the dashboard. | |
| SENTVIA_BASE_URL | No | Base URL for the SentVia API. | https://api.sentvia.ai |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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