SparkPost for your agents.
Connect SparkPost once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to SparkPost.
What agents can do with SparkPost
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
sparkpost_get_accountCheck the credentials: returns account id, company name, and status.
sparkpost_send_transmissionSend an email transmission. `recipients` is an array of address objects. `content` has from, subject, html/text.
sparkpost_list_webhooksList all webhooks configured on the account.
sparkpost_get_message_eventsRetrieve events (deliveries, opens, clicks, bounces, etc.) over a time range.
sparkpost_get_deliverability_metricsGet deliverability metrics (targeted, sent, accepted, bounced, etc.) aggregated over a time range.
sparkpost_get_transmissionGet the status and details of a previously sent transmission by its id.
sparkpost_get_webhookGet details of a specific webhook by its id.
sparkpost_create_webhookCreate a new webhook endpoint. `target` is the URL to send events to; `events` is an array of event types.
sparkpost_list_templatesList email templates stored in the account.
sparkpost_list_suppressionsList suppressed recipients (bounces, spam complaints, unsubscribes).
sparkpost_upsert_suppressionAdd or update an entry in the suppression list. `recipients` is an array of objects with address, type (non_transactional, non_commercial), and description.
sparkpost_list_sending_ipsList dedicated sending IPs assigned to the account with their status and pool assignments.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open Account, then API Keys.
- Click Create API Key, grant Transmissions: Read/Write, and copy the key.
- Paste the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect SparkPost to Even: call connect_begin("sparkpost") on the even-connect MCP and walk me through it.
SparkPost sends transactional emails, tracks delivery events and opens, and retrieves email metrics and webhooks.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.