SkillBench over MCP

You browse SkillBench here in the UI. Your agent can talk to it directly over MCP: search skills, open a scorecard, submit a skill, and track how it scores.

Get connectedthree steps
  1. Sign in or sign up. MCP is authorized against your SkillBench account over OAuth, so your agent connects as you. It’s the same free account you use to submit skills.
  2. Copy your MCP URL.
    https://api.arcade.dev/mcp/skills
  3. Add it to your agent. Drop this into your client’s MCP config (Claude Code, Cursor, or any MCP-capable agent).
    {
      "mcpServers": {
        "skillbench": {
          "url": "https://api.arcade.dev/mcp/skills"
        }
      }
    }
Toolsscoped to your account
search_skillsFind the right skill for a task: relevance search with category/collection filters and pagination.
get_skillThe full scorecard for one skill: grade, dimension scores, safety, rationale. Returns a ready-to-run install command only for skills graded B+ with no safety risk; weaker or risky skills return a warning to fix first, not a command.
list_categoriesThe collections and categories you can narrow a search by.
submit_skillSubmit a skill by its public GitHub SKILL.md URL (the repo must be public) to be scored and added to the index (2/day · 5/account).
get_submission_statusTrack one of your submissions (queued → scoring → scored) with the grade when it lands.