Valossa Assistant MCP server

This is a Model Context Protocol (MCP) endpoint, not a website.

MCP endpoint

https://mcp-assistant.valossa.com/mcp

Transport: streamable-http. Authentication: OAuth 2.0 (the client opens a browser login on first connect).

Add it to your client

Claude Code (CLI):

claude mcp add --transport http valossa https://mcp-assistant.valossa.com/mcp

Claude Desktop, Cursor, and other JSON-config clients — add an entry like:

{
  "mcpServers": {
    "valossa": {
      "type": "http",
      "url": "https://mcp-assistant.valossa.com/mcp"
    }
  }
}

(Some clients call the key servers or the field transport instead of type — check that client's own MCP documentation. The URL and the streamable-http transport are the same everywhere.)

Any other MCP client: point it at the endpoint above using the streamable-HTTP transport. Clients that support MCP OAuth will handle login automatically; the discovery metadata is at /.well-known/mcp.json and /.well-known/oauth-protected-resource.

After adding it, your client will open a Valossa login page the first time you connect.

Documentation

https://mcp-assistant.valossa.com/documentation

Privacy policy

https://valossa.com/privacy-policy/

Terms&Conditions

https://valossa.com/terms-and-conditions/