scala-mcp-server
MCP server for S.C.A.L.A. Score API — search and retrieve data on 244M+ companies across 50+ countries. Tools for company lookup by name/VAT/ID, NACE sector search, geographic filtering, and financial data enrichment from official EU business registries.
README
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-mcp
Claude 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-server
Tools
| Tool | Description | Credits |
|---|---|---|
search_companies |
Search by name/VAT/keyword with country, NACE, status filters | 1 |
lookup_company |
Full company profile by ID or VAT | 1 |
company_report |
Generate health report (basic/pro/enterprise) | 5/10/20 |
database_stats |
Total companies, countries, last update | 0 |
list_countries |
Countries with company counts | 0 |
check_credits |
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
- S.C.A.L.A. AI OS — Full platform
- Score API Docs
- Python SDK
- JavaScript SDK
- n8n Integration
License
MIT
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.