GingerLive MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_company_overviewA | What GingerLive is: positioning summary, streaming platforms, network stats, third-party measurement partners, and contact links. |
| get_network_statsA | GingerLive's network reach and performance numbers: streamer count, annual unique reach, hours of livestream watched monthly, and ad view-through rate. |
| list_ad_formatsA | The livestream ad formats GingerLive offers to brands, each with a description, plus the format badges (e.g. unskippable, adblock-safe). |
| list_case_studiesA | GingerLive campaign case studies, each with a short excerpt and a link. Call get_case_study with a slug for the full write-up. |
| get_case_studyA | Full write-up for one case study. Pass a slug returned by list_case_studies. |
| get_streamer_program_infoB | How a streamer joins and monetizes with GingerLive: cost, how it works, supported platforms, and the sign-up link. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| plan_livestream_campaign | Guide the assistant to scope a GingerLive livestream advertising campaign for a brand, using this server's tools. |
| get_started_as_streamer | Guide the assistant to help a livestreamer evaluate and join GingerLive's monetization program. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| company | |
| guides | |
| llms-txt |
TDQS
Scored across 6 tools
Each tool targets a distinct resource: company overview, network stats, ad formats, case studies, and streamer program info. There is minor overlap between get_company_overview and get_network_stats since both touch network statistics, but their descriptions clarify that one is the positioning summary and the other is the detailed metrics.
Tool names consistently follow a verb_noun pattern in snake_case: get_ for single resources and list_ for collections. The naming is predictable and makes it easy to infer each tool's purpose.
Six tools is well-scoped for an informational media-kit server. Each tool covers a distinct piece of content without redundant or excessive surface area.
The set provides full coverage of GingerLive's public information needs: company positioning, audience metrics, ad products, case study discovery with detail retrieval, and streamer monetization. The list_case_studies/get_case_study pair completes the standard list-and-reterieve workflow.