HomeOther › Talivia Revenue Analytics

Talivia Revenue Analytics

Revenue-first analytics installed and verified by AI agents through Talivia

JavaScript Remote
★ 34 stars Last pushed 2026-09-01 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://talivia.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agent https://talivia.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "agent": {
      "url": "https://talivia.com/mcp"
    }
  }
}

Package (npm 0.1.0)

npx -y @talivia/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agent": {
      "command": "npx",
      "args": [
        "-y",
        "@talivia/[email protected]"
      ],
      "env": {
        "TALIVIA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TALIVIA_API_KEY secret — Optional. Run `talivia setup --agent <name>` and check in after browser approval to store a local credential.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry