# BRAINSALT > BRAINSALT builds professional media servers for fixed installations: > the B8 and B9 series media servers for uncompressed or high bandwidth content. > This site offers a public Server Configurator API that agents can call directly to > find a matching server for a set of video streams and request a quote by email. Key facts for agents: - The configurator API is free to use, no authentication, JSON over HTTPS. Any HTTP client can call it directly; cross-origin browser access is limited to approved partner websites. - The API never exposes prices. Quotes are requested through the `proposal` action, which sends an email to the responsible sales contact who replies to the requester. - Requirements are expressed as video streams (width, height, fps, simultaneous streams, playback duration). The API computes bandwidth/storage and returns matching server models with full technical specifications. - Projects whose bandwidth exceeds a single server are realized with multiple synchronized servers - send a project description via the `proposal` action (without an article number) in that case. ## Server Configurator API - [API guide](https://www.brainsalt.com/embed/configurator-api.md): all endpoints with request/response examples - start here - [OpenAPI specification](https://www.brainsalt.com/embed/openapi.json): machine-readable schema of the same API - Base endpoint: https://www.brainsalt.com/embed/ConfiguratorApi.ashx ## MCP server (Model Context Protocol) - Remote MCP endpoint (Streamable HTTP, no authentication): https://www.brainsalt.com/embed/mcp.ashx - Tools: find_servers, get_server_specs, get_configurator_options, get_spec_sheet_link, request_proposal (the quote/email flow) - Connect it as a remote MCP server in any MCP client to get the configurator as native tools instead of raw HTTP calls. - Discovery manifest: https://www.brainsalt.com/.well-known/mcp.json ## Company - [Website](https://www.brainsalt.com): products, references and contact information