Checking auth...

API Reference

The Livepedia API provides programmatic access to real-world merchant data, including business information, service catalogs, real-time availability, and aggregated reviews from multiple sources.

Base URL

https://www-staging.livepedia.ai/api

Real-time Data

Live availability and up-to-date merchant information

Source-Traceable

All data timestamped with source attribution

Unified API

Single endpoint for multiple data sources

Authentication

All API requests require authentication. Include your API key (shown above) in the request header:

http
API-Key: lvpd_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

MCP Server Configuration

Configure your MCP client (Cursor / VS Code) to access Livepedia API:

json
{
  "mcpServers": {
    "livepedia": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www-staging.livepedia.ai/api/mcp",
        "--header",
        "API-Key: {LIVEPEDIA_API_KEY}"
      ],
      "env": {
        "LIVEPEDIA_API_KEY": "lvpd_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}
© 2026 Livepedia