MCP server
Smoower — Builder Mindshare Index. Measured. Compared. Public. A read-only leaderboard of companies builders use, scored across two sides of builder mindshare: Foundation (Code & Polish, Education, AI readiness, Builder experience) and Traction (Adoption, Community, Reach, Momentum). 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://www.smoower.com/api/mcpNo auth required · Read-only
Discovery
https://www.smoower.com/.well-known/mcp.jsonStandard .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://www.smoower.com/api/mcp"
}
}
}Or call it directly with curl:
curl -X POST https://www.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
| Name | Description |
|---|---|
| list_top_orgs | Top-ranked organizations on the DevRel Index. Defaults to overall ranking. Use `pillar` to scope to a specific pillar. |
| get_org_report | Full public report for a single organization: pillar scores, ranks, channels (website/docs/packages), and metadata. |
| get_org_breakdown | Themed breakdown blob for an organization (docs grade, readme review, mentions, dependents, stackoverflow, etc.) — taken from the stored snapshot. |
| get_org_score_history | Daily score & rank history for an organization (default last 30 days). |
| get_pillar_leaders | Leaders for a single pillar with their pillar score and rank. |
| search_orgs | Case-insensitive search across org login and display name. |
| compare_orgs | Side-by-side pillar scores for 2–5 organizations. |
| get_related_orgs | Parent / satellite org relationships for a given org. |
| describe_pillars | Explains what each scoring pillar measures and its approximate weight. |