INDIVIDUAL MCP TOOL
support_agent_admin__upload_agent_icon
Upload agent icon (JPEG/PNG/WebP, max 2MB, base64).
LIVE ENDPOINT
https://nova.civai.co/mcp/agents/support-agent-admin
Connect to this endpoint to inspect the live schema for support_agent_admin__upload_agent_icon 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 contains a write-action term.
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.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.
Related tools
support_agent_admin__list_agents— List all Support Agents for the signed-in owner.support_agent_admin__list_top_agents— List busiest CRM agents (limit 5–10).support_agent_admin__get_agent— Return full agent metadata including chat/public/iframe links.support_agent_admin__get_agent_analytics— Pipeline overview on one agent_id (totals + top visitors).support_agent_admin__list_sessions— Filtered drill-down on visitor sessions (requires filter_by).support_agent_admin__get_chat— Open a lead chat by visitor_id, email, phone, or contact handle.support_agent_admin__pending_reply_count— Count pending replies on an agent.support_agent_admin__create_agent— Create a new Support Agent for CRM/outreach.