MCP server for S.C.A.L.A. Score API — let Claude, ChatGPT, and AI agents search 250M+ companies
claude mcp add scala-score -- npx -y scala-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"scala-score": {
"command": "npx",
"args": [
"-y",
"scala-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"scala-score": {
"command": "npx",
"args": [
"-y",
"scala-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scala-score": {
"command": "npx",
"args": [
"-y",
"scala-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"scala-score": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scala-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"scala-score": {
"command": "npx",
"args": [
"-y",
"scala-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Alessandro114--scala-score/reviews or the review_server meta-tool.
POST /mcp