Jackpot Keywords
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JACKPOTKEYWORDS_API_KEY | Yes | API key from https://jackpotkeywords.web.app/developers | |
| JACKPOTKEYWORDS_API_BASE | No | Override the API base URL. Default: https://jackpotkeywords.web.app/api/v1 |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jackpotkeywords_credit_balanceA | Return the current JackpotKeywords credit balance for the authenticated account. Use this before calling /recommend or /aeo-scan to verify the account has credits available. |
| jackpotkeywords_recommendA | Run the full keyword research pipeline for a product and return ranked keyword recommendations by composite Jackpot Score (volume, CPC, competition, trend, cluster strength, AI relevance). Backed by real Google Ads Keyword Planner data. Costs $0.10 per call (10¢, regardless of limit). Refunded automatically on pipeline failure. Latency ~60–180 seconds — agents should set generous timeouts. |
| jackpotkeywords_recommend_deepA | Run the deep keyword research pipeline for a product. Same inputs as jackpotkeywords_recommend, but also runs parallel competitor discovery (broadens the keyword set) and returns the cluster + category + competitor-brand aggregates that the standard recommend tool discards. Use this when you need to see WHICH keyword clusters matter and WHO else is ranking, in one call. Costs $0.30 per call (30¢, regardless of limit). Refunded automatically on pipeline failure. Latency ~75–200 seconds — agents should set generous timeouts. |
| jackpotkeywords_auditA | Run an SEO audit on a URL. Crawls the primary page plus up to 8 priority secondary pages, checks technical / content / crawlability / structured-data / local / social-sharing categories, and returns scored checks, per-page issues, keyword gaps, and prioritized recommendations. AEO (AI-visibility) data is intentionally NOT bundled — call jackpotkeywords_aeo_scan for that. Costs $0.50 per audit (50¢). Refunded automatically on failure. Latency ~20–60 seconds. |
| jackpotkeywords_aeo_scanA | Run an AI-visibility scan for a product URL. Asks 10 buyer-intent queries against Gemini's grounded search and reports, per query: whether the URL was cited as a source, mentioned in the answer text, or absent — plus the top sources the AI did cite. Costs $1.00 per scan (100¢). Refunded automatically on failure. Latency ~30–120 seconds. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: AI visibility scan, SEO audit, credit balance check, basic keyword recommendation, and deep keyword recommendation. The descriptions clearly delineate boundaries, especially between recommend and recommend_deep, avoiding confusion.
All tools share the consistent 'jackpotkeywords_' prefix. Most names use a verb-like action (aeo_scan, audit, recommend), but 'credit_balance' is a noun phrase, creating a slight pattern deviation. Still, names are clear and predictable.
Five tools cover the core functionality well without being excessive. Each tool earns its place for a keyword research and SEO audit service, providing a focused yet complete set.
The set covers key actions: AI visibility scanning, SEO auditing, credit management, and keyword research at two depths. There are no major gaps for typical workflows, though a tool to list history or manage exports is absent but not critical.