scala-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCALA_API_KEY | Yes | Your S.C.A.L.A. Score API key. Get one at https://app.get-scala.com. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_companiesA | Search 244M+ companies worldwide by name, VAT number, or keyword. Filter by country (ISO 2-letter code), NACE industry code, and active/inactive status. Returns company name, address, revenue, employees, health score, and more. |
| lookup_companyA | Get detailed company information by ID or VAT number. Returns full company profile: legal name, address, revenue, employees, health score, NACE classification, legal form, incorporation date, website, phone, email. |
| company_reportA | Generate a detailed company health report. Available types: basic (overview, 5 credits), pro (financial analysis, 10 credits), enterprise (full due diligence, 20 credits). |
| database_statsA | Get S.C.A.L.A. Score database statistics: total companies, countries covered, last update date. |
| list_countriesA | List all countries available in the database with company counts per country. |
| check_creditsA | Check your remaining API credits, current plan, and reset date. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: credits check, report generation, database stats, country listing, company lookup, and company search. There is no overlap or ambiguity.
Most tools follow a verb_noun pattern (list_countries, lookup_company, search_companies, check_credits), but company_report and database_stats are noun_noun, creating inconsistency.
With 6 tools, the set is well-scoped for a company database service. Each tool covers an essential operation without being overly numerous or sparse.
The tool set covers all core interactions: search, detailed lookup, country filtering, database statistics, report generation, and account management. No obvious gaps for a read-oriented data provider.