Scala MCP Server vs MCP Reunion — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Scala MCP Server vs MCP Reunion
In-depth architectural comparison of the Scala MCP Server and MCP Reunion MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Scala MCP Server
Data Platforms · Local stdio
Quality: 61/100 (Good) | Auth: API Key required
MCP Reunion
Data Platforms · Local stdio
Quality: 64/100 (Good) | Auth: No auth required
Verdict Summary: Choose Scala MCP Server if you need specialized Data Platforms tools running via a local process. Choose MCP Reunion if your workspace requires Data Platforms integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Scala MCP Server when:
You need dedicated capabilities in the Data Platforms domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (Freemium).
Search and enrich data from 250M+ companies across 50+ countries. Company lookup by name, VAT, or ID, NACE sector search, and financial data from official EU business registries. Free tier: 50 lookups/month. Install: npx scala-mcp-server.
96 tools across 21 modules for La Réunion (French overseas region) open data: economy, demographics, geography, transport, health, education, elections, tourism, housing, environment, and more. Powered by data.regionreunion.com and data.gouv.fr. Install: npx -y mcp-reunion.
Category & Scope
Tools & Capabilities Breakdown
Scala MCP Server Tools (33)
search_companies
Search 250M+ companies worldwide by name, VAT number, or keyword. Filter by country (ISO 2-letter), NACE industry code, and status.
lookup_company
Get detailed company profile by ID or VAT number. Returns revenue, employees, health score, NACE classification, legal form, incorporation date, contacts.
company_report
Generate a company health report. Types: basic (5 credits), pro (10), enterprise (20).
database_stats
Get S.C.A.L.A. Score database statistics: total companies, countries, last update.
list_countries
List all countries available in the database with company counts.
check_credits
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Scala MCP Server is categorized under Data Platforms and uses a local stdio subprocess. In contrast, MCP Reunion belongs to Data Platforms using local stdio subprocess. Select Scala MCP Server when you need capabilities focused on data platforms and MCP Reunion when you require tools for data platforms.
Check your remaining API credits, plan, and reset date.
crm_list_contacts
List CRM contacts with optional search. Returns name, email, phone, company, deal stage (lead/qualified/proposal/won/lost), score, and tags.
crm_create_contact
Create a new CRM contact with name, email, phone, company, and tags.
crm_update_contact
Update an existing CRM contact by ID. Any field can be updated.
crm_pipeline
Get the CRM pipeline view — contacts grouped by stage with counts and deal values.
crm_contact_timeline
Get the full activity timeline for a contact: calls, emails, meetings, notes, deals.
booking_get_slots
Get available booking slots for a business. Returns time slots that can be booked by customers.
+21 more tools listed on main page
MCP Reunion Tools (99)
reunion_search_admin_directory
Search public-administration local counters (town halls, social orgs, state services) in La Réunion.
reunion_search_associations
Search the RNA local associations registry in La Réunion.
reunion_search_local_elected_officials
Search local elected officials in La Réunion (région, département, communes, EPCI).
reunion_get_legislative_2022_round1
Per polling-station results of the 2022 legislative elections (1st round) in La Réunion.
reunion_list_priority_neighborhoods
List QPV (Quartiers prioritaires de la politique de la ville) in La Réunion.
reunion_search_baby_names
Search first names given at birth in La Réunion (974) since 2000.
reunion_get_legislative_2022_round2
Per-polling-station results of the 2022 legislative elections (2nd round) in La Réunion.
reunion_get_presidential_2022_round1
Per-polling-station results of the 2022 presidential election (1st round) in La Réunion.
reunion_search_boamp
Search BOAMP public-procurement notices for La Réunion (tenders, contract awards, market announcements).
reunion_search_catalog
Search the full data.regionreunion.com catalog (~270 datasets) by keywords and/or theme. Use this to discover datasets that are not wired to a dedicated tool yet, then call reunion_inspect_dataset and reunion_query_dataset to work with them.
reunion_inspect_dataset
Inspect one dataset: return its schema (fields + types), title, description, record count, and features. Use this before calling reunion_query_dataset so you know which fields you can filter on.
reunion_query_dataset
Generic escape hatch: fetch records from ANY data.regionreunion.com dataset with a raw ODSQL where clause. Call reunion_inspect_dataset first to know the fields. ODSQL supports operators like =, !=, >, <, LIKE, AND, OR, and the search() function.