← saaskly.com

INDIVIDUAL MCP TOOL

list_articles

Published comparison articles and buying guides, optionally filtered by category.

saaskly.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://saaskly.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_articles 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

saaskly.com

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.saaskly]
url = "https://saaskly.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "saaskly": {
      "type": "http",
      "url": "https://saaskly.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: saaskly
Remote MCP URL: https://saaskly.com/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": {
    "saaskly": {
      "url": "https://saaskly.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_categories — List the software categories Saaskly covers, with slugs and how many providers are ranked in each.
  • list_providers — Ranked providers in a category with editorial score (0–5), one-line summary, entry price and partner disclosure.
  • get_provider — Full review of one provider as Markdown: verdict, pros/cons, month-to-month and annual pricing, spec sheet, disclosure.
  • compare_providers — Side-by-side comparison table (Markdown) for a category, optionally limited to given provider slugs.
  • search — Search providers and articles by keyword (name, summary, title).
  • get_article — One article as Markdown (section = comparisons | guides | reviews | news | opinion).
  • get_page — A policy/about page as Markdown: editorial-policy (scoring method), ai-transparency, about, advertise, terms, privacy-policy, cookie-policy, contact.