Content Tools
civai.co
An MCP server for Google Blogger that searches trends and creates, lists, views, and publishes blog drafts.
ENDPOINT 1
https://nova.civai.co/mcp/agents/blogger-agent
MCP server metadata
- Name
- Blogger Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 6
google_blogger__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.blogger-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/blogger-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"blogger-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/blogger-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: blogger-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/blogger-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": {
"blogger-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/blogger-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"blogger-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/blogger-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "blogger-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/blogger-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://nova.civai.co/mcp/agents/browsergpt-agent
MCP server metadata
- Name
- Browser Automation Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 4
browsergpt_agent__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.browser-automation-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/browsergpt-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"browser-automation-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/browsergpt-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: browser-automation-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/browsergpt-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": {
"browser-automation-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/browsergpt-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"browser-automation-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/browsergpt-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "browser-automation-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/browsergpt-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://nova.civai.co/mcp/agents/calendar-agent
MCP server metadata
- Name
- Calendar Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 7
google_calendar__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.calendar-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/calendar-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"calendar-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/calendar-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: calendar-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/calendar-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": {
"calendar-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/calendar-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"calendar-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/calendar-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "calendar-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/calendar-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://nova.civai.co/mcp/agents/code-interpreter-agent
MCP server metadata
- Name
- Code Interpreter Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 8
code_interpreter__generate_code_onlyCode interpreter (runner operator): generate code only
Inferred read-onlycode_interpreter__generate_and_execute_codeCode interpreter (runner operator): generate and execute code
Potential side effectscode_interpreter__debug_update_existing_codeCode interpreter (runner operator): debug update existing code
Potential side effectscode_interpreter__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyterminal_command__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.code-interpreter-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/code-interpreter-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"code-interpreter-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/code-interpreter-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: code-interpreter-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/code-interpreter-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": {
"code-interpreter-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/code-interpreter-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"code-interpreter-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/code-interpreter-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "code-interpreter-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/code-interpreter-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://nova.civai.co/mcp/agents/content-calendar-agent
MCP server metadata
- Name
- Content Calendar Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 9
bgpt_pdf_generator__preview_documentWrite or revise draft markdown into session storage (creates preview_id).
Potential side effectsbgpt_pdf_generator__delete_previewDelete one stored PDF draft by preview_id from this chat session only.
Potential side effectsslidegen__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.content-calendar-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/content-calendar-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"content-calendar-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/content-calendar-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: content-calendar-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/content-calendar-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": {
"content-calendar-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/content-calendar-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"content-calendar-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/content-calendar-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "content-calendar-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/content-calendar-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://nova.civai.co/mcp/agents/gmail-agent
MCP server metadata
- Name
- Gmail Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 4
gmail__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.gmail-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/gmail-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gmail-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/gmail-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gmail-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/gmail-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": {
"gmail-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/gmail-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gmail-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/gmail-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gmail-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/gmail-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://nova.civai.co/mcp/agents/google-docs-agent
MCP server metadata
- Name
- Google Docs Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 8
google_docs__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlydeep_research__conduct-deep-researchConduct deep, iterative research on a topic by generating multiple search queries, processing the results, and recursively exploring new research directions.
Inferred read-onlydeep_research__generate-research-reportGenerate a comprehensive research report from existing research data.
Inferred read-onlyCONNECT 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.google-docs-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/google-docs-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"google-docs-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/google-docs-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: google-docs-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/google-docs-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": {
"google-docs-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/google-docs-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"google-docs-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/google-docs-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "google-docs-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/google-docs-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://nova.civai.co/mcp/agents/google-sheets-agent
MCP server metadata
- Name
- Google Sheets Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 9
google_sheets__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlydeep_research__conduct-deep-researchConduct deep, iterative research on a topic by generating multiple search queries, processing the results, and recursively exploring new research directions.
Inferred read-onlydeep_research__generate-research-reportGenerate a comprehensive research report from existing research data.
Inferred read-onlyCONNECT 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.google-sheets-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/google-sheets-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"google-sheets-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/google-sheets-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: google-sheets-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/google-sheets-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": {
"google-sheets-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/google-sheets-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"google-sheets-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/google-sheets-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "google-sheets-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/google-sheets-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://nova.civai.co/mcp/agents/instagram-web-agent
Known tools 0
No tool metadata was available in the registry cache.
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.civai-co]
url = "https://nova.civai.co/mcp/agents/instagram-web-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"civai-co": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/instagram-web-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: civai-co
Remote MCP URL: https://nova.civai.co/mcp/agents/instagram-web-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": {
"civai-co": {
"url": "https://nova.civai.co/mcp/agents/instagram-web-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"civai-co": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/instagram-web-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "civai-co",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/instagram-web-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 10
https://nova.civai.co/mcp/agents/interviewer-agent
MCP server metadata
- Name
- Interviewer Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 3
interviewer__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.interviewer-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/interviewer-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"interviewer-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/interviewer-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: interviewer-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/interviewer-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": {
"interviewer-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/interviewer-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"interviewer-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/interviewer-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "interviewer-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/interviewer-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 11
https://nova.civai.co/mcp/agents/leads-discovery-agent
MCP server metadata
- Name
- Leads Discovery Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 16
leads_discovery__list_connectorsList WhatsApp, Instagram, Email, X connector status for a support agent.
Potential side effectsleads_discovery__suggest_targetsAI-propose Instagram or X @targets for a discovery scan (depth/breadth optional).
Inferred read-onlyleads_discovery__run_scanStart a leads discovery scan (whatsapp, instagram, x, or telegram).
Inferred read-onlyleads_discovery__continue_scanContinue a scan paused for selection (WhatsApp/Telegram groups or IG/X targets).
Inferred read-onlyleads_discovery__list_scansList past and active leads discovery scans for an agent.
Inferred read-onlyleads_discovery__get_scanGet one scan with paginated leads (status, progress, leads).
Inferred read-onlyleads_discovery__list_scan_resultsAlias of get_scan — read leads from an active or completed scan.
Inferred read-onlyleads_discovery__delete_scansDelete one or more completed scan runs (does not delete schedules).
Potential side effectsleads_discovery__import_leadsImport discovered leads into the agent CRM (outreach: none|immediate|bulk_followup).
Inferred read-onlyleads_discovery__clear_discovery_cacheClear Leads Discovery scan cache for an agent (seen handles / WA progress).
Inferred read-onlyleads_discovery__create_scan_scheduleCreate an auto-scan schedule (Import Only or Message now outreach).
Potential side effectsleads_discovery__update_scan_scheduleUpdate or pause/resume an auto-scan schedule.
Potential side effectsleads_discovery__trigger_scan_scheduleRun an auto-scan schedule immediately (Run now).
Inferred read-onlyleads_discovery__get_discovery_analyticsGet sourced-leads analytics for an agent (window e.
Inferred read-onlyCONNECT 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.leads-discovery-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/leads-discovery-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"leads-discovery-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/leads-discovery-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: leads-discovery-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/leads-discovery-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": {
"leads-discovery-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/leads-discovery-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"leads-discovery-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/leads-discovery-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "leads-discovery-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/leads-discovery-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 12
https://nova.civai.co/mcp/agents/music-agent
MCP server metadata
- Name
- Music Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 2
music__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.music-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/music-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"music-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/music-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: music-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/music-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": {
"music-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/music-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"music-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/music-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "music-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/music-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 13
https://nova.civai.co/mcp/agents/nova-inbox-agent
MCP server metadata
- Name
- Nova Inbox Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 5
nova_inbox__read_messageRead full body of one Nova Inbox message by id or list index.
Potential side effectsnova_inbox__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.
ENDPOINT 14
https://nova.civai.co/mcp/agents/openclaw-agent
MCP server metadata
- Name
- OpenClaw Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 4
openclaw__telegram-pairing-approvalApprove Telegram pairing via OpenClaw shell script.
Potential side effectsopenclaw__add-telegram-channel-using-tokenAdd Telegram channel to OpenClaw using bot token.
Inferred read-onlyopenclaw__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.openclaw-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/openclaw-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openclaw-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/openclaw-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openclaw-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/openclaw-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": {
"openclaw-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/openclaw-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openclaw-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/openclaw-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openclaw-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/openclaw-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 15
https://nova.civai.co/mcp/agents/pdf-agent
MCP server metadata
- Name
- PDF Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 6
pdf_generator__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.pdf-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/pdf-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pdf-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/pdf-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pdf-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/pdf-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": {
"pdf-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/pdf-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pdf-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/pdf-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pdf-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/pdf-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 16
https://nova.civai.co/mcp/agents/research-agent
MCP server metadata
- Name
- Research Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 4
deep_research__conduct-deep-researchConduct deep, iterative research on a topic by generating multiple search queries, processing the results, and recursively exploring new research directions.
Inferred read-onlydeep_research__generate-research-reportGenerate a comprehensive research report from existing research data.
Inferred read-onlygoogle_search__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.research-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/research-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"research-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/research-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: research-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/research-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": {
"research-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/research-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"research-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/research-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "research-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/research-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 17
https://nova.civai.co/mcp/agents/slidegen-agent
MCP server metadata
- Name
- Slidegen Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 4
slidegen__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.slidegen-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/slidegen-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"slidegen-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/slidegen-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: slidegen-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/slidegen-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": {
"slidegen-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/slidegen-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"slidegen-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/slidegen-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "slidegen-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/slidegen-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 18
https://nova.civai.co/mcp/agents/support-agent-admin
MCP server metadata
- Name
- Support Agent Admin by Nova (CIVAI)
- Version
- 1.27.0
Known tools 83
support_agent_admin__get_agentReturn full agent metadata including chat/public/iframe links.
Inferred read-onlysupport_agent_admin__get_agent_analyticsPipeline overview on one agent_id (totals + top visitors).
Inferred read-onlysupport_agent_admin__list_sessionsFiltered drill-down on visitor sessions (requires filter_by).
Inferred read-onlysupport_agent_admin__get_chatOpen a lead chat by visitor_id, email, phone, or contact handle.
Potential side effectssupport_agent_admin__update_agentUpdate Support Agent settings (partial patch — only send fields to change).
Potential side effectssupport_agent_admin__send_messageSend follow-up via WhatsApp, email, or Instagram.
Potential side effectssupport_agent_admin__list_attachmentsList knowledge-base attachments on a Support Agent.
Inferred read-onlysupport_agent_admin__get_attachment_contentRead converted markdown or database schema summary for one attachment.
Inferred read-onlysupport_agent_admin__upload_attachmentsUpload files to agent KB (PDF/DOCX/TXT → prose; CSV/XLSX/SQLite → database).
Potential side effectssupport_agent_admin__regenerate_attachmentRe-process one attachment (re-convert or re-extract schema).
Inferred read-onlysupport_agent_admin__get_crm_unreplied_alert_configRead CRM unreplied digest email settings.
Potential side effectssupport_agent_admin__update_crm_unreplied_alert_configUpdate CRM unreplied digest email settings.
Potential side effectssupport_agent_admin__upload_agent_iconUpload agent icon (JPEG/PNG/WebP, max 2MB, base64).
Potential side effectssupport_agent_admin__compose_draftAI-compose a draft reply for one visitor session (Zap; does not send).
Potential side effectssupport_agent_admin__end_conversationMark visitor conversation ended (stops IG/WA follow-ups).
Inferred read-onlysupport_agent_admin__bulk_delete_sessionsDelete multiple visitor sessions and their files.
Potential side effectssupport_agent_admin__list_session_labelsList visitor session label catalog for an agent.
Inferred read-onlysupport_agent_admin__bulk_set_session_labelsMerge labels onto multiple visitor sessions.
Inferred read-onlysupport_agent_admin__list_channel_accountsList available channel accounts for assignment (IG, X, Telegram, SMTP).
Inferred read-onlysupport_agent_admin__assign_whatsapp_accountAssign or remove WhatsApp Web account on agent.
Potential side effectssupport_agent_admin__assign_instagram_accountAssign or remove Instagram account on agent.
Potential side effectssupport_agent_admin__assign_telegram_accountAssign or remove Telegram account on agent.
Potential side effectssupport_agent_admin__assign_smtp_accountAssign or remove SMTP account on agent.
Potential side effectssupport_agent_admin__set_pool_modeEnable/disable pool fallback for x, instagram, or telegram channel.
Inferred read-onlysupport_agent_admin__compose_bulk_draftAI-compose shared bulk follow-up draft (agent voice only).
Inferred read-onlysupport_agent_admin__preview_followup_emailPreview rendered follow-up email HTML.
Potential side effectssupport_agent_admin__export_contactsExport filtered contacts as CSV (returns csv_content in result).
Inferred read-onlysupport_agent_admin__transfer_agent_ownerTransfer agent ownership to another subscribed Nova user.
Potential side effectssupport_agent_admin__generate_agent_previewAI-generate agent title/instructions/context from business description.
Inferred read-onlysupport_agent_admin__list_connectorsList WhatsApp, Instagram, Email, X connector status for a support agent.
Potential side effectssupport_agent_admin__suggest_targetsAI-propose Instagram or X @targets for a discovery scan (depth/breadth optional).
Inferred read-onlysupport_agent_admin__run_scanStart a leads discovery scan (whatsapp, instagram, x, or telegram).
Inferred read-onlysupport_agent_admin__continue_scanContinue a scan paused for selection (WhatsApp/Telegram groups or IG/X targets).
Inferred read-onlysupport_agent_admin__list_scansList past and active leads discovery scans for an agent.
Inferred read-onlysupport_agent_admin__get_scanGet one scan with paginated leads (status, progress, leads).
Inferred read-onlysupport_agent_admin__list_scan_resultsAlias of get_scan — read leads from an active or completed scan.
Inferred read-onlysupport_agent_admin__delete_scansDelete one or more completed scan runs (does not delete schedules).
Potential side effectssupport_agent_admin__import_leadsImport discovered leads into the agent CRM (outreach: none|immediate|bulk_followup).
Inferred read-onlysupport_agent_admin__clear_discovery_cacheClear Leads Discovery scan cache for an agent (seen handles / WA progress).
Inferred read-onlysupport_agent_admin__create_scan_scheduleCreate an auto-scan schedule (Import Only or Message now outreach).
Potential side effectssupport_agent_admin__update_scan_scheduleUpdate or pause/resume an auto-scan schedule.
Potential side effectssupport_agent_admin__trigger_scan_scheduleRun an auto-scan schedule immediately (Run now).
Inferred read-onlysupport_agent_admin__get_discovery_analyticsGet sourced-leads analytics for an agent (window e.
Inferred read-onlygoogle_sheets__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlygoogle_docs__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlygoogle_calendar__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlydeep_research__conduct-deep-researchConduct deep, iterative research on a topic by generating multiple search queries, processing the results, and recursively exploring new research directions.
Inferred read-onlydeep_research__generate-research-reportGenerate a comprehensive research report from existing research data.
Inferred read-onlyCONNECT 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.support-agent-admin-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/support-agent-admin"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"support-agent-admin-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/support-agent-admin"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: support-agent-admin-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/support-agent-admin
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": {
"support-agent-admin-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/support-agent-admin"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"support-agent-admin-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/support-agent-admin"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "support-agent-admin-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/support-agent-admin"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 19
https://nova.civai.co/mcp/agents/telegram-agent
MCP server metadata
- Name
- Telegram Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 16
telegram_mtproto__list_connectorsList WhatsApp, Instagram, Email, X connector status for a support agent.
Potential side effectstelegram_mtproto__suggest_targetsAI-propose Instagram or X @targets for a discovery scan (depth/breadth optional).
Inferred read-onlytelegram_mtproto__run_scanStart a leads discovery scan (whatsapp, instagram, x, or telegram).
Inferred read-onlytelegram_mtproto__continue_scanContinue a scan paused for selection (WhatsApp/Telegram groups or IG/X targets).
Inferred read-onlytelegram_mtproto__list_scansList past and active leads discovery scans for an agent.
Inferred read-onlytelegram_mtproto__get_scanGet one scan with paginated leads (status, progress, leads).
Inferred read-onlytelegram_mtproto__list_scan_resultsAlias of get_scan — read leads from an active or completed scan.
Inferred read-onlytelegram_mtproto__delete_scansDelete one or more completed scan runs (does not delete schedules).
Potential side effectstelegram_mtproto__import_leadsImport discovered leads into the agent CRM (outreach: none|immediate|bulk_followup).
Inferred read-onlytelegram_mtproto__clear_discovery_cacheClear Leads Discovery scan cache for an agent (seen handles / WA progress).
Inferred read-onlytelegram_mtproto__create_scan_scheduleCreate an auto-scan schedule (Import Only or Message now outreach).
Potential side effectstelegram_mtproto__update_scan_scheduleUpdate or pause/resume an auto-scan schedule.
Potential side effectstelegram_mtproto__trigger_scan_scheduleRun an auto-scan schedule immediately (Run now).
Inferred read-onlytelegram_mtproto__get_discovery_analyticsGet sourced-leads analytics for an agent (window e.
Inferred read-onlyCONNECT 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.telegram-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/telegram-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"telegram-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/telegram-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: telegram-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/telegram-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": {
"telegram-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/telegram-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"telegram-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/telegram-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "telegram-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/telegram-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 20
https://nova.civai.co/mcp/agents/terminal-command-agent
MCP server metadata
- Name
- Terminal Command Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 4
terminal_command__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.terminal-command-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/terminal-command-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"terminal-command-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/terminal-command-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: terminal-command-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/terminal-command-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": {
"terminal-command-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/terminal-command-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"terminal-command-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/terminal-command-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "terminal-command-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/terminal-command-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 21
https://nova.civai.co/mcp/agents/twitter-agent
MCP server metadata
- Name
- Twitter Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 4
twitter__generate_and_execute_codeCode interpreter (runner operator): generate and execute code
Potential side effectstwitter__debug_update_existing_codeCode interpreter (runner operator): debug update existing code
Potential side effectstwitter__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.twitter-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/twitter-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"twitter-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/twitter-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: twitter-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/twitter-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": {
"twitter-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/twitter-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"twitter-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/twitter-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "twitter-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/twitter-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 22
https://nova.civai.co/mcp/agents/whatsapp-web-agent
MCP server metadata
- Name
- WhatsApp Web Agent by Nova (CIVAI)
- Version
- 1.27.0
Known tools 11
whatsapp_web__converseReply conversationally when the request is ambiguous or needs clarification.
Inferred read-onlyCONNECT 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.whatsapp-web-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whatsapp-web-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whatsapp-web-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/whatsapp-web-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": {
"whatsapp-web-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whatsapp-web-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whatsapp-web-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for civai.co was fetched 2026-09-22T02:59:10.266Z.
civai.co is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.