Embed Scores
Show live AgentRank scores on your site, README, or blog. Widgets update daily from real signals.
Method 1: JS Snippet Simplest
Drop a single script tag anywhere on the page. The widget renders inline, no iframe wrangling needed.
HTML
<script src="https://agentrank-ai.com/embed.js" data-tool="microsoft/playwright-mcp"></script>
Replace
microsoft/playwright-mcp with the GitHub owner/repo of any indexed tool.
Live preview
Method 2: HTML iframe
Direct iframe embed. Works everywhere that allows iframes — blogs, newsletters, documentation sites.
HTML
<iframe src="https://agentrank-ai.com/api/embed/microsoft--playwright-mcp.html" width="340" height="170" frameborder="0" style="border-radius:6px;border:none;overflow:hidden;"></iframe>
Replace
microsoft--playwright-mcp with the tool slug. Use -- in place of /
(e.g. anthropics/mcpkit → anthropics--mcpkit).
src Widget HTML URL. Format: /api/embed/{slug}.html width Recommended: 340. Widget scales down on smaller containers. height Recommended: 170. Fixed layout — won't auto-resize. Method 3: SVG Widget GitHub READMEs
A static SVG image — works in GitHub READMEs and anywhere images are allowed but iframes aren't.
Markdown
[](https://agentrank-ai.com/tool/microsoft--playwright-mcp/)
HTML
<a href="https://agentrank-ai.com/tool/microsoft--playwright-mcp/"><img src="https://agentrank-ai.com/api/embed/microsoft--playwright-mcp.svg" alt="AgentRank" height="148"></a>
SVG URL format:
/api/embed/{slug}.svg Embed Code Generator
Enter a tool slug to generate the embed code:
Finding the Slug
Every tool on AgentRank has a URL like agentrank-ai.com/tool/owner--repo/. The slug is the owner--repo part — replace / with --.
microsoft/playwright-mcp → microsoft--playwright-mcp anthropics/mcpkit → anthropics--mcpkit
For the JS snippet (data-tool), you can use either format — the script handles the conversion automatically.
Caching & Updates
- Widget data updates daily when the AgentRank pipeline runs.
- CDN cache TTL: 1 hour. Browser cache TTL: 10 minutes.
- SVG and HTML endpoints both support
Cache-Controlwith stale-while-revalidate semantics.
Find embed codes for all tools
Browse all available badges and embed codes at agentrank-ai.com/embed/.