Arquestra — Scientific Computing Orchestration✓
io.github.Apertura-AI/arquestra · v0.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Apertura-AI/arquestra",
"description": "AI orchestration for computational chemistry and HPC workflows.",
"title": "Arquestra — Scientific Computing Orchestration",
"repository": {
"url": "https://github.com/Apertura-AI/arquestra-claude-plugin",
"source": "github"
},
"version": "0.2.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.apertura-ai.de/mcp/orchestration",
"headers": [
{
"description": "Machine token (arqmt_…) or OAuth access token (arqoa_…). Generate at https://arquestra.ai.",
"value": "Bearer {arquestra_token}",
"name": ""
}
],
"variables": {
"arquestra_token": {
"description": "Arquestra machine token (arqmt_…). Generate at https://arquestra.ai → workspace setup. OAuth flow also supported — see README.",
"isRequired": true,
"format": "string",
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}