scala-mcp-server
This server gives AI assistants access to S.C.A.L.A. Score's company intelligence database of 250M+ companies across 50+ countries, enabling business research, financial analysis, and due diligence workflows.
Search Companies: Search 244M+ global companies by name, VAT number, or keyword, with filters for country (ISO 2-letter code), NACE industry code, and active/inactive status. Returns name, address, revenue, employee count, health score, and more. (1 credit)
Lookup a Company: Retrieve a full company profile by company ID or VAT number, including legal name, address, revenue, employees, health score, NACE classification, legal form, incorporation date, website, phone, and email. (1 credit)
Generate Company Reports: Create detailed health reports in three tiers:
Basic – Overview (5 credits)
Pro – Financial analysis (10 credits)
Enterprise – Full due diligence (20 credits)
Database Statistics: View total company count, countries covered, and last update date. (free)
List Countries: See all countries in the database along with company counts per country. (free)
Check Credits: View remaining API credits, current subscription plan, and credit reset date. (free)
S.C.A.L.A. MCP Server
An MCP server that gives Claude, ChatGPT, Codex, and any MCP-compatible AI agent access to the S.C.A.L.A. Score company intelligence database -- 250M+ companies across 50+ countries.
Quick Start
npx -y scala-mcp-serverThat's it. One command. Set your API key and go:
SCALA_API_KEY=your-key npx -y scala-mcp-serverGet a free API key at app.get-scala.com -- no credit card required.
Related MCP server: Vibe Prospecting
What It Does
Once connected, your AI assistant can:
Search companies by name, VAT number, keyword -- across 50+ countries
Lookup detailed company profiles (revenue, employees, health score, industry)
Generate reports (financial health, risk assessment, due diligence)
Explore the database -- stats, country coverage, credit balance
Setup
Smithery (Recommended)
Install automatically via Smithery:
npx @smithery/cli mcp add Alessandro114/scala-mcp-server --config '{"scalaApiKey":"your-api-key"}'Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"scala-score": {
"command": "npx",
"args": ["-y", "scala-mcp-server"],
"env": {
"SCALA_API_KEY": "your-api-key"
}
}
}
}{
"mcpServers": {
"scala-score": {
"command": "npx",
"args": ["-y", "scala-mcp-server"],
"env": {
"SCALA_API_KEY": "your-api-key"
}
}
}
}Claude Code
claude mcp add scala-score -e SCALA_API_KEY=your-key -- npx -y scala-mcp-serverAny MCP Client
SCALA_API_KEY=your-key npx -y scala-mcp-serverOr install globally:
npm install -g scala-mcp-server
SCALA_API_KEY=your-key scala-mcpTools
Tool | Description | Credits |
| Search by name, VAT, keyword with country/NACE/status filters | 1 |
| Full company profile by ID or VAT number | 1 |
| Health report -- basic (5), pro (10), enterprise (20) | 5-20 |
| Total companies, countries, last update | 0 |
| All countries with company counts | 0 |
| Remaining credits, plan info, reset date | 0 |
Demo
Here's what a real conversation looks like:
You: Find the top 10 restaurant chains in Italy
Claude: uses
search_companieswith query="ristorante catena", country="IT", nace="56.10"I found 10 restaurant chains in Italy. Here are the largest by revenue:
#
Company
Revenue
Employees
Health
1
AUTOGRILL S.P.A.
EUR 3.2B
12,400
82/100
2
CHEF EXPRESS S.P.A.
EUR 890M
4,200
78/100
...
You: Look up Ferrero's financial health
Claude: uses
lookup_companywith company_id="IT02727330014"Ferrero International S.A.
Revenue: EUR 17.0B
Employees: 41,000+
Health Score: 94/100
NACE: 10.82 (Cocoa, chocolate and sugar confectionery)
Status: Active since 1946
You: Compare construction companies in Milan vs Munich
Claude: uses
search_companiestwice with country="IT"/country="DE" and nace="41"Milan has 3x more construction companies, but Munich firms average 40% higher revenue. Health scores are comparable (avg 68 vs 71).
Get Your API Key
Sign up at app.get-scala.com
Navigate to Score > API
Generate your key
Set
SCALA_API_KEYas environment variable
Free tier includes credits to get started -- no credit card required.
Pricing
Plan | Credits/mo | Best for |
Free | 50 | Testing, evaluation |
Starter | 500 | Personal projects |
Growth | 5,000 | Regular lookups |
Enterprise | 50,000+ | Bulk analysis, integrations |
See get-scala.com/score for current pricing.
How It Works
Your AI Assistant <--> MCP Protocol <--> scala-mcp-server <--> S.C.A.L.A. Score API
|
250M+ companies
50+ countries
NACE industry codes
Financial dataThe server communicates over stdio using the Model Context Protocol. No HTTP server, no ports, no configuration beyond the API key.
Contributing
Contributions are welcome! Here's how:
Fork the repository
Create your feature branch:
git checkout -b feature/my-featureMake your changes
Run the build:
npm run buildTest locally:
SCALA_API_KEY=test npx .Commit:
git commit -m "feat: add my feature"Push:
git push origin feature/my-featureOpen a Pull Request
Development
git clone https://github.com/Alessandro114/scala-mcp-server.git
cd scala-mcp-server
npm install
npm run dev # Run with tsx (hot reload)
npm run build # Compile TypeScriptEcosystem
enrich-companies (npm) -- CLI to enrich CSV files with company data
enrich-companies (PyPI) -- Same tool, Python version
Score Company Lookup -- Chrome extension
scala-score (PyPI) -- Python SDK
world-company-database -- Bulk dataset (Kaggle + HuggingFace)
Score API Docs -- REST API documentation
n8n Integration -- n8n workflow nodes
License
MIT -- Copyright (c) 2026 Alessandro Binda / S.C.A.L.A. AI OS
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alessandro114/scala-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server