xcale's own MCP integration platform (a 'Composio LATAM'): provider knowledge lives here; consumers like xcale-backend consume capabilities over stable, consumer-agnostic MCP contracts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"xcale-mcp-server": {
"command": "npx",
"args": [
"-y",
"JuanJo0775/xcale-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add xcale-mcp-server npx -y JuanJo0775/xcale-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"xcale-mcp-server": {
"command": "npx",
"args": [
"-y",
"JuanJo0775/xcale-mcp-server"
]
}
}
}