Scala Score MCP Server

An MCP server that turns Claude into a full business operating system. Manage your CRM, send invoices, book appointments, chat with your AI assistant, run workflows, and search 250M+ companies - all without leaving your AI conversation. Its 33 documented tools cover crm, sara, invoice, vertical. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-07 · ★ 2 · #104 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Scala Score

before you install - you'll need

SCALA_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add alessandro114-scala-mcp-server -- npx -y scala-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alessandro114-scala-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "scala-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package scala-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.Alessandro114 is GitHub-verified and matches the repo owner

03 · What Scala Score can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search 250M+ companies by name, VAT, keyword, create contact with name, email, company, tags, update any contact field, and create booking with auto-confirmation email.

Capability map

Tools grouped from the project's README - what Scala Score lets an agent do.

Crm

5 tools - e.g. List/search contacts with pipeline stage filter; Create contact with name, email, company, tags; Update any contact field

crm_list_contacts · crm_create_contact · crm_update_contact · crm_pipeline · crm_contact_timeline

Sara

5 tools - e.g. Chat with SARA about your business; List conversation history; AI-generated business insights

sara_chat · sara_conversations · sara_insights · sara_alerts · sara_proactive

Invoice

4 tools - e.g. List invoices with status filter; Create invoice (multi-provider); Email invoice to customer

invoice_list · invoice_create · invoice_send · invoice_get_pdf

Vertical

4 tools - e.g. KPIs for any vertical (DineOS, PropertyOS, etc.); List records from any vertical table; Create records in any vertical

vertical_kpis · vertical_list_data · vertical_create_record · vertical_access

Booking

3 tools - e.g. Available time slots for a business; Create booking with auto-confirmation email; Cancel a booking

booking_get_slots · booking_create · booking_cancel

Finance

3 tools - e.g. Revenue, expenses, profit overview; Business health score (0-100); Cash flow by period

finance_summary · finance_health_score · finance_cash_flow

Workflow

3 tools - e.g. List automation workflows; Execute a workflow; Workflow statistics

workflow_list · workflow_run · workflow_stats

read & search

2 tools - e.g. Search 250M+ companies by name, VAT, keyword; Countries with company counts

search_companies · list_countries

04 · Who maintains Scala Score

scala-score is maintained by alessandro114. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
finance - ranked #104 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.Alessandro114/scala-score (active, first published 2026-06-16)
packages
npm:scala-mcp-server

06 · Scala Score FAQ

Is Scala Score still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-07. We re-verify nightly.

What can Scala Score do?

With this server connected, an agent can search 250M+ companies by name, VAT, keyword, create contact with name, email, company, tags, update any contact field, and create booking with auto-confirmation email.

How do I install Scala Score?

Run `npx -y scala-mcp-server`. The README documents one environment variable (SCALA_API_KEY) to set first. You can also paste the ready-made client config above.

Does Scala Score run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Scala Score