Skip to content

Add AgentRank score badge to README#945

Open
superlowburn wants to merge 1 commit intoCoplayDev:betafrom
superlowburn:add-agentrank-badge
Open

Add AgentRank score badge to README#945
superlowburn wants to merge 1 commit intoCoplayDev:betafrom
superlowburn:add-agentrank-badge

Conversation

@superlowburn
Copy link

@superlowburn superlowburn commented Mar 17, 2026

Hi! I'm adding an AgentRank score badge to your README.

AgentRank is an open index of 25,000+ MCP servers and agent tools, scored daily by real signals (stars, freshness, issue health, contributors, dependents). Your repo is currently ranked #1 in the index.

The badge links back to your tool page on AgentRank where maintainers can see their full score breakdown. It also updates automatically as your score changes.

Feel free to close if you'd prefer not to have it — no pressure!

Summary by Sourcery

Documentation:

  • Document the project’s AgentRank score in the README via an auto-updating badge that links to the AgentRank tool page.

Summary by CodeRabbit

  • Documentation
    • Added an AgentRank Score badge to the Quick Start/intro section of the README.
    • Badge is displayed as a linked line placed immediately before the "Create your Unity apps with LLMs!" paragraph to improve visibility of project ranking information.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Mar 17, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds an AgentRank score badge to the README Quick Start section, linking to the project’s AgentRank tool page and displaying a dynamically updating score image.

Sequence diagram for loading the AgentRank score badge in README

sequenceDiagram
    actor Developer
    participant Browser
    participant GitHub
    participant AgentRank

    Developer->>GitHub: Open repository README
    GitHub-->>Browser: Serve README HTML with AgentRank badge image URL
    Browser->>AgentRank: HTTP GET /api/badge/tool/CoplayDev--unity-mcp
    AgentRank-->>Browser: Badge image with current score
    Browser-->>Developer: Render README with AgentRank score badge
    Developer->>Browser: Click badge link
    Browser->>AgentRank: Open https://agentrank-ai.com/tool/CoplayDev--unity-mcp
    AgentRank-->>Browser: Render tool page with detailed metrics
Loading

File-Level Changes

Change Details Files
Add dynamically updating AgentRank score badge to the README near the Quick Start section.
  • Insert a Markdown image badge that loads from AgentRank’s badge API URL for this repository’s tool identifier.
  • Wrap the badge image in a link to the repository’s AgentRank tool page so users can view detailed scoring information.
  • Place the badge directly under the Quick Start heading to make visibility prominent without altering existing content.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fb1a3628-a996-4023-b378-1b7fcb074603

📥 Commits

Reviewing files that changed from the base of the PR and between 28e0668 and 7616a7e.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

Added a single AgentRank Score badge link to README.md, inserted before the "Create your Unity apps with LLMs!" paragraph in the Quick Start area. No code or public API changes.

Changes

Cohort / File(s) Summary
Documentation
README.md
Inserted AgentRank Score badge link in Quick Start, one line added (+1/-0).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A tiny badge hopped into view,
Gleaming softly with numbers true,
Placed where Quick Starts like to play,
A wink of trust to light the way 🥕✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is incomplete. While it provides context about AgentRank and the motivation, it lacks required sections from the template: Type of Change, Changes Made, Testing/Screenshots, Documentation Updates checklist, and Related Issues. Fill in the template sections: specify 'Documentation update' as the change type, list specific changes, add any relevant screenshots/recordings, complete the documentation updates checklist, and link any related issues.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Add AgentRank score badge to README' directly and clearly describes the main change in the PR, which is adding a badge link to the README file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
README.md (1)

42-42: Consider consolidating badges for consistency.

The existing badges (lines 8-14) are grouped together near the top of the README, while this new badge is placed separately under the Quick Start section. For better organization and consistency, consider moving this badge to join the existing badge group at the top.

📍 Suggested placement with other badges

Move the badge to line 14 (after the MIT License badge) to group it with other project metadata badges:

 [![python](https://img.shields.io/badge/Python-3.10+-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
 [![](https://badge.mcpx.dev?status=on 'MCP Enabled')](https://modelcontextprotocol.io/introduction)
 [![](https://img.shields.io/badge/License-MIT-red.svg 'MIT License')](https://opensource.org/licenses/MIT)
+[![AgentRank Score](https://agentrank-ai.com/api/badge/tool/CoplayDev--unity-mcp)](https://agentrank-ai.com/tool/CoplayDev--unity-mcp)

And remove it from the Quick Start section:

 ## Quick Start
 
-[![AgentRank Score](https://agentrank-ai.com/api/badge/tool/CoplayDev--unity-mcp)](https://agentrank-ai.com/tool/CoplayDev--unity-mcp)
-
 ### Prerequisites
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 42, Move the standalone AgentRank badge markup
"[![AgentRank
Score](https://agentrank-ai.com/api/badge/tool/CoplayDev--unity-mcp)](https://agentrank-ai.com/tool/CoplayDev--unity-mcp)"
from the Quick Start section and insert it into the existing top-of-README badge
block alongside the other badges (place it immediately after the MIT License
badge), then remove the original occurrence in Quick Start so the badge appears
only once and badges are consolidated.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@README.md`:
- Line 42: Move the standalone AgentRank badge markup "[![AgentRank
Score](https://agentrank-ai.com/api/badge/tool/CoplayDev--unity-mcp)](https://agentrank-ai.com/tool/CoplayDev--unity-mcp)"
from the Quick Start section and insert it into the existing top-of-README badge
block alongside the other badges (place it immediately after the MIT License
badge), then remove the original occurrence in Quick Start so the badge appears
only once and badges are consolidated.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fcd4f285-3ea0-44bd-9eff-de3cffaac334

📥 Commits

Reviewing files that changed from the base of the PR and between ec25df8 and 28e0668.

📒 Files selected for processing (1)
  • README.md

unity-mcp ranks in the top 20 on AgentRank (score 68.04/100).

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant