all capabilitiesEvery allowed capability inside one project.
Connect a coding agent to NoticeAPI over hosted MCP or local stdio. It discovers the email tools, acts only where its grant allows, and proves the path in the simulator before real mail.
{
"mcpServers": {
"noticeapi": {
"type": "http",
"url": "https://mcp.noticeapi.com/mcp",
"headers": { "Authorization": "Bearer ntc_…" }
}
}
}Agent-ready by design
MCP exposes more than a send call. The agent can discover the project, prepare a domain, create a template, test an outcome, and follow the recipient event trail with the same tool contract throughout.
Read the agent guideAdd production email with NoticeAPI. Use MCP or OpenAPI. Test in the sandbox.
Machine-readable
Hosted and local MCP expose the same tools, input validation, side-effect annotations, and stable NoticeAPI errors. Every tool maps back to the canonical OpenAPI contract.
mcp.noticeapi.com/mcpStreamable HTTP with OAuth sign-in or a scoped bearer key.
Open referenceLocal MCPnoticeapi-mcpThe same tool catalog over stdio, with the key in your local process.
Open referenceOpenAPI 3.1/openapi.jsonThe canonical contract every MCP tool maps back to.
Open referenceStable errorsproject_required, …Documented codes give the agent a correction path instead of a guess.
Open referenceOne tool catalog
Give the agent only the job it needs today. Add capabilities later without changing the connection or teaching it another provider.
See every MCP toolprojects:* · api-keys:writeList and operate projects, then issue or revoke grants no broader than the caller.
email:sendSend, batch, schedule, cancel, reschedule, and inspect recipient outcomes.
domains:read · domains:writeCreate, inspect, verify, and remove sender domains.
templates:writeCreate, inspect, update, and remove stored templates.
audiences · broadcasts · automationsOperate opted-in contacts, broadcasts, and lifecycle sequences.
receiving:read · receiving:writeManage API receiving domains and read inbound messages.
webhooks · suppressionsManage signed event endpoints and recipient suppression state.
Test first
The simulator exercises the send, status, webhook, and suppression pipeline with deterministic recipients. Your agent can see the result and fix the integration before it touches a verified sender.
[email protected]No sender reputation is involved.[email protected]Delivered, bounced, complained, or suppressed.Ready for an agent?
Create a project-scoped key, connect MCP, and let the agent prove the email path in the simulator first.