Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Askline

REMOTE · ASKLINE.AI · SCANNED SEP 20

Askline shows what ChatGPT says about a brand, then the SEO that feeds it.

Available components

0 this week 37 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security92
Transport & Reachability0
Schema Quality & AI Usability0
  • Schema blocked by authentication: the endpoint requires auth we don't have to read it. See how to fix → Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.Unverified
Tool Safety0
  • Tool safety blocked by authentication: the endpoint requires auth we don't have to read its tools.Unverified
Capabilities0
  • Capabilities blocked by authentication: the endpoint requires auth we don't have to read them. See how to fix → Unverified

Unverified: 6 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm. Claim this server and supply a read-only token to verify it and lift the score.

Install

How do I install the Askline MCP server?

Askline is a hosted endpoint at https://askline.ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · askline.ai

# add to Claude Code
claude mcp add --transport http ai-askline-askline 'https://askline.ai/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "ai-askline-askline": {
      "url": "https://askline.ai/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ai-askline-askline": {
      "type": "http",
      "url": "https://askline.ai/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.ai-askline-askline]
url = "https://askline.ai/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-askline-askline": {
      "type": "remote",
      "url": "https://askline.ai/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-askline-askline --url 'https://askline.ai/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ai-askline-askline:
    url: "https://askline.ai/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ai-askline-askline": {
      "Transport": "http",
      "Url": "https://askline.ai/mcp"
    }
  }
}
# add to Vellum
assistant mcp add ai-askline-askline -t streamable-http -u 'https://askline.ai/mcp'
// mcp.json
{
  "mcpServers": {
    "ai-askline-askline": {
      "type": "http",
      "url": "https://askline.ai/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 30 Aug 26 −35
    • Endpoint reachability: reachable → behind authorisation security
    • Tool safety: pass → unverified security
    • Transport: pass → unverified security
    • Stability: 0.03 → unverified security
    • Authorization: fail → pass security
    • First check of Authorization: pass security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 29 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 28 Aug 26 72

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://askline.ai/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=askline.ai CN=YE1,O=Let's Encrypt,C=US 28 Aug 2026 26 Nov 2026 ECDSA 256 ECDSA-SHA384 621f038abfc36869070978e243816fb7716
SANs: askline.ai
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of askline.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
askline.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On connection
HTTP status 401

WWW-Authenticate challenge Bearer realm="askline", resource_metadata="https://askline.ai/.well-known/oauth-protected-resource", scope="askline"

Bearer realm="askline", resource_metadata="https://askline.ai/.well-known/oauth-protected-resource", scope="askline"
Header Value
www-authenticate Bearer realm="askline", resource_metadata="https://askline.ai/.well-known/oauth-protected-resource", scope="askline"

Protected resource metadata

Document https://askline.ai/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://askline.ai/mcp
Authorisation server https://askline.ai

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://askline.ai/mcp Auth required 401
http (plaintext) http://askline.ai/mcp HTTPS enforced 301 https://askline.ai/mcp
MCP tools · 22 exposed · ~1,320 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ai_mentions ~70

How often Google AI Overviews and ChatGPT mention a brand or domain (10 lookups). Costs 10 lookups.

NameTypeReqDescription
keywordstring
language_codestring
location_codenumber
platformstring
targetstring

No output schema declared.

No examples provided.

ai_search_volume ~67

How often people ask ChatGPT-class tools about these keywords. Uses the saved Project market when location is omitted (1 lookup). Costs 1 lookup.

NameTypeReqDescription
keywordsarrayyesUp to 20 keywords
language_codestring
location_codenumber

No output schema declared.

No examples provided.

ai_share_of_voice ~65

Share of AI recommendations versus named competitors (10 lookups). Costs 10 lookups.

NameTypeReqDescription
competitorsarray
keywordstring
language_codestring
location_codenumber
targetstring

No output schema declared.

No examples provided.

backlink_overview ~39

Backlink count, referring domains, rank, and spam score (2 lookups). Costs 2 lookups.

NameTypeReqDescription
targetstring

No output schema declared.

No examples provided.

chatgpt_answer ~100

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). Costs 1 lookup.

NameTypeReqDescription
keywordstringyesPrompt or question, e.g. best project management software
language_codestring
location_codenumber
platformstringDefault chat_gpt

No output schema declared.

No examples provided.

competitor_keywords ~67

Keywords competitors rank for that the target does not, plus overlap. Uses the saved Project when target or location is omitted. Costs 1 lookup.

NameTypeReqDescription
competitorstring
language_codestring
location_codenumber
targetstring

No output schema declared.

No examples provided.

domain_overview ~63

Organic traffic, ranking keywords, and domain rank for a host. Uses the saved Project domain and market when those args are omitted. Costs 1 lookup.

NameTypeReqDescription
language_codestring
location_codenumber
targetstring

No output schema declared.

No examples provided.

get_project ~35

Return the saved Project (primary domain and market) for this MCP user. Free — not a lookup. Costs 0 lookups.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gsc_pages ~34

Search Console pages for the connected property. 0 credits. Costs 0 lookups.

NameTypeReqDescription
limitnumber

No output schema declared.

No examples provided.

gsc_performance ~32

Google Search Console totals: clicks, impressions, average position. 0 credits. Costs 0 lookups.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gsc_queries ~34

Search Console queries for the connected property. 0 credits. Costs 0 lookups.

NameTypeReqDescription
limitnumber

No output schema declared.

No examples provided.

keyword_difficulty ~69

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. Costs 1 lookup.

NameTypeReqDescription
keywordsarrayyes
language_codestring
location_codenumber

No output schema declared.

No examples provided.

keyword_research ~69

Find related keywords with monthly search volume and keyword difficulty for a seed term. Uses the saved Project market when location is omitted. Costs 1 lookup.

NameTypeReqDescription
keywordstringyes
language_codestring
limitnumber
location_codenumber
NameTypeReqDescription
language_codestringyes
location_codenumberyes
location_labelstringyes
project_domainstring|null
remaining_lookupsnumber|nullyes
rowsarrayyes
seedstringyes
sourcestringyes

No examples provided.

link_gap ~44

Referring domains that link to competitors but not the target (2 lookups). Costs 2 lookups.

NameTypeReqDescription
competitorsarrayyes
targetstring

No output schema declared.

No examples provided.

llm_citations ~115

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). Costs 10 lookups.

NameTypeReqDescription
keywordstringTopic AI is answering, e.g. seo tools
language_codestring
location_codenumber
platformstringDefault both platforms
targetstringYour domain, e.g. ahrefs.com

No output schema declared.

No examples provided.

pin_finding ~43

Pin a finding to the account and SEO Board. 0 credits. Costs 0 lookups.

NameTypeReqDescription
bodystringyes
titlestringyes

No output schema declared.

No examples provided.

ranked_keywords ~66

Keywords a domain already ranks for, with position and volume. Uses the saved Project when target or location is omitted. Costs 1 lookup.

NameTypeReqDescription
language_codestring
limitnumber
location_codenumber
targetstring

No output schema declared.

No examples provided.

referring_domains ~41

Domains linking to the target, with rank (2 lookups). Costs 2 lookups.

NameTypeReqDescription
limitnumber
targetstring

No output schema declared.

No examples provided.

research_memory ~50

Read or write project notes so research compounds across chats. 0 credits. Costs 0 lookups.

NameTypeReqDescription
actionstringyes
keystring
valuestring

No output schema declared.

No examples provided.

serp_overview ~63

Live Google organic SERP: ranking URLs, titles, and SERP features. Uses the saved Project market when location is omitted. Costs 1 lookup.

NameTypeReqDescription
keywordstringyes
language_codestring
location_codenumber

No output schema declared.

No examples provided.

set_project ~91

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. Costs 0 lookups.

NameTypeReqDescription
domainstringyes
language_codestring
location_codenumber
marketstring

No output schema declared.

No examples provided.

site_audit ~63

On-page audit of one URL via instant pages. Stores the last run so a re-audit reports what changed (1 lookup). Costs 1 lookup.

NameTypeReqDescription
max_pagesnumberIgnored. Instant pages audits one URL.
targetstring

No output schema declared.

No examples provided.

Common questions

What is the Askline MCP server?

Askline is an MCP server listed in the public MCP registry as ai.askline/askline. Askline shows what ChatGPT says about a brand, then the SEO that feeds it. This page covers its hosted endpoint (https://askline.ai/mcp).

Is the Askline MCP server safe to use?

Askline scores 37 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Askline MCP server expose?

Askline exposes 22 tools: keyword_research, keyword_difficulty, serp_overview, domain_overview, ranked_keywords, and 17 more. Their descriptions and schemas cost roughly 1,320 tokens of context every time the server is loaded.

Does the Askline MCP server require authentication?

Yes. Askline asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the Askline MCP server still maintained?

Askline is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.