← askline.ai

INDIVIDUAL MCP TOOL

get_project

Return the saved Project (primary domain and market) for this MCP user.

askline.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://askline.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_project and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

askline.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.askline]
url = "https://askline.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "askline": {
      "type": "http",
      "url": "https://askline.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: askline
Remote MCP URL: https://askline.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "askline": {
      "url": "https://askline.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "askline": {
      "type": "http",
      "url": "https://askline.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "askline",
  "transport": "streamable-http",
  "url": "https://askline.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • keyword_research — Find related keywords with monthly search volume and keyword difficulty for a seed term.
  • keyword_difficulty — Score how hard it is to rank in the top 10 for one or more keywords (0–100).
  • serp_overview — Live Google organic SERP: ranking URLs, titles, and SERP features.
  • domain_overview — Organic traffic, ranking keywords, and domain rank for a host.
  • ranked_keywords — Keywords a domain already ranks for, with position and volume.
  • competitor_keywords — Keywords competitors rank for that the target does not, plus overlap.
  • backlink_overview — Backlink count, referring domains, rank, and spam score (2 lookups).
  • referring_domains — Domains linking to the target, with rank (2 lookups).