Search agent skills ranked by measured lift vs a no-skill baseline, with safety and rankings.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Part of DecimalAI. Most users want the Python SDK β decimal-labs/decimalai-python.
MCP server for the DecimalAI skills registry β the registry that ranks agent skills by measured effectiveness (verified A/B benchmarks, live pass rates, AI rater scores), not download counts.
Gives any MCP client (Claude Desktop, Claude Code, Cursor, β¦) three read-only tools:
| Tool | What it does |
|---|---|
search_skills(query, category?, sort?, limit?) | Hybrid keyword/semantic search over the public registry |
get_skill(slug) | Full record: trust & safety-scan status, verified benchmark lift, SkillScore, ratings, SKILL.md body |
get_leaderboard(sort?, category?, window_days?, limit?) | Ranked leaderboard: skill_score, biggest_improvement, efficiency, top_rated |
No API key required β all three tools read public registry endpoints. If you set DECIMAL_API_KEY (from app.decimal.ai/settings), the same tools additionally show which skills your org has already installed (installed_as).
Requires Python 3.10+.
Add to claude_desktop_config.json (Settings β Developer β Edit Config):
Omit the env block entirely for anonymous read-only access.
| Env var | Default | Purpose |
|---|---|---|
DECIMAL_API_KEY | (unset) | Optional. Unlocks per-org enrichment (e.g. installed_as) on the same public endpoints. |
DECIMAL_API_URL | https://api.decimal.ai | Point at a self-hosted / local backend. |
check_manifest_impact tool?The manifest-impact endpoint (POST /api/v1/regression-check) is authenticated on the platform β it analyzes your org's production traces against a candidate manifest, so there is no public variant to expose. This server is deliberately a read-only, key-optional public-registry surface. If demand shows up, an authed check_manifest_impact (requiring DECIMAL_API_KEY) is a natural v0.2 addition; the regression-check GitHub Action covers the CI use-case today.
GET /api/v1/registry/skills β browse/searchGET /api/v1/registry/skills/{slug} β detailGET /api/v1/registry/leaderboard β ranked leaderboard (category filtering falls back to the browse endpoint's documented view=ranks mode, because the leaderboard endpoint is uncategorized)Run pytest yourself before opening a PR. CI also asserts that the pinned mcp<2 still provides FastMCP, which the mocked tests do not cover β run that one too:
Releases are cut from a published GitHub Release β see
RELEASING.md for the gates a
change has to pass and the version strings that must move together.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/decimalai-skills-registry)<a href="https://allmcps.com/mcp/decimalai-skills-registry"><img src="https://allmcps.com/api/badge/decimalai-skills-registry?style=directory" alt="DecimalAI Skills Registry on AllMCPs" /></a>