← civai.co
INDIVIDUAL MCP TOOL
openclaw__forward
Send instruction through OpenClaw bridge and return history.
LIVE ENDPOINT
https://nova.civai.co/mcp/agents/openclaw-agent
Connect to this endpoint to inspect the live schema for openclaw__forward 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.
- 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.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.
Related tools
openclaw__telegram-pairing-approval— Approve Telegram pairing via OpenClaw shell script.openclaw__add-telegram-channel-using-token— Add Telegram channel to OpenClaw using bot token.openclaw__converse— Reply conversationally when the request is ambiguous or needs clarification.