scala-mcp-server
S.C.A.L.A. MCP Server
Let AI agents search 244M+ companies. This MCP server connects Claude, ChatGPT, Codex, and any MCP-compatible AI agent to the S.C.A.L.A. Score API.
What It Does
Once installed, your AI assistant can:
Search companies by name, VAT number, keyword — across 40+ countries
Lookup detailed company profiles (revenue, employees, health score, industry)
Generate reports (financial health, risk assessment)
Check database stats (244M+ companies, 40+ countries)
Setup
Claude Code
# Install globally
npm install -g @scala/mcp-server
# Add to Claude Code
claude mcp add scala-score -e SCALA_API_KEY=your-key -- scala-mcpClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"scala-score": {
"command": "npx",
"args": ["@scala/mcp-server"],
"env": {
"SCALA_API_KEY": "your-api-key"
}
}
}
}Any MCP Client
SCALA_API_KEY=your-key npx @scala/mcp-serverTools
Tool | Description | Credits |
| Search by name/VAT/keyword with country, NACE, status filters | 1 |
| Full company profile by ID or VAT | 1 |
| Generate health report (basic/pro/enterprise) | 5/10/20 |
| Total companies, countries, last update | 0 |
| Countries with company counts | 0 |
| Remaining API credits | 0 |
Example Conversations
You: "Find the top 10 restaurant chains in Italy"
Claude: uses search_companies with query="ristorante catena", country="IT", nace="56.10"
You: "Look up Ferrero's financial health"
Claude: uses lookup_company with company_id="IT02727330014" → Shows revenue, employees, health score, NACE classification
You: "Compare construction companies in Milan vs Munich"
Claude: uses search_companies twice → Analyzes differences in company count, average revenue, health scores
Get API Key
Sign up at app.get-scala.com
Go to Score > API
Generate your key
Set
SCALA_API_KEYenvironment variable
Pricing
Plan | Price | Credits/mo | Best for |
Starter | €19/mo | 500 | Personal use, testing |
Growth | €49/mo | 5,000 | Regular lookups |
Enterprise | €149/mo | 50,000 | Bulk analysis, integrations |
Links
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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