← lovora.ai

INDIVIDUAL MCP TOOL

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.

lovora.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://lovora.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_pricing 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 suggests a financial action.

Parent server

lovora.ai

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

  • 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.
  • 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.