Scorecard MCP Server

Scorecard MCP Server

Enables Claude and other MCP-compatible clients to access Scorecard's evaluation tools for running experiments, generating synthetic data, and analyzing model performance. It is designed to be deployed on Cloudflare Workers and integrates securely with Scorecard's API using Clerk for authentication.

Category
Visit Server

README

Scorecard MCP Server on Cloudflare

This repository allows you to deploy a remote MCP server on Cloudflare Workers that enables Claude and other MCP clients to access Scorecard's evaluation tools.

Get started:

Deploy to Workers

This will deploy your Scorecard MCP server to a URL like: scorecard-mcp.<your-account>.workers.dev/sse

Alternatively, you can clone this repository and deploy it using Wrangler:

git clone https://github.com/scorecard-ai/scorecard-mcp.git
cd scorecard-mcp
npm install
npm run deploy

About This MCP Server

This MCP server provides access to Scorecard's evaluation tools directly from Claude and other MCP-compatible clients. It uses Clerk for authentication and is built on Cloudflare Workers for reliable, global deployment.

The server implements the MCP specification (2025-03-26) and provides secure access to Scorecard's API for running experiments, generating synthetic data, configuring metrics, and analyzing model performance.

Connect to MCP Clients

This MCP server works with various MCP-compatible clients:

Connect to claude.ai, Cursor, and Windsurf

Once deployed, you can connect to your MCP server from Claude and other MCP-compatible clients by providing your server URL:

https://scorecard-mcp.<your-account>.workers.dev/sse

Connect via Cloudflare AI Playground

You can also connect through the Cloudflare AI Playground:

  1. Go to https://playground.ai.cloudflare.com/
  2. Enter your deployed MCP server URL (scorecard-mcp.<your-account>.workers.dev/sse)
  3. You can now use Scorecard's evaluation tools directly from the playground!

Connect via Claude Desktop

For local testing, you can connect to your MCP server from Claude Desktop by using the mcp-remote proxy.

Follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.

Update with this configuration:

{
  "mcpServers": {
    "scorecard": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://scorecard-mcp.<your-account>.workers.dev/sse"  // or http://localhost:8787/sse for local testing
      ]
    }
  }
}

Restart Claude and you should see the tools become available.

Local Development

For local development, create a ".dev.vars" file with your Clerk credentials:

cp .dev.vars.example .dev.vars

Configure the following variables in your .dev.vars file:

Variable Source Notes
CLERK_CLIENT_ID Clerk Dashboard -> Configure -> OAuth Applications
CLERK_CLIENT_SECRET Clerk Dashboard -> Configure -> OAuth Applications Cannot be viewed after initial generation
CLERK_DOMAIN Clerk Dashboard -> Configure -> API Keys -> Frontend API URL Override this with the Clerk development URL if using with local Scorecard server
CLERK_PUBLISHABLE_KEY Clerk Dashboard -> Configure -> API Keys -> Publishable Key Override this with the pk_test_* one if using with local Scorecard server

Then run the development server:

npm install
npm run dev

Remember to run npx wrangler types to generate types for the environment variables.

Contributors

Special thanks to Dustin Moore for his engineering leadership in developing this MCP implementation.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured