INDIVIDUAL MCP TOOL
nevent_list_templates
Call this to discover available email templates before creating a campaign.
LIVE ENDPOINT
https://mcp.nevent.ai
Connect to this endpoint to inspect the live schema for nevent_list_templates and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nevent-mcp]
url = "https://mcp.nevent.ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nevent-mcp": {
"type": "http",
"url": "https://mcp.nevent.ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nevent-mcp
Remote MCP URL: https://mcp.nevent.ai
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nevent-mcp": {
"url": "https://mcp.nevent.ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nevent-mcp": {
"type": "http",
"url": "https://mcp.nevent.ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nevent-mcp",
"transport": "streamable-http",
"url": "https://mcp.nevent.ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
nevent_analytics_query— Query event marketing analytics.nevent_analytics_capabilities— Discover available analytics tables and their summary metadata.nevent_analytics_table_schema— Get the full column schema for a specific analytics table including column names, types, and descriptions.nevent_analytics_filter_values— Get distinct values available for a field in an analytics table.nevent_campaign_report— Generate a comprehensive analytics report for a single campaign.nevent_segmentation_criteria— List all available audience segmentation criteria including their IDs, operators, and value types.nevent_segment_preview— Preview estimated audience size for a segment definition without saving it.nevent_segment_execute— Execute a segment definition and retrieve matching contacts with pagination.