← civai.co
INDIVIDUAL MCP TOOL
nova_inbox__get_inbox_address
Return the user's Nova Inbox email address (e.
LIVE ENDPOINT
https://nova.civai.co/mcp/agents/nova-inbox-agent
Connect to this endpoint to inspect the live schema for nova_inbox__get_inbox_address 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.nova-inbox-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/nova-inbox-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nova-inbox-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/nova-inbox-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nova-inbox-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/nova-inbox-agent
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": {
"nova-inbox-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/nova-inbox-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nova-inbox-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/nova-inbox-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nova-inbox-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/nova-inbox-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
nova_inbox__list_messages— List messages in the signed-in user's Nova Inbox (@nova.nova_inbox__read_message— Read full body of one Nova Inbox message by id or list index.nova_inbox__compose_message— Send outbound email from the user's @nova.nova_inbox__converse— Reply conversationally when the request is ambiguous or needs clarification.