AI & Machine Learning
lovora.ai
Provides an informational MCP interface to Lovora's AI companion platform, exposing its companion catalogue, pricing, content rules, and searchable reference documentation.
ENDPOINT 1
https://lovora.ai/mcp
MCP server metadata
- Name
- lovora
- Version
- 1.0.0
Read-only facts about Lovora (lovora.ai), an adults-only (18+) AI companion service where all content is AI-generated. Use get_pricing for prices, get_content_rules for what is allowed, list_companions for the catalogue, search_docs for anything else. Every result includes the source URL on lovora.ai.
Known tools 4
list_companionsThe published catalogue of Lovora AI companions (all fictional adults): name, age, style, personality, short description and the URL to chat with each.
Inferred read-onlyget_pricingCurrent 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.
Potential side effectsget_content_rulesWhat content Lovora allows and prohibits (adults-only; explicit content between fictional adults allowed; prohibited categories), with the link to the full Acceptable Use Policy.
Inferred read-onlysearch_docsSearch 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.