← Back to Plugins
MCP Server MCP

Talivia Revenue Analytics

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @talivia/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://talivia.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@talivia/agent",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional. Run `talivia setup --agent <name>` and check in after browser approval to store a local credential.",
          "format": "string",
          "isSecret": true,
          "name": "TALIVIA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...