Developer Tools
warpchart.dev
Provides GitHub repository statistics including rank, star count, growth velocity, leaderboards, and comparisons.
ENDPOINT 1
https://warpchart.dev/api/mcp
MCP server metadata
- Name
- warpchart
- Version
- 1.0.0
Warpchart: public growth telemetry over GitHub's worldwide top-1000 repositories (rank, star velocity, overtakes). All data is cache-only and refreshed daily. Use canonical owner/name.
Known tools 8
get_repo_statsWorldwide GitHub rank, star count, stars/day velocity, ranking neighbours and the next milestone gate for a repository in the worldwide top-1000 registry.
Inferred read-onlyget_leaderboardThe biggest repositories by stars worldwide (top 1000), optionally filtered to one language.
Inferred read-onlyget_velocity_rankingsThe fastest-growing repositories right now, by stars/day, optionally filtered to one language.
Inferred read-onlycompare_reposSide-by-side worldwide rank and velocity for up to 10 repositories (canonical owner/name).
Inferred read-onlyget_embed_snippetAn animated star-history chart embed for a repo's README: returns ready-to-paste markdown and HTML pointing at warpchart.dev.
Inferred read-onlyget_risingDiscover what is climbing fastest on GitHub right now, ranked by momentum (stars/day), not just total stars.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for warpchart.dev was fetched 2026-08-03T17:00:59.249Z.
warpchart.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.