INDIVIDUAL MCP TOOL
list_companions
The published catalogue of Lovora AI companions (all fictional adults): name, age, style, personality, short description and the URL to chat with each.
LIVE ENDPOINT
https://lovora.ai/mcp
Connect to this endpoint to inspect the live schema for list_companions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.lovora]
url = "https://lovora.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lovora": {
"type": "http",
"url": "https://lovora.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lovora
Remote MCP URL: https://lovora.ai/mcp
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": {
"lovora": {
"url": "https://lovora.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lovora": {
"type": "http",
"url": "https://lovora.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lovora",
"transport": "streamable-http",
"url": "https://lovora.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_pricing— Current plans and prices in USD (with the launch discount if active), credits included, credit cost of every feature, top-up packs, free-tier limits and accepted payment methods.get_content_rules— What content Lovora allows and prohibits (adults-only; explicit content between fictional adults allowed; prohibited categories), with the link to the full Acceptable Use Policy.search_docs— Search Lovora's reference documents (pricing, free access, payments without a card, photos, voice, languages, safety, data, custom companions) and return the matching documents with summaries and URLs.