{"name":"askline","title":"Askline","description":"Askline shows what ChatGPT says about a brand, then the SEO that feeds it. Hosted MCP for Claude + Cursor. $35/mo.","website":"https://askline.ai","documentation":"https://askline.ai/connect","transport":"streamable-http","url":"https://askline.ai/mcp/{token}","auth":"per-user URL token from https://askline.ai/account after signup","icons":[],"version":"1.0.0","serverInfo":{"name":"askline","title":"Askline","version":"1.0.0"},"authentication":{"required":true,"schemes":["url-token"],"description":"Per-user URL token from https://askline.ai/account"},"tools":[{"name":"keyword_research","description":"Find related keywords with monthly search volume and keyword difficulty for a seed term. Uses the saved Project market when location is omitted.","inputSchema":{"type":"object","properties":{"keyword":{"type":"string"},"location_code":{"type":"number"},"language_code":{"type":"string"},"limit":{"type":"number"}},"required":["keyword"],"additionalProperties":false}},{"name":"keyword_difficulty","description":"Score how hard it is to rank in the top 10 for one or more keywords (0–100). Uses the saved Project market when location is omitted.","inputSchema":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"}},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":["keywords"],"additionalProperties":false}},{"name":"serp_overview","description":"Live Google organic SERP: ranking URLs, titles, and SERP features. Uses the saved Project market when location is omitted.","inputSchema":{"type":"object","properties":{"keyword":{"type":"string"},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":["keyword"],"additionalProperties":false}},{"name":"domain_overview","description":"Organic traffic, ranking keywords, and domain rank for a host. Uses the saved Project domain and market when those args are omitted.","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":[],"additionalProperties":false}},{"name":"ranked_keywords","description":"Keywords a domain already ranks for, with position and volume. Uses the saved Project when target or location is omitted.","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"location_code":{"type":"number"},"language_code":{"type":"string"},"limit":{"type":"number"}},"required":[],"additionalProperties":false}},{"name":"competitor_keywords","description":"Keywords competitors rank for that the target does not, plus overlap. Uses the saved Project when target or location is omitted.","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"competitor":{"type":"string"},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":[],"additionalProperties":false}},{"name":"backlink_overview","description":"Backlink count, referring domains, rank, and spam score (2 lookups).","inputSchema":{"type":"object","properties":{"target":{"type":"string"}},"required":[],"additionalProperties":false}},{"name":"referring_domains","description":"Domains linking to the target, with rank (2 lookups).","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"limit":{"type":"number"}},"required":[],"additionalProperties":false}},{"name":"link_gap","description":"Referring domains that link to competitors but not the target (2 lookups).","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"competitors":{"type":"array","items":{"type":"string"}}},"required":["competitors"],"additionalProperties":false}},{"name":"site_audit","description":"On-page audit of one URL via instant pages. Stores the last run so a re-audit reports what changed (1 lookup).","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"max_pages":{"type":"number","description":"Ignored. Instant pages audits one URL."}},"required":[],"additionalProperties":false}},{"name":"chatgpt_answer","description":"Live ChatGPT or Gemini answer for a prompt: the text, recommended brands, and cited URLs. Uses the saved Project market when location is omitted. Takes up to 2 minutes (1 lookup).","inputSchema":{"type":"object","properties":{"keyword":{"type":"string","description":"Prompt or question, e.g. best project management software"},"platform":{"type":"string","enum":["chat_gpt","gemini"],"description":"Default chat_gpt"},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":["keyword"],"additionalProperties":false}},{"name":"ai_search_volume","description":"How often people ask ChatGPT-class tools about these keywords. Uses the saved Project market when location is omitted (1 lookup).","inputSchema":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"},"description":"Up to 20 keywords"},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":["keywords"],"additionalProperties":false}},{"name":"llm_citations","description":"Pages and domains ChatGPT and AI Overviews quote for a topic or competitor. Pass a domain, a keyword, or both. ChatGPT mention data is US/English only (10 lookups).","inputSchema":{"type":"object","properties":{"target":{"type":"string","description":"Your domain, e.g. ahrefs.com"},"keyword":{"type":"string","description":"Topic AI is answering, e.g. seo tools"},"platform":{"type":"string","enum":["google","chat_gpt"],"description":"Default both platforms"},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":[],"additionalProperties":false}},{"name":"ai_mentions","description":"How often Google AI Overviews and ChatGPT mention a brand or domain (10 lookups).","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"keyword":{"type":"string"},"platform":{"type":"string","enum":["google","chat_gpt"]},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":[],"additionalProperties":false}},{"name":"ai_share_of_voice","description":"Share of AI recommendations versus named competitors (10 lookups).","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"competitors":{"type":"array","items":{"type":"string"}},"keyword":{"type":"string"},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":[],"additionalProperties":false}},{"name":"gsc_performance","description":"Google Search Console totals: clicks, impressions, average position. 0 credits.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"gsc_queries","description":"Search Console queries for the connected property. 0 credits.","inputSchema":{"type":"object","properties":{"limit":{"type":"number"}},"required":[],"additionalProperties":false}},{"name":"gsc_pages","description":"Search Console pages for the connected property. 0 credits.","inputSchema":{"type":"object","properties":{"limit":{"type":"number"}},"required":[],"additionalProperties":false}},{"name":"research_memory","description":"Read or write project notes so research compounds across chats. 0 credits.","inputSchema":{"type":"object","properties":{"action":{"type":"string","enum":["get","set","list"]},"key":{"type":"string"},"value":{"type":"string"}},"required":["action"],"additionalProperties":false}},{"name":"pin_finding","description":"Pin a finding to the account and SEO Board. 0 credits.","inputSchema":{"type":"object","properties":{"title":{"type":"string"},"body":{"type":"string"}},"required":["title","body"],"additionalProperties":false}},{"name":"get_project","description":"Return the saved Project (primary domain and market) for this MCP user. Free — not a lookup.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"set_project","description":"Save this user's Project: primary domain and market (country + language, e.g. in-en or India English). Later keyword, SERP, and competitor tools use it when domain or locale are omitted. Free — not a lookup.","inputSchema":{"type":"object","properties":{"domain":{"type":"string"},"market":{"type":"string"},"location_code":{"type":"number"},"language_code":{"type":"string"}},"required":["domain"],"additionalProperties":false}}],"resources":[],"prompts":[]}