Hosted MCP with Bearer authentication
Streamable HTTP · hosted
- Endpoint
https://mcp.novada.com/mcp- Authentication
- Authorization: Bearer YOUR_NOVADA_API_KEY header.
Before you connect
- Novada account and API key.
- An MCP client supporting remote HTTP connections and request headers.
- Available balance or product quota for the intended operation.
Cursor mcp.json (JSON) Sources: Novada MCP package setup guide, Cursor MCP configuration reference
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"novada": {
"url": "https://mcp.novada.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_NOVADA_API_KEY"
}
}
}
}