← Tools

MCP server

Smoower — DevRel Index. Measured. Compared. Public. A read-only leaderboard of developer-focused companies scored across Code & Distribution, Education, Community, Reach & AI, Momentum, and DX Multiplier. Use `list_top_orgs` or `get_pillar_leaders` for rankings, `get_org_report` / `get_org_breakdown` for a single org, `get_org_score_history` for trends, and `describe_pillars` if asked what a pillar means.

Endpoint

https://smoower.com/api/mcp

No auth required · Read-only

Discovery

https://smoower.com/.well-known/mcp.json

Standard .well-known/mcp.json

Quick start

Add this to claude_desktop_config.json or Cursor's MCP settings:

{
  "mcpServers": {
    "smoower-devrel-index": {
      "type": "http",
      "url": "https://smoower.com/api/mcp"
    }
  }
}

Or call it directly with curl:

curl -X POST https://smoower.com/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Available tools

NameDescription
list_top_orgsTop-ranked organizations on the DevRel Index. Defaults to overall ranking. Use `pillar` to scope to a specific pillar.
get_org_reportFull public report for a single organization: pillar scores, ranks, channels (website/docs/packages), and metadata.
get_org_breakdownThemed breakdown blob for an organization (docs grade, readme review, mentions, dependents, stackoverflow, etc.) — taken from the stored snapshot.
get_org_score_historyDaily score & rank history for an organization (default last 30 days).
get_pillar_leadersLeaders for a single pillar with their pillar score and rank.
search_orgsCase-insensitive search across org login and display name.
compare_orgsSide-by-side pillar scores for 2–5 organizations.
get_related_orgsParent / satellite org relationships for a given org.
describe_pillarsExplains what each scoring pillar measures and its approximate weight.
For scoring details and pillar definitions, see the docs.