|
| 1 | +{ |
| 2 | + "name": "talivia", |
| 3 | + "display_name": "Talivia Revenue Analytics", |
| 4 | + "description": "Install and verify revenue-first website analytics, track live events, and connect traffic to payment attribution through Talivia.", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/talivia-group/agent" |
| 8 | + }, |
| 9 | + "homepage": "https://talivia.com/ai-agent-kit", |
| 10 | + "author": { |
| 11 | + "name": "Talivia", |
| 12 | + "url": "https://talivia.com" |
| 13 | + }, |
| 14 | + "license": "MIT", |
| 15 | + "categories": [ |
| 16 | + "Analytics", |
| 17 | + "Web Services", |
| 18 | + "Professional Apps" |
| 19 | + ], |
| 20 | + "tags": [ |
| 21 | + "analytics", |
| 22 | + "website-analytics", |
| 23 | + "revenue-attribution", |
| 24 | + "marketing-attribution", |
| 25 | + "payments", |
| 26 | + "tracking" |
| 27 | + ], |
| 28 | + "installations": { |
| 29 | + "http": { |
| 30 | + "type": "http", |
| 31 | + "url": "https://talivia.com/mcp", |
| 32 | + "description": "Hosted Streamable HTTP MCP server with browser-based OAuth." |
| 33 | + }, |
| 34 | + "npm": { |
| 35 | + "type": "npm", |
| 36 | + "command": "npx", |
| 37 | + "args": [ |
| 38 | + "-y", |
| 39 | + "@talivia/agent", |
| 40 | + "mcp" |
| 41 | + ], |
| 42 | + "package": "@talivia/agent", |
| 43 | + "description": "Local stdio MCP server and Agent Kit." |
| 44 | + } |
| 45 | + }, |
| 46 | + "tools": [ |
| 47 | + { |
| 48 | + "name": "talivia_account_status", |
| 49 | + "description": "Check Talivia authentication and account status." |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "talivia_websites_list", |
| 53 | + "description": "List websites available in the authenticated Talivia account." |
| 54 | + }, |
| 55 | + { |
| 56 | + "name": "talivia_websites_create", |
| 57 | + "description": "Create a website in Talivia after user confirmation." |
| 58 | + }, |
| 59 | + { |
| 60 | + "name": "talivia_tracking_snippet_get", |
| 61 | + "description": "Get the tracking snippet for a Talivia website." |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "talivia_framework_install_plan_get", |
| 65 | + "description": "Generate framework-specific tracking installation instructions." |
| 66 | + }, |
| 67 | + { |
| 68 | + "name": "talivia_setup_status_get", |
| 69 | + "description": "Check analytics setup and verification status." |
| 70 | + }, |
| 71 | + { |
| 72 | + "name": "talivia_tracker_verify", |
| 73 | + "description": "Verify that a website sends live tracking events to Talivia." |
| 74 | + }, |
| 75 | + { |
| 76 | + "name": "talivia_payment_connect_start", |
| 77 | + "description": "Start the secure browser flow for payment attribution." |
| 78 | + }, |
| 79 | + { |
| 80 | + "name": "talivia_payment_status_get", |
| 81 | + "description": "Check payment attribution connection status." |
| 82 | + }, |
| 83 | + { |
| 84 | + "name": "talivia_checkout_attribution_guide_get", |
| 85 | + "description": "Get checkout attribution guidance for the selected website." |
| 86 | + } |
| 87 | + ], |
| 88 | + "examples": [ |
| 89 | + { |
| 90 | + "title": "Install and verify analytics", |
| 91 | + "description": "Choose a website, install the correct tracking snippet, and verify live events.", |
| 92 | + "prompt": "Install Talivia analytics on this website and verify that live events are arriving." |
| 93 | + }, |
| 94 | + { |
| 95 | + "title": "Connect revenue attribution", |
| 96 | + "description": "Connect payments and explain which traffic sources become revenue.", |
| 97 | + "prompt": "Connect payment attribution and show me which campaigns and referrers generate revenue." |
| 98 | + } |
| 99 | + ], |
| 100 | + "is_official": true, |
| 101 | + "is_archived": false |
| 102 | +} |
0 commit comments