← warpchart.dev

INDIVIDUAL MCP TOOL

recommend

Answer 'what is the best <X>?' in natural language (e.g.

warpchart.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://warpchart.dev/api/mcp

No auth detected

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

warpchart.dev

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

.mcp.json

{
  "mcpServers": {
    "warpchart": {
      "type": "http",
      "url": "https://warpchart.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "warpchart",
  "transport": "streamable-http",
  "url": "https://warpchart.dev/api/mcp"
}
MCP Inspector

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

Related tools

  • get_repo_stats — Worldwide GitHub rank, star count, stars/day velocity, ranking neighbours and the next milestone gate for a repository in the worldwide top-1000 registry.
  • get_leaderboard — The biggest repositories by stars worldwide (top 1000), optionally filtered to one language.
  • get_velocity_rankings — The fastest-growing repositories right now, by stars/day, optionally filtered to one language.
  • get_active_overtakes — Imminent rank overtakes with star gap and ETA in days.
  • compare_repos — Side-by-side worldwide rank and velocity for up to 10 repositories (canonical owner/name).
  • get_embed_snippet — An animated star-history chart embed for a repo's README: returns ready-to-paste markdown and HTML pointing at warpchart.dev.
  • get_rising — Discover what is climbing fastest on GitHub right now, ranked by momentum (stars/day), not just total stars.