← Tools

MCP server

Smoower Builder Mindshare Index. A read-only leaderboard of companies builders use, scored across pillars (Code & Polish, Education, Engagement, Reach / AI readiness, Velocity, 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, `search_orgs` / `compare_orgs` / `get_related_orgs` for exploration, and `describe_pillars` for pillar definitions.

Endpoint

https://www.smoower.com/mcp

No auth required · Read-only

Transport

Streamable HTTP

MCP spec 2025-06-18

Quick start

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

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

Or call it directly with curl:

curl -X POST https://www.smoower.com/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 Smoower Builder Mindshare 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 to 5 organizations.
get_related_orgsParent and 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.