mcpbeat Sign in

Scala Score MCP Server

by alessandro114 Your server? Claim it
local only

Scala Score runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 26 Aug 2026.

MCP server for S.C.A.L.A. Score API — let Claude, ChatGPT, and AI agents search 250M+ companies

Installs per day peak 144 · avg 16 · -58% w/w
a month agotoday
59
Installs / week
npm · scala-mcp-server
2
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Scala Score every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add scala-score -- npx -y scala-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scala-score": {
      "args": [
        "-y",
        "scala-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scala-score]
command = "npx"
args = ["-y", "scala-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "scala-score": {
      "args": [
        "-y",
        "scala-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scala-score": {
      "args": [
        "-y",
        "scala-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCORE_API_KEY (Score API key (optional, free tier works without it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scala Score

same job, measured the same way
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
agentcentral
by agentcentral

Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

answering
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
Zoteus
by oscardvs

Zotero MCP server for Claude and ChatGPT: search, citations, safe writes, PDF passages and pages.

2 384 installs/wk answering
Chipotle
by markswendsen-code

MCP server for Chipotle - let AI agents order burritos, bowls, and more

32 installs/wk local only
Spotify
by markswendsen-code

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

30 installs/wk local only
Skillsindex
by thomasblc

Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins.

38 installs/wk local only
Manticore Search
by manticoresoftware

MCP server for Manticore Search — lets AI assistants query and manage search databases.

75 installs/wk local only

Scala Score — questions

Answers built from our own checks of this server.

Why is there no uptime for Scala Score?
Scala Score runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package scala-mcp-server was installed 59 times last week.
How do I connect Scala Score?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls scala-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Scala Score?
The npm package scala-mcp-server was installed 59 times in the last week. Week over week that is -58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scala Score open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.